|
Hello,
Go to app/design/frontend/default/YOURTHEME/template/catalog/product/view/addtocart.phtml
find
<button type="button" title="<?php echo $buttonTitle ?>" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php echo $buttonTitle ?></span></span></button>
replace
<button type="button" title="<?php echo $buttonTitle ?>" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php /* echo $buttonTitle */ ?></span></span></button>
Hope this will help you.
|