Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    help question add link to Information sidebox

    Hi there,

    I have been searching for quite a while in the forums for a solution to something I thought would be pretty simple. I have found bits and pieces that almost seem to explain what I need to do but I can't quite hone in on the steps.

    I would like to add an additional link to the main Information box (not "More Information"). It seems I could either use the blank page_2 from the More Information or create a page through EZ-pages. Once I do one of those steps, how would I get the link to show up in the correct sidebox?

    I currently have the link/page I need under "More Information" and have renamed the link (I'm pretty sure the file itself is still 'Page_2'). What are the files I need to change to make this work.

    I'm hoping someone can give a more basic answer than what I have found in my searching so far.

    Thanks!

    Ellie

  2. #2
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: add link to Information sidebox

    goto /includes/modules/sideboxes/ and find the

    more_info.php...

    one of the first lines has

    if (DEFINE_PAGE_2_STATUS <= 1) {
    $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
    }

    cut and paste that into information.php then make sure you change


    $more_information[] = '<a href="' . zen_href_link FILENAME_PAGE_


    to

    $information[] = '<a href="' . zen_href_link FILENAME_PAGE_


    I had the same problem... if you have further questions.. check out my thread

    http://www.zen-cart.com/forum/showthread.php?t=53394

 

 

Similar Threads

  1. Add Additional Page Link to Information Sidebox?
    By shinyo21 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Aug 2010, 03:22 PM
  2. More Information Sidebox Add A Link
    By snarfy in forum Basic Configuration
    Replies: 1
    Last Post: 14 Feb 2010, 02:50 AM
  3. How to add link to defined page to Information sidebox
    By bsteinagel in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Aug 2008, 07:11 AM
  4. How to add 'My Account' link into Information sidebox?
    By miles in forum Addon Sideboxes
    Replies: 2
    Last Post: 12 Jul 2008, 04:39 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