Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2010
    Posts
    100
    Plugin Contributions
    0

    Default Show the special side box at product page?

    Hello,

    Does anyone know where I missed it? I configured the specials sidebox, and it shows up on the home page as well as category page. But it does not show up on the product page. Did I miss anything there?

    Thanks!

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

    Default Re: Show the special side box at product page?

    That is how the specials.php side box is designed ...
    Code:
      if (isset($_GET['products_id'])) {
        $show_specials= false;
      } else {
        $show_specials= true;
      }
    You can change that in your templates and overrides by changing it to:
    Code:
      if (isset($_GET['products_id'])) {
    //    $show_specials= false;
        $show_specials= true;
      } else {
        $show_specials= true;
      }
    and it will always show ...
    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
    Apr 2010
    Posts
    100
    Plugin Contributions
    0

    Default Re: Show the special side box at product page?

    Thanks a lot!
    It works!

 

 

Similar Threads

  1. Show Special Instructions box on checkout_shipping to show on from Your Shopping Cart
    By nishajh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 May 2015, 05:28 PM
  2. Click category to show subcategory in the side menu but not in the main content box
    By dealbyethan.com in forum Setting Up Categories, Products, Attributes
    Replies: 23
    Last Post: 3 Mar 2011, 03:04 PM
  3. How to show futured/new/special product´s description on the first page
    By neboztik in forum Contribution-Writing Guidelines
    Replies: 1
    Last Post: 11 Nov 2009, 05:32 PM
  4. special side box missing
    By steve1965 in forum General Questions
    Replies: 4
    Last Post: 2 Jul 2008, 11:50 AM

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