Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2009
    Location
    France
    Posts
    158
    Plugin Contributions
    0

    help question page_2.php appearing in Information box

    Dears,

    I would like my page_2 , page_3, etc, to appear in "Information box " instead of appearing in "More Information" box.
    How to do it ?

    Thanks

    A....

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

    Default Re: page_2.php appearing in Information box

    Using your templates and overrides ... you can take the code for those pages:
    Code:
    // test if links should display
      if (DEFINE_PAGE_2_STATUS <= 1) {
        $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
      }
      if (DEFINE_PAGE_3_STATUS <= 1) {
        $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_3) . '">' . BOX_INFORMATION_PAGE_3 . '</a>';
      }
      if (DEFINE_PAGE_4_STATUS <= 1) {
        $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_4) . '">' . BOX_INFORMATION_PAGE_4 . '</a>';
      }
    and copy it to the information.php sidebox ... then comment it out in the more_information.php and change the $more_information to $information ...
    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: v1.5.5]
    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!

  3. #3
    Join Date
    Mar 2009
    Location
    France
    Posts
    158
    Plugin Contributions
    0

    Default Re: page_2.php appearing in Information box

    Great! just need to find this files ... I try on my test site and give you feedback afterwards ....
    meanwhile, I've search through the forum how to change page_2 in "another title to be displayed" and I did not found an answer on how to change also the url so that it do not display www.blabla_page_2.com but www.blabla_another_title_to_be_displayed.com
    Would be great if you can help

    Aka

  4. #4
    Join Date
    Mar 2009
    Location
    France
    Posts
    158
    Plugin Contributions
    0

    Default Re: page_2.php appearing in Information box

    Yeah ! worked great ! thanks Oba San, last point : how to change the order in which the categories appear in the information box ?
    thanks

    Aka

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: page_2.php appearing in Information box

    how to change the order in which the categories appear in the information box ?
    In the same file move complete blocks into the order you desire
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Jan 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: page_2.php appearing in Information box

    included/modules/sidebar/..

 

 

Similar Threads

  1. Discount Coupon not appearing in information side-box
    By ballyc27 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 9 Oct 2007, 10:24 PM
  2. Page_2 in Info Box Problem
    By StuntsMovie.com in forum Basic Configuration
    Replies: 3
    Last Post: 26 Jun 2007, 11:57 PM
  3. Linking Page_2.php, Page_3.php, Page_4.php In Footer
    By gws76 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 May 2007, 10:59 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