How do I change the add to cart text to something else? (not the button itself, just the text next to the quantity box...
Zidain~
How do I change the add to cart text to something else? (not the button itself, just the text next to the quantity box...
Zidain~
catalog\includes\languages\yourtemplate\english.php
Line #383 : define('PRODUCTS_ORDER_QTY_TEXT','Add to Cart: ');
Remember (as in this case) you can find most things within the store by searching for them in Admin > Tools > Developers Tool Kit
thanks RuFuS