Wednesday, January 29, 2014

how to get product minimum qty product list page

The following code will help to bring product minimum Qty
<?php echo Mage::getModel("cataloginventory/stock_item")->loadByProduct($_product)->getMinSaleQty();
 ?>

2 comments:

  1. It's not exactly the same feature but similar, so if you need to add Qty column in Category products Magento Admin Panel this is the Tutorial.
    http://www.website1service.com/create-rewrite-magento-module

    ReplyDelete