Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / shopping cart [more] box title

shopping cart [more] box title

Locked

Views: 2,123

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
21 Sep 2006, 9:07 PM
#1
laney avatar

laney

New Zenner

Join Date:
Sep 2006
Location:
Ontario, Canada
Posts:
62
Plugin Contributions:
0

shopping cart [more] box title

I want to change what the shopping cart box title says - it's too long.
It says: Shopping Cart [more] - I want to get rid of that [more]

I went to the english language file located at:
includes/languages/mytemplate/english.php

the search came up with one result, this one, around line 74:

//text for sidebox heading links
define('BOX_HEADING_LINKS', '  [more]');

is that it? if so, what do I have to change?

TIA

Laney

21 Sep 2006, 9:47 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: shopping cart [more] box title

This is a global "more" insert but changing it from

define('BOX_HEADING_LINKS', '  [more]');

to

define('BOX_HEADING_LINKS', '');

insuring that the set of SINGLE quotes remains.

21 Sep 2006, 10:21 PM
#3
laney avatar

laney

New Zenner

Join Date:
Sep 2006
Location:
Ontario, Canada
Posts:
62
Plugin Contributions:
0

Re: shopping cart [more] box title

thank you, it worked beautifully! ;)

Laney

30 Mar 2007, 12:54 AM
#4
valerieq1 avatar

valerieq1

New Zenner

Join Date:
Mar 2007
Posts:
5
Plugin Contributions:
0

Re: shopping cart [more] box title

Laney:

I want to change what the shopping cart box title says - it's too long.
It says: Shopping Cart [more] - I want to get rid of that [more]

I went to the english language file located at:
includes/languages/mytemplate/english.php

the search came up with one result, this one, around line 74:

//text for sidebox heading links
define('BOX_HEADING_LINKS', '  [more]');

is that it? if so, what do I have to change?

TIA

Laney

This is a global "more" insert but changing it from

Code:
define('BOX_HEADING_LINKS', '  [more]');
to

Code:
define('BOX_HEADING_LINKS', '');
insuring that the set of SINGLE quotes remains.

Hi... please tell me where this is in the newest version of purpleshades... I'm going insane!!! :shocking: :shocking: :shocking: :shocking: :shocking:

As quoted above...
"I went to the english language file located at:
includes/languages/mytemplate/english.php" ... I found that path but there are more folders to choose from...

... please help :cry:

Thanks!!!!!!!!!!!!!!!

30 Mar 2007, 1:33 AM
#5
valerieq1 avatar

valerieq1

New Zenner

Join Date:
Mar 2007
Posts:
5
Plugin Contributions:
0

Re: shopping cart [more] box title

valerieq1:

Hi... please tell me where this is in the newest version of purpleshades... I'm going insane!!! :shocking: :shocking: :shocking: :shocking: :shocking:

As quoted above...
"I went to the english language file located at:
includes/languages/mytemplate/english.php" ... I found that path but there are more folders to choose from...

... please help :cry:

Thanks!!!!!!!!!!!!!!!

I FOUND IT... YAY ME!!

Nevermind... :lol:

20 Apr 2007, 4:37 PM
#6
cjjune avatar

cjjune

Zen Follower

Join Date:
Apr 2007
Posts:
139
Plugin Contributions:
0

Re: shopping cart [more] box title

Hi I am using Zen 1.3.7.
How do I change all the titles called "Shopping Cart" to "Shopping Bag"?

Thanks for your help.

20 Apr 2007, 4:47 PM
#7
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: shopping cart [more] box title

It is quoted above on the first thread I believe..

includes/languages/english.php to find it first.
Then insert into your override directory as stated below.

I went to the english language file located at:
includes/languages/mytemplate/english.php

the search came up with one!

Ok then search for Shopping Cart and replace with between the quotes 'Shopping Bag'

Mark,

21 Apr 2007, 5:45 AM
#8
cjjune avatar

cjjune

Zen Follower

Join Date:
Apr 2007
Posts:
139
Plugin Contributions:
0

Re: shopping cart [more] box title

Thanks. I changed the title.