Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2009
    Posts
    5
    Plugin Contributions
    0

    Default The Page 2 link will not display in the Information Box

    In Define Page Status, the status of Page 2 is set to 1. Yet, the page 2 link will not display in the information box. Take a look for yourself!

    www.modishboutique.com

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: The Page 2 link will not display in the Information Box

    The page 2 link would show in the More Information box, which you don't seem to have activated.

  3. #3

    Default Re: The Page 2 link will not display in the Information Box

    There is a way to put it there are, the way i did it what this way

    include-->Module-->sidebox-->information.php
    unset($information);
    if (DEFINE_SHIPPINGINFO_STATUS <= 1) {
    $information[] = '<a href="http://yourstore.com/index.php?main_page=page_2">whatyou like your link to say</a>'; }


    if (DEFINE_SHIPPINGINFO_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a>';
    }
    if (DEFINE_PRIVACY_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a>';
    }
    if (DEFINE_CONDITIONS_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a>';
    }
    if (DEFINE_CONTACT_US_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>';
    }
    it has work fine for me, but is not the correct way
    I will help if I can, Winners Design Studio

  4. #4
    Join Date
    Jun 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: The Page 2 link will not display in the Information Box

    Thanks for your help! You guys are quick...

 

 

Similar Threads

  1. v151 Admin will not display. Error. unable to determine the page link
    By sports guy in forum General Questions
    Replies: 15
    Last Post: 14 Nov 2012, 03:02 AM
  2. Changing The Link Names in the INFORMATION box
    By allenrubin in forum Basic Configuration
    Replies: 1
    Last Post: 23 Jan 2010, 04:47 AM
  3. Renaming the Page 2 Link in the More Information Sidebox
    By gregjs in forum General Questions
    Replies: 6
    Last Post: 7 Jul 2009, 01:33 PM
  4. Replies: 2
    Last Post: 20 Aug 2007, 02:46 PM
  5. Trying to add a link to the information box
    By teebo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Jul 2007, 10:19 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR