Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Page 2, Page 3 etc.

    Early on in my Zen Cart career I came upon a thread that told me how to shut off the Page 1, Page 2 in the information sidebox. I know how to do it in the admin section, but I think I commented out the lines of code somewhere. Can someone send me in the right direction to correct my mistake. I will forever use admin to turn these on and off.

    Thanks,

    Scott

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Page 2, Page 3 etc.

    Probably in your english.php file

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

    Default Re: Page 2, Page 3 etc.

    You may have actually gone into the file:
    /includes/modules/sideboxes/more_information.php

    and commented out the lines ...

    NOTE: if you were following the templates and overrides ... you will find a copy of this file in your templates and overrides directory:
    /includes/modules/sideboxes/your_template_dir/more_information.php


    This is what the code looks like for page 2 to run when the Configuration ... Define Page Status for Page 2 is enabled:
    PHP Code:
      if (DEFINE_PAGE_2_STATUS <= 1) {
        
    $more_information[] = '<a href="' zen_href_link(FILENAME_PAGE_2) . '">' BOX_INFORMATION_PAGE_2 '</a>';
      } 
    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
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Page 2, Page 3 etc.

    They are active in the define page status under admin. I checked in the locations you suggested and everything looks fine. Not sure what the heck I did.

    Scott

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

    Default Re: Page 2, Page 3 etc.

    You are sure that there aren't comments in front of those lines? You know the //

    And you checked both the original file and your overrides directory?
    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!

  6. #6
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Page 2, Page 3 etc.

    I thought I did, but everywhere I look everything looks fine. I will keep searching and see what I can find.

    Scott

 

 

Similar Threads

  1. v139h please help find location of welcome to etc etc on main page
    By Carl in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Aug 2012, 08:08 PM
  2. v139g How to get page 3 page 4 etc to show up in information box?
    By knitcrazy in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 27 Jan 2012, 09:09 PM
  3. change Page 2,page 3,etc adn add page
    By diktusit in forum General Questions
    Replies: 7
    Last Post: 30 May 2008, 09:45 PM
  4. Replies: 5
    Last Post: 19 Jul 2007, 05:27 PM
  5. Static main page that doesn't call header, footer, etc, etc
    By tqualizer_man in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Nov 2006, 06:30 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