I need this in Cart model.
If you go in Checkout/Model/Cart.php
there is a function updateItems
I want to do something here with Minimum Qty Allowed
attribute value of product.
How do I get this value here?
Try this example, taken directly from Mage_Checkout_Model_Cart
:
$minimumQty = $product->getStockItem()->getMinSaleQty();
The stock system is a bit obtuse, I'm not surprised it was hard to find. Hope that helps!
Thanks, Joe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With