Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Location
    Rochester, NY
    Posts
    231
    Plugin Contributions
    0

    help question Editing Links in Information Box

    My Information box has these pages by default:

    * Shipping & Returns
    * Privacy Notice
    * Conditions of Use
    * Contact Us
    * Site Map
    * Gift Certificate FAQ
    * Discount Coupons
    * Newsletter Unsubscribe

    I'd like to remove some of these, reorder others, and add a couple more. How would I do this?

    Thanks,
    BP

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editing Links in Information Box

    Edit /includes/modules/sideboxes/your_template/information.php.

  3. #3
    Join Date
    Oct 2008
    Location
    Rochester, NY
    Posts
    231
    Plugin Contributions
    0

    help question Re: Editing Links in Information Box

    Great! Thanks. I'm not exactly new to Zen Cart, but the setup is still a bit unintuitive. This makes sense, though. :)

    So... another easy question. How do I make new pages (such as an About Us page)? Is there a way how I can do this through the interface? I've been playing with it, but I can't seem to find it or get it to work. Maybe I'm in the wrong place.

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Editing Links in Information Box

    How do I make new pages (such as an About Us page)?
    You can create them with Ez-pages
    Admin > tools > manage ez-pages

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editing Links in Information Box

    And if you need to use PHP in the new page, or you want it to have an explicit name in the URL like main_page=about_us, look at the About Us mod in Free Addons. It will show you how to do the 8 new files and edits needed for a new define page.

  6. #6
    Join Date
    Oct 2008
    Location
    Rochester, NY
    Posts
    231
    Plugin Contributions
    0

    Default Re: Editing Links in Information Box

    Quote Originally Posted by keneso View Post
    You can create them with Ez-pages
    Admin > tools > manage ez-pages
    Yeah that's what I thought but it's not showing up. Is there something I need to activate or check? I'll play some more.

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Editing Links in Information Box

    EZ-Page links will show up in the ezpages sidebox ("Important Links") as long as they are enabled and given a sort order for the sidebox.

    If you want them in the information sidebox, you will have to code them into it.
    PHP Code:
    <a href="<?php echo zen_ez_pages_link(23?>" >Your EZP Link Text</a>

 

 

Similar Threads

  1. Editing, changing links in Information Sidebox
    By Euonym in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 28 Aug 2010, 02:57 PM
  2. Editing Links In 'Information' Side Box
    By kramerr in forum Basic Configuration
    Replies: 3
    Last Post: 6 Jul 2009, 02:36 AM
  3. Combining links - EZ-Page Box and Information Box
    By MagicMan in forum General Questions
    Replies: 3
    Last Post: 19 Jan 2009, 09:04 PM
  4. Add information to information box links ?
    By spazzo in forum Basic Configuration
    Replies: 2
    Last Post: 20 Oct 2008, 10:44 AM
  5. Editing the More Information Links...
    By LovelyMiss in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2007, 07:09 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