How to Disable Guest Reviews in Magento 2
Magento, Magento 2

How to Disable Guest Reviews in Magento 2

In this tutorial, Today I will explain how to disable guest reviews in Magento 2. Magento 2 also provides that guest users can also submit reviews for products. But, if you want to set like only logged in customers can able to submit product reviews that how can do that? You may also like this : Magento 2 : How…

Continue Reading

How to Install Magento 2.4 using Command Line
Magento, Magento 2

How to Install Magento 2.4 using Command Line

In this tutorial, Today I will explain to how to install Magento 2.4 using Command Line. On 28th July, 2020, Magento 2.4 is released. After Magento 2.3.x there are many changes available in Magento 2.4 version. To run Magento 2.4, we must need to install PHP 7.4 version. Even, Elasticsearch also now available in catalog search engine option. So, for…

Continue Reading

How to Pass Custom Data in Checkout in Magento 2
Magento, Magento 2

How to Pass Custom Data in Checkout in Magento 2

In this tutorial, Today I will explain to how to pass custom data in checkout in Magento 2. In checkout page, sometimes we need to pass some custom data to display or add data on checkout page. So, we need to use Magento\Checkout\Model\CompositeConfigProvider class to pass custom variables on checkout page. Let’s see the following steps to pass data in…

Continue Reading

How to Read CSV Data as Array in Magento 2
Magento, Magento 2

How to Read CSV Data as Array in Magento 2

In this tutorial, Today I will explain to how to read CSV data as array in Magento 2. Sometimes, Developer need to read data and convert into array to manipulate data and use data in business logic. For that, you need to use Magento\Framework\File\Csv class in your construct. Let’s follow the below code for read csv data as array. You…

Continue Reading