Jump to content

How to change (ADD to CART)?


Recommended Posts

if you want to disable the add to cart button - you should use catalog mode. ( you can run catalog mode under the preferences tab in your BO)

 

if you want to change "add to cart" to your number, go to the product.tpl file located in your theme directory. You've got there:

<input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" />

 

change the value of: {l s='Add to cart'}

Link to comment
Share on other sites

×
×
  • Create New...