Saturday, September 19, 2015

Add Increase and Decrease Quantity Buttons in Magento

open addtocart.phtml file replace this code Path :- app\design\frontend\default\your theme\template\catalog\product\view\addtocart.phtml <?php $_product = $this->getProduct(); ?> <?php $buttonTitle = Mage::helper('core')->quoteEscape($this->__('Add to Cart')); ?> <?php...