Step 1: Create an Attribute for the products
Example :- Change Price Set its type yes/no for the
product
Step 2: Open File
code/core/mage/checkout/model/cart.php
Step 3: Goto on this function
public function save() { ...
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...