Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Display Featured Products On All Pages.

    This seems fairly simple, but I can't find it in the admin or in the forum.

    I just want to display my featured products on all pages. I've made it so it only displays 3 at a time and at the bottom of the main page. But I'm hoping I can show the featured products on all pages at the bottom.

    Can anybody help with this?

    Thanks,

    cris
    www.beamerfilms.com

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

    Default Re: Display Featured Products On All Pages.

    You would need to do a bit of customizing but this could be done ...

    You could just add the call to the Centerbox in your tpl_footer.php and now it shows on every page ...

    If you like how it works on the index pages and the empty shopping cart then you would just add exclusion to it with a test for what page you are on ...

    This calls the featured products centerbox ...
    Code:
    <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>
    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!

  3. #3
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Display Featured Products On All Pages.

    If you want it between your side columns you could add the code snippet Ajeh gave you to the tpl_main_page.php right after this:

    HTML Code:
    <?php
     /**
      * prepares and displays center column
      *
      */
     require($body_code); ?>
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #4
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Re: Display Featured Products On All Pages.

    Nice to have options!!!! Both of these worked and looked great. One question though.

    When clicking on a "category" and product listings are shown is there a way to have the "Featured Products" appear on those pages as well? In other words, below the words "Displaying 1 to 10 (of xx products)" since the "Featured Products" didn't show up on those pages.

    I'm new at this php stuff, so thanks for all your help!

    Cris

 

 

Similar Threads

  1. v151 Specials Featured Upcoming Products Centerbox display on Category Pages
    By mgoodwindesign in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Mar 2013, 07:01 PM
  2. Replies: 2
    Last Post: 15 Mar 2011, 05:54 PM
  3. New, featured, all listing pages
    By len7560 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jul 2009, 01:16 AM
  4. Strange new products display on all pages.
    By awhfy99 in forum General Questions
    Replies: 3
    Last Post: 11 Sep 2007, 04:36 PM
  5. Nix All Product, change Featured Products display, Artist in Product Description, etc
    By porphyrous in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Dec 2006, 06:13 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