Search This Blog

Mind freaker Stuff

Please Visit my new blog http://www.mindfreakerstuff.com for new articles related to web and mobile designing.

Friday, October 21, 2011

How to get My Cart Quantity : Magento


 <?php $Mycart =Mage::getModel('checkout/cart')->getItemsQty(); ?>
   <?php if($Mycart ){  ?>

    <div > <?php echo $Mycart  ?></div>

    <?php } else { ?>

          <div > <?php echo $this->__('Cart is Empty.') ?></div>


   <?php } ?>

No comments:

Post a Comment