Results 1 to 5 of 5
  1. #1
    Join Date
    May 2007
    Posts
    70
    Plugin Contributions
    0

    Default Link missing in 'Information' sidebox

    This is probably something very simple I'm overlooking, but I just realized that 2 links are missing from my Information sidebox. The Shipping Info and the Returns links are missing.

    Here's my site if you need it. http://www.zingslings.com

    I can still edit these pages in my define page area.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,512
    Plugin Contributions
    126

    Default Re: Link missing in 'Information' sidebox

    Have you modified includes/modules/sideboxes/information.php? Or created a customized copy in the template directory includes/modules/sideboxes/<your template>? If so, restore from a fresh copy of the release. Or, if you've modified admin->define page status-> define shipping & returns to 0, set it back to 1.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    May 2007
    Posts
    70
    Plugin Contributions
    0

    Default Re: Link missing in 'Information' sidebox

    The only thing i've installed recently is the Testimonials mod and that didn't change the information.php

    Just a few days ago I had one link under information that said shipping, and another link that said returns. The return page had my return policy as well as the return authorization form from the return auth mod.

    I would think that the returns should show somewhere in this bit of code from information.php but am unsure as to what it's supposed to say. I know it was there just a couple days ago because I tested out the return auth form.

    PHP Code:
    unset($information);

      if (
    DEFINE_ABOUT_US_STATUS <= 1) {

        
    $information[] = '<a href="' zen_href_link(FILENAME_ABOUT_US) . '">' BOX_INFORMATION_ABOUT_US '</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>';

      } 

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,512
    Plugin Contributions
    126

    Default Re: Link missing in 'Information' sidebox

    Then check admin. admin->define page status-> define shipping & returns.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    May 2007
    Posts
    70
    Plugin Contributions
    0

    Default Re: Link missing in 'Information' sidebox

    Yep it's on there. I looked through the files of the testimonies mod I installed and don't see anything in there that could have overwritten anything. Will keep digging.



    Title Value Define Main Page Status 1 Define Contact Us Status 1 Define Privacy Status 1 Define Shipping & Returns 1 Define Conditions of Use 1 Define Checkout Success 1 Define Discount Coupon 1 Define Site Map Status 1 Define Page-Not-Found Status 1 Define Page 2 1 Define Page 3 1 Define Page 4 1 Define Return Authorization 1 Define Testimonial 1

 

 

Similar Threads

  1. Moving an EZ-Page SideBox link to the Information SideBox?
    By JonathonB in forum General Questions
    Replies: 23
    Last Post: 22 Feb 2012, 08:16 PM
  2. Discount Coupons Link Missing for Information Bar
    By crystaljsn in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 May 2008, 06:16 PM
  3. additional link in information sidebox
    By g0d4lm1ty in forum General Questions
    Replies: 11
    Last Post: 21 Feb 2007, 05:07 AM
  4. add link to Information sidebox
    By earmsby in forum Basic Configuration
    Replies: 1
    Last Post: 14 Dec 2006, 10:59 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