Magento go
1/19/2010
How to get item/product counts in cart?
$_cart = Mage::getModel('checkout/cart');
echo"getItemsQty-" . ($_cart->getItemsQty());
echo"getItemsCount-" . ($_cart->getItemsCount());
echo"getSummaryQty-" . ($_cart->getSummaryQty());
Source : http://www.codefight.org/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment