Monday, July 16, 2012

Magento :: Total Quantity in Shopping Cart


<?php
      mage::helper('checkout/cart')->getSummaryCount();   // show total quantity
      mage::helper('checkout/cart')->getCart()->getItemsCount();   // show total items in cart
?>

No comments:

Post a Comment