How to Add Pagination to Custom Collection in Magento 2
Magento, Magento 2

How to Add Pagination to Custom Collection in Magento 2

In this tutorial, Today I will explain to how to add pagination to custom collection in Magento 2. Whenever you have large number of records in your collection at that time, we should add pagination so, page load will be increase and limited records only display when page load. So, How to add in your custom collection. Let’s follow the…

Continue Reading

Different ways to Magento 2 Page Speed Optimization
Magento, Magento 2

Different ways to Magento 2 Page Speed Optimization

In this tutorial, Today I will explain to how to page speed optimization of your Magento 2 website. Magento 2 speed optimization is the most important step when you want to increase traffic to your store. Sometimes, when the little bit store’s speed is lower then, the store owner will lose many orders because of low site speed. So, It’s…

Continue Reading

How to Add Days to Date in Magento 2
Magento, Magento 2

How to Add Days to Date in Magento 2

In this tutorial, Today I will explain how to add days to the date in Magento 2. For example, If you want to get the date for the next days or want to add 5 or 7 days to the current date then, how to add days to date and get value in Magento 2. Let’s follow the below way…

Continue Reading

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 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