Here is the following code snippet required to be added into your file where you want to display the Minimum Sale Quantity of the Product -
<?php $loadProduct = Mage::getModel('catalog/product')->load( $_product->getId() ); ?>
<?php echo $this->getMinimalQty($loadProduct); ?>
Paste and Enjoy!
Magento IntegrationKEep up the good work.
ReplyDelete