Zen Cart Logo

Add to cart text

Locked

Views: 730

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Nov 2007, 11:40 AM
#1
zidain avatar

zidain

Zen Follower

Join Date:
Oct 2007
Posts:
106
Plugin Contributions:
0

Add to cart text

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~

11 Nov 2007, 12:49 PM
#2
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: Add to cart text

catalog\includes\languagesyourtemplate\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

11 Nov 2007, 7:11 PM
#3
zidain avatar

zidain

Zen Follower

Join Date:
Oct 2007
Posts:
106
Plugin Contributions:
0

Re: Add to cart text

thanks RuFuS