In Magento 2.2.6 in addtocart.phtml, how can I get the "Qty Increments"
In Magento 2.2.6 from the file "/app/design/frontend/THEME/Magento_Catalog/templates/product/view/addtocart.phtml" How can I get the "Qty Increments" that I set as in the screenshot? I have done a lot of tests but they do not work, for example: <?php echo $product->getStockItem()->getData('qty_increments') ?> <?php…