Results 1 to 9 of 9

Hybrid View

  1. #1
    webmam Guest

    help question Disappearing Box

    I have 3 boxes on the left column -Catalog,Specials, Banner. They all work fine until I go to a product_info link. Then the Specials Box disappears from the left column. It ONLY effects the Specials Box. If I add other boxes they all appear.

    I'm using a template that was meant for 1.3. 6 and my cart is 1. 3. 8a. Where do I check to see if the "Specials" code appears on the the product_info page?

    My Cart Link

    Can anyone help?

  2. #2
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Disappearing Box

    I have exactly the same problem.

    On the site I'm building (link), as soon as you got onto a product info page, my specials box vanishes from the right hand column where it normally belongs.

    Any help would be gratefully received.

    Cheers,
    Bad Wolf.

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Disappearing Box

    You'll both have to contact the designer of your templates to ask them why they chose to hack the code that way.

  4. #4
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Disappearing Box

    Mmm, I suppose it's worth looking to see if there is any specific code in the product info template that is stopping it from appearing.

    Thanks.

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

    Default Re: Disappearing Box

    Sorry, but that is the default behavior of the Specials box.
    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.

  6. #6
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Disappearing Box

    So it's a case of hard coding the specials back into the product info page then?

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Disappearing Box

    No. Open includes/modules/sideboxes/specials.php and comment out or remove lines 13 through 21 which say:

    $show_specials= false;

    if (isset($_GET['products_id'])) {
    $show_specials= false;
    } else {
    $show_specials= true;
    }

    if ($show_specials == true) {


    and line 44 which contains a closing curly brace ( } ).

    Don't forget to save the edited file to a override folder.

 

 

Similar Threads

  1. Disappearing products
    By jenpen in forum Setting Up Categories, Products, Attributes
    Replies: 15
    Last Post: 25 Nov 2012, 01:44 PM
  2. Disappearing Background
    By Halollet in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jun 2010, 05:27 AM
  3. Disappearing Text Box
    By tcustomgolf in forum Setting Up Categories, Products, Attributes
    Replies: 32
    Last Post: 16 May 2009, 03:16 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