How to Enable Cookie Restriction Mode in Magento 2
Magento, Magento 2

How to Enable Cookie Restriction Mode in Magento 2

In this tutorial, Today I will explain to how to enable cookie restriction mode in Magento 2. Cookies are helpful for store owners to manage data of customers actions for enhance website experience. As per EU’s GDPR rule, the website need to have permission of users regarding the use of cookies. Even website need to give options for allow or…

Continue Reading

How to Add Owl Carousel Slider in Magento 2
Magento, Magento 2

How to Add Owl Carousel Slider in Magento 2

In this tutorial, Today I will explain to how to add owl carousel slider in Magento 2. Owl carousel slider is one of the most used carousel slider plugin to product list. You can set it in your most viewed product slider, new product slider, featured product slider etc. So, Let’s see that how to add owl carousel slider in…

Continue Reading

How to Add Slick Slider in Magento 2
Magento, Magento 2

How to Add Slick Slider in Magento 2

In this tutorial, Today I will explain to how to add slick slider in Magento 2. Slick slider is one of the good carousel slider plugin to product list. You can set it in your most viewed product slider, new product slider, featured product slider etc. So, Let’s see that how to add slick slider in Magento 2 You may…

Continue Reading

How does salable quantity work in Magento 2
Magento, Magento 2

How does salable quantity work in Magento 2

In this tutorial, Today I will explain to how does salable quantity work in Magento 2. After Magento 2.3.x, you can see an extra column salable quantity in product grid. Salable quantity is the count of all available items of this products from all of the sources. I see that many developers and merchants have confusion about salable quantity and…

Continue Reading

How to Get Salable Quantity in Magento 2.3.x
Magento, Magento 2

How to Get Salable Quantity in Magento 2.3.x

In this tutorial, Today I will explain to how to get salable quantity in Magento 2.3.x version. After Magento 2.3.x version, you might notice that Magento display 2 different qty. one is quantity and second is salable quantity. The Quantity of product will not decrease when you just place order. It will decrease salable quantity when you place order. Quantity…

Continue Reading

How to Get Current GMT Date Time in Magento 2
Magento, Magento 2

How to Get Current GMT Date Time in Magento 2

In this tutorial, Today I will explain to how to get current GMT Date Time in Magento 2. To get Current GMT Date Time Magento provide class for that \Magento\Framework\Stdlib\DateTime\DateTime. You need to inject it in your construct class to get GMT Date Time. Follow this below way to get GMT Date Time : You may also like this :…

Continue Reading