<div id="cartsummary"> Now in your cart :<br /> <a href="<?php echo $this->getUrl('checkout/cart/')?>"> <?php $count = $this->helper('checkout/cart')->getSummaryCount(); //get total items in cart $total = $this->helper('checkout/cart')->getQuote()->getGrandTotal(); //get total price if($count==0) { echo "0 item"; } if($count==1) { echo $this->__(' %s items',$count); } i...
Magento helper blog is created for the help of magento developers, magento helper provide all type problem solution like magento extensions problem, magento compilation process or magento related any help.