Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Apr 2006
    Posts
    359
    Plugin Contributions
    0

    Default Lowdown on adding pages to INFORMATION Sidebox

    I want to add just a couple of links to the INFORMATION Sidebox... One might be ‘How To Pay...’

    I have done a bit of searching but cannot decide what would be the easiest way to do it. I know I can edit the defing_pages 2, 3 and 4 in the Define Pages Editor, but I can’t seem to find a way to add the finished products to the INFORMATION Sidebox...

    And likewise for the E-Z pages, yes, I can easily make a page there, but again, I could not find an easy way to get it into the sidebox... I believe the E-Z Pages has its own sidebox but I don’t thing two links deserve a separate box and the space it takes up...

    I know this has been discussed at length in several posts, but if someone can give me the current best way to go, I would appreciate it..

    Thanks!

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    go to admin:

    configure-define pages status

    you can turn page 2,3,4 on there
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Apr 2006
    Posts
    359
    Plugin Contributions
    0

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    Hi,

    Thanks, have turned on Page 1 , 2 etc in Configuration/Define Page Status, but they still do not show up... I have the value for them set to 1. I can make the other items in there appear or disappear (Shipping, Privacy etc.) but not the Pages...

    I should mention that Page 1, 2 etc appear in the site map, but not in the Information Sidebox.

    What am I missing?

  4. #4
    Join Date
    Jul 2006
    Posts
    50
    Plugin Contributions
    2

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    Quote Originally Posted by Peace Freak
    Hi,

    Thanks, have turned on Page 1 , 2 etc in Configuration/Define Page Status, but they still do not show up... I have the value for them set to 1. I can make the other items in there appear or disappear (Shipping, Privacy etc.) but not the Pages...

    I should mention that Page 1, 2 etc appear in the site map, but not in the Information Sidebox.

    What am I missing?

    You're not really missing anything. There are 2 seperate boxes that are named similarly. One is named just "Inoformation" and the other is names More Information. I too would like to know if there is an interface for the "information" sidebox. Spcifically is there a way to add items to the sidebox without having to edit a file. It seems that under ADMIN > Configuration > Define Pages Status allow a page to be shown or not, but I cannot edit the title of a page or add a page. Removing of a page would be great as well.

  5. #5
    Join Date
    Apr 2006
    Posts
    359
    Plugin Contributions
    0

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    I see! You were right. Now that I have turned on the More Information Sidebox I can see the extra pages I have made. I am going to mess around a bit more and see if there is an easy way to get everything to appear in the Information Sidebox.

  6. #6
    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    149
    Plugin Contributions
    1

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    Peace,

    Did you find a fix for this?
    [FONT=Palatino Linotype]Contribution Start:[/FONT]
    [FONT=Palatino Linotype]SHINE Live Help Sidebox[/FONT]

  7. #7
    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    149
    Plugin Contributions
    1

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    OK...answer found!

    File Location: includes/YOURTEMPLATE/sidebox/tpl_information.php

    Go to line (near or around) 14.

    Find this section of code:
    Code:
    for ($i=0; $i<5; $i++) {
        $content .='<li>'.preg_replace('/^([^>]+>)/i', '$1', $information[$i]) . '</li>' . "\n";
      }
    Notice the "5"? That is the max number of links the Information Box will display. You can modify that number to what you want.

    For example, I changed mine from "5" to "30":
    Code:
    for ($i=0; $i<30; $i++) {
        $content .='<li>'.preg_replace('/^([^>]+>)/i', '$1', $information[$i]) . '</li>' . "\n";
      }
    Notice the "30"? I won't be using 30 links but I would like to see what this Information Sidebox will look like if I have lets say 15 links displayed. At that time I may think it looks ugly and then decide to utilize the More Information Sidebox.

    This fix just gives a bit more control in your display as you tweak the cosmetic portion of your site.

    I hope this helps you all.
    [FONT=Palatino Linotype]Contribution Start:[/FONT]
    [FONT=Palatino Linotype]SHINE Live Help Sidebox[/FONT]

  8. #8
    Join Date
    Apr 2006
    Posts
    359
    Plugin Contributions
    0

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    Hi,

    Actually, I could not find an easy solution and gave up due to time restraints...

    Thanks for your input on this. When I next have some time I would like to give things are try.

    Keep us up to speed on your progress, and final recommendations, if you can.

  9. #9
    Join Date
    Mar 2007
    Location
    Drouin, Melbourne, Australia
    Posts
    5
    Plugin Contributions
    0

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    Thanks Rabbcon, your post has helped me out, I wanted to drop the Gift Certificate, Discount Coupons & Unsubcribe Newsletter so I just changed maximum pages to 5 ;)

  10. #10
    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    149
    Plugin Contributions
    1

    Default Re: Lowdown on adding pages to INFORMATION Sidebox

    I'm glad it helped you.
    [FONT=Palatino Linotype]Contribution Start:[/FONT]
    [FONT=Palatino Linotype]SHINE Live Help Sidebox[/FONT]

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Adding Custom Pages in Information Sidebox
    By warsaw in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Sep 2010, 05:56 PM
  2. customisation of information sidebox and adding extra pages
    By abs007 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Mar 2010, 08:09 PM
  3. Adding Pages to Information Sidebox
    By karmicdat4mywork in forum General Questions
    Replies: 3
    Last Post: 20 Apr 2009, 02:10 AM
  4. Adding Pages to Information Sidebox
    By karmicdat4mywork in forum General Questions
    Replies: 1
    Last Post: 19 Apr 2009, 09:54 PM
  5. Adding pages to Information sidebox
    By nkostaki in forum Customization from the Admin
    Replies: 15
    Last Post: 17 Nov 2006, 03:08 AM

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