Zen Cart Logo
Forums / Basic Configuration / adding a page to the information sidebox

adding a page to the information sidebox

Locked

Views: 1,666

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
19 Sep 2007, 10:56 PM
#1
bubblegumgoods avatar

bubblegumgoods

Zen Follower

Join Date:
Jan 2006
Posts:
103
Plugin Contributions:
0

adding a page to the information sidebox

Ok, I'm using the "About Us" module in the downloads section.

But I'm stuck on #4 step which is:

  1. The link to the about_us page has already been added to the information sideboxe or your can add it to another location as desired.
    The URL for it is either:

    HERE'S AN EXAMPLE ON HOW TO ADD TO THE "information" SIDEBOX:
    a. edit /includes/modules/sideboxes/MYTEMPLATE/information.php
    b. add this line, perhaps right above the "Shipping" link (FILENAME_SHIPPING):

    $information[] = '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>';

    c. Upload these changes to your server, and the link will appear in your "information" sidebox.

Could anybody please help me figure out the exact code I need to type in there? I'm trying to input it above the shipping link. And I'm also calling it the "Order Info" link instead of "About Us".

Thank you so much for your help.