Thread: Brands Side Box

Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Brands Side Box

    I am updating my website to 2.1.0 and for the life of me, can't find the file to hide/show the brands side box on the page listing all products of the similar brand. it shows on all other pages.

  2. #2
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: Brands Side Box

    Anyone?

  3. #3
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    250
    Plugin Contributions
    4

    Default Re: Brands Side Box

    Do all your sideboxes disappear along with it, or is this the only sidebox you're using?

  4. #4
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: Brands Side Box

    only the brands side box, but it appears on all other pages, just not on the page with products of the same brand.

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

    Default Re: Brands Side Box

    just not on the page with products of the same brand
    do you have a url I could look at?
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,334
    Plugin Contributions
    94

    Default Re: Brands Side Box

    The original question isn't clear in my mind, but I'll note that the brands sidebox doesn't display on manufacturer listing pages; see /includes/modules/sideboxes/brands.php for details.

  7. #7
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: Brands Side Box

    thanks lat9

    // test if brands sidebox should show
    if ($current_page_base === FILENAME_BRANDS) {
    return;
    }
    if ($current_page_base === FILENAME_DEFAULT && !empty($_GET['manufacturers_id'])) {
    return;
    }


    What above has to be changed to over-ride the hiding of the brands side box?

    Thanks,

  8. #8
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: Brands Side Box

    never mind:

    // test if brands sidebox should show
    if ($current_page_base === FILENAME_BRANDS) {
    // return;
    }
    if ($current_page_base === FILENAME_DEFAULT && !empty($_GET['manufacturers_id'])) {
    // return;
    }

    What a dope!

    Thanks for your help

 

 

Similar Threads

  1. Replies: 2
    Last Post: 13 Jun 2011, 04:22 PM
  2. tweeking - side box font and side box image
    By stephenn in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Dec 2008, 03:20 PM
  3. Need to change manufacturer side box, not normal side box
    By paha in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 12 Jul 2008, 01:23 AM
  4. Change colour of 'sponsors' side box / enable 'featured' side box
    By flatlander in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 29 May 2008, 07:26 AM
  5. Make categories side box different from other side boxes
    By Jeff G in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Nov 2007, 10:16 PM

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