Tips for Designing Website /GUI , silverlight , HTML , Flash, CSS, Android UI
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment