Monday, February 23, 2015

To get the total quantity of all the items in your cart

To get the total quantity of all the items in your cart:

echo Mage::getModel('checkout/cart')->getQuote()->getItemsQty();

To get the total number of items in your cart:

echo Mage::getModel('checkout/cart')->getQuote()->getItemsCount();

No comments: