Zen Cart Logo
Forums / General Questions / Mysterious word in sidebox heading appearing

Mysterious word in sidebox heading appearing

Locked

Views: 816

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Jun 2009, 2:59 PM
#1
jami1955 avatar

jami1955

New Zenner

Join Date:
Feb 2008
Location:
Boulder, CO, Dec 2: India
Posts:
89
Plugin Contributions:
0

Mysterious word in sidebox heading appearing

I have the sidebox for shopping cart appearing on the right in my store, always, see it here:
http://212.72.183.145/index.php?main_page=index&language=en
The box heading contents are defined in
includes/languages/english.php

my shopping cart box heading is defined thus:

 define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart');

However what appears in my shopping cart box header is:
Shopping CartProgram

Where is the extra word "Program" coming from? My script has gotten very creative suddenly. I have done a search in the entire languages directory for both "CartProgram" and "Program" and find nothing. Any ideas??

thanks, JamieBoulder :blink:

10 Jun 2009, 3:50 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Mysterious word in sidebox heading appearing

The box isn't there now, but I'd use the developers Tool Kit and search all files for 'cartprogram'

11 Jun 2009, 6:24 PM
#3
jami1955 avatar

jami1955

New Zenner

Join Date:
Feb 2008
Location:
Boulder, CO, Dec 2: India
Posts:
89
Plugin Contributions:
0

Re: Mysterious word in sidebox heading appearing

Mystery revealed:
I have used a previous zen cart template I created because it was close to the one I am working on now, I find that faster than starting from scratch with everything. I had left the template folder of the old incarnation in the templates directory and it got uploaded. That particular version of the sidebox was headed ending with the word Program. I have no idea why it was going into that old template directory to get the wrong header title, but it was. I deleted that old template directory, problem solved.

thanks all,
:yes: