Anyone know how to rename the Define Page Status?
Anyone know how to rename the Define Page Status?
Not clear what you are trying to do?? Care to add some explanation and your actual goal?Anyone know how to rename the Define Page Status?
Zen-Venom Get Bitten
Sorry that was a bit brief.
I've just installed zen cart and on the left hand side there are the define page editor things, well below them are page 1, page 2, page 3. I wish to rename these.
Do you know how?
Thanks for replying.
To change the description download your templates english.php file and find the defines for these. Edit the entry between the set of single quotes and save & upload
Zen-Venom Get Bitten
I do not have a english.php file in my template.
Shouldn't this be really easy?
Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!
It is really easy.
1) Create a folder for your template in includes/languages
2) Copy includes/languages/english.php into the new folder
3) Edit includes/languages/YOUR_TEMPLATE/english.php as described in the tutorial Lesli posted.
The best way to edit the file is locally on your computer with something like Notepad++ or Crimson Editor and then FTP it to the corresponding location on your website.
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
I figured out how to change the labels for these Define Pages in english.php for my 'more_information' box. However, when I click on the links, the page itself still says (e.g.) "Page 2" and then the text I added in Admin/Tools/Define Pages Editor.
I have searched all over for where 'HEADING_TITLE' is defined for these pages but there are so many different uses of this "constant", I can't tell which one applies to the define pages.
Any help? What am I missing?
Thanks,
Tim
If you are refering to the address in the browser then correct as you have only altered the title for page_2 in eglish.php.However, when I click on the links, the page itself still says (e.g.) "Page 2"
The remainder of the file system still sees this as page_2
There are about 8 files/places that would require alteration to have this titled everywhere to your title. This system is outlined in the downloadable module "about us" in the downloads section. Many have a time at grasping this concept.
Zen-Venom Get Bitten
Use the Tools --> Developers Tool Kit to search the files for all the instances of the "Page_" or whatever you want to change. It will list all the files, you can find the ones that pertain to your template and change them.
HTH,
Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!