Zen Cart Logo

WTH have I done!?

Locked

Views: 1,251

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
19 Feb 2010, 3:32 AM
#1
makatak88 avatar

makatak88

New Zenner

Join Date:
Feb 2010
Posts:
26
Plugin Contributions:
0

WTH have I done!?

1st zen cart post- hi evryone!

trying to make a custom page with zen cart and learning lots
however in my trying to learn and mess with things I have changed some titles under the information column. :oops:
Thinking surley it must be under my english.php - but everything there is intact. I checked both the english.php in my custom and the default.
https://www.littleredsky.com

any ideas?

19 Feb 2010, 3:59 AM
#2
kobra avatar

kobra

Black Belt

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

Re: WTH have I done!?

Check that you have not eliminated the single quotes in the definitions for those constants

19 Feb 2010, 4:46 AM
#3
makatak88 avatar

makatak88

New Zenner

Join Date:
Feb 2010
Posts:
26
Plugin Contributions:
0

Re: WTH have I done!?

define('BOX_HEADING_INFORMATION', 'DONOHUES INFORMATION');
define('BOX_INFORMATION_PRIVACY', 'ABOUT DONOHUES');
define('BOX_INFORMATION_CONDITIONS', 'LINKS');
define('BOX_INFORMATION_SHIPPING', 'SHIPPING INFORMATION');
define('BOX_INFORMATION_CONTACT', 'CONTACT US');
define('BOX_BBINDEX', 'Forum');
define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');

nope this has got me stumped

19 Feb 2010, 5:08 AM
#4
kobra avatar

kobra

Black Belt

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

Re: WTH have I done!?

Make sure that you are actually uploading this edited file

Maybe delete the one on the server first so you know that it is gone
Then FTP your edited version to the server

21 Feb 2010, 12:21 AM
#5
makatak88 avatar

makatak88

New Zenner

Join Date:
Feb 2010
Posts:
26
Plugin Contributions:
0

Re: WTH have I done!?

Hi kobra I have check and rechecked this.
If i change the name of define('BOX_INFORMATION_CONDITIONS', 'LINKS'); to for example
define('BOX_INFORMATION_CONDITIONS', 'LINKAGE');
then the link updates as it should
but if I update the define('BOX_INFORMATION_CONTACT', 'CONTACT US'); to anything else the mess that is currently my information column stays the same.
I have changed contact us somewhere else
and added that stupid dave link and I can't remember where.

21 Feb 2010, 12:58 AM
#6
makatak88 avatar

makatak88

New Zenner

Join Date:
Feb 2010
Posts:
26
Plugin Contributions:
0

Re: WTH have I done!?

found it.
custom/information.php under modules/sideboxes

Thnx 4 your help

:clap:

21 Feb 2010, 1:51 AM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: WTH have I done!?

Remember ... the Developers Tool Kit is your friend ...

When you cannot remember where the text or code or something is located, go to the Tools ... Developers Tool Kit ... and in the bottom input box enter some of what you are searching for, select Catalog or Admin or both and click Search ... :smile:

21 Feb 2010, 11:21 AM
#8
makatak88 avatar

makatak88

New Zenner

Join Date:
Feb 2010
Posts:
26
Plugin Contributions:
0

Re: WTH have I done!?

exactly how i found it, that thing is awesome it has sped up my work rate 100%...cheers :cool: