Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32
  1. #31
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need SideBox to show in One Catagory Only

    Quote Originally Posted by Jerry5763837 View Post
    hi, Linda,

    Could you please also help to check my problem

    I just want to enable or disable certain sidebox (not whole left or right column)for certain pages,
    for example, want to enable subscribe sidebox on contact_us page

    what i can do to achieve this? your suggestion would be highly appreciated. thanks.
    Look at how the tell_a_friend sidebox is done where it says to not show on the tell a friend page ...
    Code:
        if (!($_GET['main_page']==FILENAME_TELL_A_FRIEND)) $show_tell_a_friend = true;
    You can do something similar by adding a code like this to that sidebox ...

    I have not used that so you will kind of have to wing it ... but that example may help you using something like:
    Code:
    if (($_GET['main_page']==FILENAME_CONTACT_US)) {
    $show_your_variable_here = true;
    } else {
    $show_your_variable_here = false;
    }
    Then look at how the if surrounds the code as to whether or not it runs ...
    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!

  2. #32
    Join Date
    Mar 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Need SideBox to show in One Catagory Only

    Thank you Glenn , works great .

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. v139h Need to only show in one category
    By 4jDesigns in forum General Questions
    Replies: 1
    Last Post: 30 May 2012, 12:40 PM
  2. v150 Specials listing and sidebox will only show ONE product
    By DivaVocals in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 2 Apr 2012, 02:10 AM
  3. I need to have a particular sidebox only show on one EZ page.
    By tolefairy in forum Basic Configuration
    Replies: 7
    Last Post: 21 Jan 2008, 08:22 AM
  4. I need to have a particular sidebox only show on one EZ page.
    By tolefairy in forum General Questions
    Replies: 0
    Last Post: 20 Jan 2008, 07:20 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