Hello Im stumped Ive tried to change the link names on the home page in the More Information Sidebox but have not found anything that has worked.
Can someone tell me where to change the link names?
Thanks
![]()
Hello Im stumped Ive tried to change the link names on the home page in the More Information Sidebox but have not found anything that has worked.
Can someone tell me where to change the link names?
Thanks
![]()
Hi! I am a newbie also, but I just changed mine the other day so I hope this works for you too..
Copy your Page_2.php etc from - Includes/Languages/English. Then create a CUSTOM folder in - Includes/Languages/English/CUSTOM
Paste the .php files you want to alter, rename them to what ever they need to be (in my case was Size Charts) then upload that folder through FTP.
Ok it must be something really dumb on my part. I copied Page_4 from Includes/Languages/English. I used my HTML editor changed the info to
define('NAVBAR_TITLE', 'About Us');
define('HEADING_TITLE', 'About Us');
define('TEXT_INFORMATION', 'About Us.');
?>
Then I created a folder called About Us in Includes/Launguages/English/
I then uploaded my file titled Page_4.php
What am I doing wrong?
You need to change the actual title of the php from Page_2.php to About_Us.php.
Alright Im getting closer. I changed the title from Page_4 to About_Us.php. in FileZilla and uploaded it back to my /public_html/camomax/includes/languages/english/
Do I need to get rid of the Page_4? or do I need to change the title in my actual live zencart to make it work?
Thanks for all your help, I cant believe I havent figured this one out yet.![]()
I have the same question. I followed the instructions, but it is not changing the name in the side box. It is remaining "page 2'. It does, however, change in the breadcrumbs. I tried renaming the actual title of the php file and that didn't work. help is appreciated.
This is what Mediathing wrote in the original thread I learnt it from:
So I preped it all right.. Just did not finish it right. Sorry. I did say I was a newbie...lol!If I understand the question, then your answer should be somewhere around line 148 in your english.php file, which should be localted in:
includes/languages/english.php
Simply change the bit that says:
define('BOX_INFORMATION_PAGE_2', 'Page 2'); (change 'page 2' to whatever you want)
However, if you are using the template system correctly (don't ask) then your english.php file will be in:
includes/languages/CUSTOM/english.php (custom being the name of the template you are using)
Perfect. That did it. Thanks!
Last edited by kbmets7; 11 Mar 2008 at 03:35 PM.
Just a quick thanks from me, I've been trying to do this all day - followed your instructions and Bingo!
Thanks![]()
I think I have done everything but on the sidebox they are still page 2, page 3, page 4. When I click on them it shows at the tope products, links, sizing charts. What have I not done?
Rachael