Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2006
    Posts
    6
    Plugin Contributions
    0

    Default Additional Links to the 'More Information' Sidebox

    Alright I would like to add additional links to the more information sidebox here is what I have done so far. I feel like I am really close but just can't finish it up:

    1) In store/includes/languages/english.php
    line 155ish – add something like "define('BOX_INFORMATION_PAGE_5', 'Test');"

    2) In store/includes/languages/english
    Create the new file named 'page_5'

    3) In includes/modules/sideboxes/more_information
    line 25ish - add something like :
    " if (DEFINE_PAGE_5_STATUS <= 1) {
    $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_5) . '">' . BOX_INFORMATION_PAGE_5 . '</a>';
    }"

    4) In includes/filenames.php
    line 109ish add something like:
    "define('FILENAME_PAGE_5', 'page_5');"

    Any information would be most appreciated.

  2. #2
    Join Date
    Aug 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Additional Links to the 'More Information' Sidebox

    I forgot to mention my version #s.

    Zen Cart 1.3.5
    Database Patch Level: 1.3.5
    PHP Version 5.1.6
    Zen Cart 1.3.5
    Database Patch Level: 1.3.5

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Additional Links to the 'More Information' Sidebox

    If you were to go to the Tools ... Developer's Tool Kit ...

    In the bottom input box type in:
    page_4

    And select Catalog ... and then click search ...

    This will find for you all existing references to the current page 4 files set and defines etc.

    You could follow this pattern to create files, defines, etc. to build this ...

    NOTE: I would strongly recommened upgrading your site ... we are on v1.3.7 and v1.3.5 has several issues that have been fixed that you need to run your site ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Aug 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Additional Links to the 'More Information' Sidebox

    Will upgrading help me or make it easier to add more links to the "More Information" side box?
    Zen Cart 1.3.5
    Database Patch Level: 1.3.5

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Additional Links to the 'More Information' Sidebox

    Upgrading you will get rid of all kinds of bugs that are in v1.3.5 ...

    Adding links is up to you as to whether they are easier ...

    Have you looked at EZ-Pages for making new pages and links?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Add Links to 'More Information' Sidebox
    By larryweiss in forum Basic Configuration
    Replies: 2
    Last Post: 1 Oct 2011, 10:54 PM
  2. Adding extra links in the More Information Box
    By hfxracing in forum Addon Sideboxes
    Replies: 4
    Last Post: 25 Jul 2011, 09:08 PM
  3. Adding More Links in the Information Box?
    By rlexyd in forum General Questions
    Replies: 7
    Last Post: 21 Apr 2010, 06:58 PM
  4. Editing the More Information Links...
    By LovelyMiss in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2007, 07:09 AM
  5. Links in 'More Information' sidebox disappear in IE
    By tj1 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jun 2007, 05:17 AM

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