I have been trying to add a new link to the Information SideBox in Zen Cart ver 1.3.6
I have gone thru the archives/current downloads and other threads and have tried to solve the problem using whatever information I could get out of that.
Havent been able to (yet !!)
Cud somebody tell me where i might be going wrong..
Here are the steps I have carried out.
1. added line to includes\filenames.php
define('FILENAME_ABOUT_US', 'about_us');
2. added line to includes\modules\sideboxes\information.php
$information[] = '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>';
3. added line to includes\languages\english.php
define('BOX_INFORMATION_ABOUT_US', 'About Us');
4. added a folder to includes\modules\pages\about_us
(This folder was copied from privacy and header.php was modified)
5. created define_about_us.php under html_includes
6. created about_us.php under languages\english
7. created tpl_about_us_default under \includes\templates\template_default\templates
This is an emergency !!! I am in deep u know what !!!
Could somebody tell me whether I am on the right track ?
If so where might I be going wrong !!
Can I use EZ Pages to do the same thing ?
IF so how (exactly) ?
Thanks in Advance !!


Havent been able to (yet !!)

