Pages

Wednesday 7 January 2015

Magento:: How to get cart items total

<?php echo Mage::helper('checkout/cart')->getItemsCount();?> // work in all version

<span class="count">
<?php echo Mage::helper('checkout/cart')->getSummaryCount();?> //magento 1.9
</span>

No comments:

Post a Comment