Zen Cart Logo
Forums / Customization from the Admin / How do I edit titles in the Informatoin Sidebox?

How do I edit titles in the Informatoin Sidebox?

Locked

Views: 794

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
8 Jan 2010, 2:22 PM
#1
dbseibe avatar

dbseibe

New Zenner

Join Date:
Jan 2010
Location:
Cherokee, AL
Posts:
2
Plugin Contributions:
0

How do I edit titles in the Informatoin Sidebox?

In the define page editor, I am able to update all pertinent information contained within the "Information" sidebox. I love that feature however, I would like to change the title "Privacy Notice" to read "Ordering Procedures".

What files will I need to be update to make this happen?

8 Jan 2010, 2:40 PM
#2
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: How do I edit titles in the Informatoin Sidebox?

I just preformed modifications similar to this on my site.

Edit the following file:

\includes\languages\YOUR_TEMPLATE\english.php

Search for

  define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

and replace Privacy Notice with whatever text your want to change it to.

9 Jan 2010, 4:35 AM
#3
dbseibe avatar

dbseibe

New Zenner

Join Date:
Jan 2010
Location:
Cherokee, AL
Posts:
2
Plugin Contributions:
0

Re: How do I edit titles in the Informatoin Sidebox?

Thanks Crunch. Tried it but it didn't have the effect I was looking for. Maybe I had a syntex error but it didn't change the titles for me. Probably my own fault.

10 Jan 2010, 5:02 PM
#4
alexpui avatar

alexpui

New Zenner

Join Date:
Dec 2007
Posts:
7
Plugin Contributions:
0

Re: How do I edit titles in the Informatoin Sidebox?

double check that you are editing the file in YOUR TEMPLATE folder:frusty:

10 Jan 2010, 7:01 PM
#5
alexpui avatar

alexpui

New Zenner

Join Date:
Dec 2007
Posts:
7
Plugin Contributions:
0

Re: How do I edit titles in the Informatoin Sidebox?

Actually I edit
\includes\languages\english.php

and it works on the side box, but the banner on the page is still the old one, any clue?

Thanks

Alex