Hi,
May I know how to change define_page_2.php , instead the word page2, I want FAQ's or Shipping or anything.Anyone knows,thanks![]()
Hi,
May I know how to change define_page_2.php , instead the word page2, I want FAQ's or Shipping or anything.Anyone knows,thanks![]()
Have you tried the developers tool kit located in admin/tools/developers tool kit?
Use the lowest set of boxes. In the first, place the text you are looking for ie; page 2. Then in the second box, use the dropdown and choose all files catalog/admin.
Hit the search button, and you will get a list of all files that contain page 2.
I found 7 lines in 5 files that contain page 2. Choose the appropriate one ( I would assume the define_page_2.php, but maybe the english.php) and FTP a copy to your desktop, and see how you did. Don't forget to place any files you edit into your overrides folders.
Personally, I keep 2 copies. One to edit and FTP back, the other as an original in case my editing screws something up, then I can just FTP the original back to straighten it out. I made a folder called original, and a subfolder called edited to keep them separate. Just be sure to edit only the ones in the edited folder![]()
From Tutorials/FAQ: https://www.zen-cart.com/tutorials/i...hp?article=242
Also in includes/languages/english.php
// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');
Change as desired and save to your CUSTOM folder
Three things here are your best friends...the Tutorials/FAQ link at the top of the forum....the search feature....and the Developer's Toolkit as mentioned in the previous post.....and of course when all else fails, the great support community here *grinz*
HunnyBee Design
"A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe