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

How to Add External CSS and JS in Magento 2
Magento, Magento 2

How to Add External CSS and JS in Magento 2

In this tutorial, Today I will explain to how to add external css and js in Magento 2. If you want to add third party css or js into your module or theme then, you need to use src_type=”url” attribute using this below way : You may also like this : How to Use Grunt in Magento 2 Different ways…

Continue Reading

How to Use Grunt in Magento 2
Magento, Magento 2

How to Use Grunt in Magento 2

In this tutorial, Today I will explain to how to use grunt in Magento 2. Grunt is a Contemporary JavaScript task runner. The purpose of Grunt is to simplify repetitive tasks by automating compilation, minification etc. In Magento 2, Grunt will helpful for you to deploy your theme again and again on single changes in less file. Using grunt you…

Continue Reading

How to Get Applied Cart Rule for Quote in Magento 2
Magento, Magento 2

How to Get Applied Cart Rule for Quote in Magento 2

In this tutorial, Today I will explain to how to get applied cart rule for quote in Magento 2. Cart price rules is special rules with the specific condition which you define in the configuration. The customers can able to apply coupon code/discount on the cart page based on configuration. So, if you want to get details of the applied…

Continue Reading