Zen Cart Logo
Forums / Basic Configuration / Shopping Cart Sidebox problem

Shopping Cart Sidebox problem

Locked

Views: 1,776

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
15 Mar 2008, 6:57 PM
#1
prescott86 avatar

prescott86

New Zenner

Join Date:
Jan 2007
Posts:
6
Plugin Contributions:
0

Shopping Cart Sidebox problem

My shopping cart sidebox showing ea. Can i change it to something else like 1 x item? Sorry for the noob question, any help will be appreciated, thanks

15 Mar 2008, 7:47 PM
#2
haredo avatar

haredo

Totally Zenned

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

Re: Shopping Cart Sidebox problem

prescott86:

My shopping cart sidebox showing ea. Can i change it to something else like 1 x item? Sorry for the noob question, any help will be appreciated, thanks

Pres,
includes/ languages/ override folder/ english.php

  1. line 107 or so
  2. Look for:

define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');

  1. Replace with:

define('BOX_SHOPPING_CART_DIVIDER', 'x- ');

Have a great day,

15 Mar 2008, 8:13 PM
#3
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Shopping Cart Sidebox problem

What does "ea" mean anyway?

15 Mar 2008, 8:14 PM
#4
haredo avatar

haredo

Totally Zenned

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

Re: Shopping Cart Sidebox problem

Steven300:

What does "ea" mean anyway?

St,
each

15 Mar 2008, 8:17 PM
#5
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Shopping Cart Sidebox problem

haredo:

St,
each

of course

15 Mar 2008, 8:24 PM
#6
haredo avatar

haredo

Totally Zenned

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

Re: Shopping Cart Sidebox problem

haredo:

Pres,
includes/ languages/ override folder/ english.php

  1. line 107 or so
  2. Look for:

define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');

  1. Replace with:

define('BOX_SHOPPING_CART_DIVIDER', 'x- ');

Did this fix your ea. problem?

16 Mar 2008, 12:56 AM
#7
prescott86 avatar

prescott86

New Zenner

Join Date:
Jan 2007
Posts:
6
Plugin Contributions:
0

Re: Shopping Cart Sidebox problem

haredo:

Did this fix your ea. problem?

yup, just solved. Thanks a lot, you are so helpful...

16 Mar 2008, 1:11 AM
#8
haredo avatar

haredo

Totally Zenned

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

Re: Shopping Cart Sidebox problem

Pr,
You are most welcome and thanks for the reply back that your question was resolved.
Enjoy,