Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2005
    Posts
    56
    Plugin Contributions
    0

    Default SOS Need Help - Adding new link to SideBox

    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 !!
    ZenRajan
    dotnet programmers, checkout my new forum - www.dotnetworld.net

  2. #2
    Join Date
    Sep 2006
    Location
    Los Angeles, CA
    Posts
    4
    Plugin Contributions
    0

    Default Re: SOS Need Help - Adding new link to SideBox

    Well, I'm sure it's not the 'proper' way to do things, but if you're in a jam and racing against the clock, why don't you just go into 'information.php' (it would be nice to make sure you're doing this through the overrides system) and just enter in a line like:

    Code:
    $information[] = '<a href="http://www.yourdomain.com/yourFilePath">About Us</a>';

  3. #3
    Join Date
    Apr 2005
    Posts
    56
    Plugin Contributions
    0

    Default Re: SOS Need Help - Adding new link to SideBox

    Thanks a lot for your reply ...

    This thread was started a long time ago. In the meanwhile I have been able to add quite a few links to Information sidebox.

    The method used was a variation of the one I posted in the thread. (There were some omissions which I had left out which i didnt know about at that time)

    Oh and yes I am using the overrides system.

    That is a given

    Thanks once again...
    ZenRajan
    dotnet programmers, checkout my new forum - www.dotnetworld.net

  4. #4
    Join Date
    Jan 2007
    Location
    Atlanta, GA
    Posts
    73
    Plugin Contributions
    0

    Default Re: SOS Need Help - Adding new link to SideBox

    Can you tell me how you got it to work?

    I had already gone through the steps you listed, and got the link to show up, and the header of the page to show up, but it won't call the define page...
    ~~give me feedback on my home decor store~~

    ~~sleep is a symptom of caffeine deprivation~~

    ~~COFFEE.SYS Not Found: User startup disabled.~~

    ~~ if(pot.coffee=EMPTY) {programmer->;brain=OFF}; ~~

 

 

Similar Threads

  1. Need help creating a new sidebox.
    By TJR Stores in forum Basic Configuration
    Replies: 2
    Last Post: 8 Jul 2009, 09:16 AM
  2. Need help on New Products sidebox.
    By wmorris in forum Basic Configuration
    Replies: 1
    Last Post: 20 Jan 2009, 01:44 AM
  3. Need help Adding New Payment Option
    By Fidz in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 8 Apr 2008, 05:38 PM
  4. Need Help adding product title/name to new products
    By LTaylorBrown in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Mar 2008, 04:13 AM
  5. need help fixing my forum link in sidebox please
    By ttimbo75 in forum General Questions
    Replies: 8
    Last Post: 6 Jun 2007, 02:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg