Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-02-2010 16:15:05

NicheDev
Member
Registered: 02-04-2009
Posts: 152

Change "cart" to "basket"

Hi

I've spent a couple of hours trying to find an answer, without success...

I simply want to "Anglicize" my site. Most things I've been ok with, but where do I find where the "Add To Cart" text is stored (displayed on the "Add To Cart" button)?

Kind regards
Paul

Offline

 

#2 04-02-2010 16:42:12

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Change "cart" to "basket"

In your product list displays, the ones that get listed under the category, look for

Code:

 $this->xhtml_quickform_footer_lay($formid,'Add To Cart',1);

Also look in System Dashboard > Store > Component > Settings > Language Strings

John

Offline

 

#3 04-02-2010 17:31:57

NicheDev
Member
Registered: 02-04-2009
Posts: 152

Re: Change "cart" to "basket"

>>>System Dashboard > Store > Component > Settings > Language Strings

That did the trick!

Thanks, John, I really wouldn't have thought of looking there.

Kind regards
Paul

Offline

 

#4 04-02-2010 17:50:13

NicheDev
Member
Registered: 02-04-2009
Posts: 152

Re: Change "cart" to "basket"

How about "Shopping Cart" on the Shopping Cart page? Can't find that anywhere. I think that's the last of them, I fixed all the rest...

Kind regards
Paul

Offline

 

#5 04-02-2010 18:33:24

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Change "cart" to "basket"

For the page title you will have to change the name field of ecom.addcart in the database table core_namespaces.

John

Offline

 

#6 04-02-2010 18:45:21

NicheDev
Member
Registered: 02-04-2009
Posts: 152

Re: Change "cart" to "basket"

I changed that but it didn't change the displayed wording.

Paul

Offline

 

#7 08-06-2010 06:44:31

shopmagwa
Member
Registered: 08-03-2010
Posts: 64

Re: Change "cart" to "basket"

Pagetitle did not change for me either after adjusting the name field of ecom.addcart in the database table core_namespace.

Any ideas anyone?

I currently have a site that mixes shopping cart and shopping basket in various places which is not good.

Also, in Popular and Recent Pages, Shopping Cart shows up rather than my preference of Shopping Basket.

Advice welcomed

Offline

 

#8 08-06-2010 06:59:14

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Change "cart" to "basket"

Popular and Recent won't change until the pages with the changes have been "hit" to displace the old ones with Cart.

Under System > Displays > Display Includes did you modify the "Shopping Cart/Wish List Display" display include?

Offline

 

#9 08-06-2010 07:10:27

shopmagwa
Member
Registered: 08-03-2010
Posts: 64

Re: Change "cart" to "basket"

Hi Dave, thanks for the quick reply.

I had been revisiting to update Popular/Recent lists.

Your suggestion seems to sorted it out now.

Darn if my memory isn't playing me up just because I've had a six month break from this stuff.
I seem to be having to relearn lots of stuff I "supposedly" already knew!.

Offline

 

#10 08-06-2010 07:14:53

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Change "cart" to "basket"

If you want to reset/clear popular and recent issue the following raw SQL command:

Code:

delete FROM `core_statsfe` WHERE `id` like 'pageview%'

Offline

 

Board footer