Post by MiszF3m » Sun May 06, 2012 11:15 pm

Is it possible to change the NAME of the shopping cart link to something else? As in Shopping BAG?

New member

Posts

Joined
Fri May 04, 2012 6:08 am

Post by pprmkr » Sun May 06, 2012 11:42 pm

In at least 3 files you can find variables to change.

catalog/language/english/common/header.php at line 6:

Code: Select all

$_['text_cart']     = 'Shopping Cart';
catalog/language/english/checkout/cart.php at line 3:

Code: Select all

$_['heading_title']   = 'Shopping Cart';
and at line 9:

Code: Select all

$_['text_success']    = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
catalog/language/english/english.php at line 25:

Code: Select all

$_['button_cart']           = 'Add to Cart';

User avatar
Active Member

Posts

Joined
Sat Jan 08, 2011 11:05 pm
Location - Netherlands

Post by MiszF3m » Mon May 07, 2012 12:13 am

WONDERFUL pprmkr! Thank you SO much! :)

New member

Posts

Joined
Fri May 04, 2012 6:08 am
Who is online

Users browsing this forum: No registered users and 13 guests