Results 1 to 5 of 5
  1. #1

    Default move page 2 to information sidebox

    how do i move page 2 from the more information sidebox to the information sidebox (You know the sidebox that has the links shipping& returns, contact, etc.)

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: move page 2 to information sidebox

    Locate the two files: information.php and more_information.php in modules -> sideboxes -> your_override_folder

    copy the following from the more_information.php
    if (DEFINE_PAGE_2_STATUS <= 1) {
    $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
    }
    and change it to:
    if (DEFINE_PAGE_2_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
    }
    Now copy the changed file into the information.php file.

    Hope this helps

  3. #3

    Default Re: move page 2 to information sidebox

    thank you so much!!! it worked

  4. #4
    Join Date
    Aug 2005
    Location
    SF Bay Area, California, USA
    Posts
    89
    Plugin Contributions
    0

    Default Re: move page 2 to information sidebox

    Ah, excellent! Thanks clydejones!

    Now I need to figure out how to make the sort order for the "Information" categories the same in the Site Map as I have set it in the Information sidebox. Tomorrow...

    Cheers,
    chrx

  5. #5
    Join Date
    Aug 2005
    Location
    SF Bay Area, California, USA
    Posts
    89
    Plugin Contributions
    0

    Default Re: move page 2 to information sidebox

    Alas, a few minutes copying...
    includes/templates/template_default/templates/tpl_site_map_default.php
    ...into my CUSTOM template directory...

    Then re-ordering the tags in...
    includes/templates/CUSTOM/templates/tpl_site_map_default.php
    ... to my desired order did the trick. Now the Site Map ordering matches the "Information" sidebox order.

    Cheers,
    chrx

 

 

Similar Threads

  1. Move 'information' sidebox to the footer
    By CheekyCockney in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 May 2016, 10:38 PM
  2. 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
  3. Move Information in Sidebox into the footer
    By jrstaatsiii in forum Basic Configuration
    Replies: 8
    Last Post: 26 Jan 2009, 07:09 PM
  4. Move item from Information sidebox to EZ sideox
    By cornick in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Jan 2009, 04:09 AM
  5. Can I move a page out of the More Information sidebox?
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Dec 2007, 09:18 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