Magento Cart Quantity # in Header
<?php $_cartQty = $this->getSummaryCount(); if ($_cartQty>0) { if ($_cartQty==1) { echo $this->__('%s', $this->getUrl('checkout/cart')); } else { echo $this->__('%s', $this->getUrl('checkout/cart'), $_cartQty); } } else { echo $this->__('0'); } ?>
Written by Wayne Roddy
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Tag
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#