Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Remove box under Product Image !

This is a discussion on Remove box under Product Image ! within the Templating, CSS, Design forums, part of the osCmax V2.5 Forums category; Hi, There appears to be a rogue box under the product image ? The td class is "productinfo_boxes". What file ...

      
  1. #1
    Member
    Join Date
    Jul 2012
    Posts
    71
    Rep Power
    1


    Default Remove box under Product Image !

    Hi,

    There appears to be a rogue box under the product image ?



    The td class is "productinfo_boxes". What file is this feeding from ?

    Thanks

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,122
    Rep Power
    55


    Default Re: Remove box under Product Image !

    This is probably the cell that would hold your extra product images if you had any ...

    regards.
    pgmarshall
    _______________________________

  3. #3
    Member
    Join Date
    Jul 2012
    Posts
    71
    Rep Power
    1


    Default Re: Remove box under Product Image !

    Hi,

    No, the box doesn't appear to be for extra images. Check this product which has two products:

    Code:
    http://alturl.com/c9yts
    I need to get rid of this box as it appears in every product !

  4. #4
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,122
    Rep Power
    55


    Default Re: Remove box under Product Image !

    Try setting AddThis to false.

    Regards.
    pgmarshall
    _______________________________

  5. #5
    Member
    Join Date
    Jul 2012
    Posts
    71
    Rep Power
    1


    Default Re: Remove box under Product Image !

    Ahh okay, thanks. Now that I know it is for Addthis...I have been trying to get this to work.

    I have setup the following:



    But no social icons appear ? Just the empty box still ??

  6. #6
    Member
    Join Date
    Jul 2012
    Posts
    71
    Rep Power
    1


    Default Re: Remove box under Product Image !

    Change the class to default images as well to make sure that isn't the problem:



    The same problem !

  7. #7
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,122
    Rep Power
    55


    Default Re: Remove box under Product Image !

    In the second box - addthis javascript code - mine only has the second bit - where did you get the first bit from. The address bar code needs to go in the third box!

    Works fine for me.

    Regards.
    pgmarshall
    _______________________________

  8. #8
    Member
    Join Date
    Jul 2012
    Posts
    71
    Rep Power
    1


    Default Re: Remove box under Product Image !

    Not working still !



    Could it be because I am hosting the site in a subdirectory and not root ?

    Code:
    http://alturl.com/5bdft

  9. #9
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Exclamation Re: Remove box under Product Image !

    Quote Originally Posted by deltrum View Post
    Could it be because I am hosting the site in a subdirectory and not root ?
    Nothing to do with it and my recommended install!

    This cleans up the mess in product_info.tpl.php:
    Code:
                <!-- Conditional AddThis Starts -->
                <?php if ((ADD_THIS_ENABLED == 'true') && (ADD_THIS_CODE <> "") ){ ?>
                  <tr>
                    <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
                  </tr>
                  <tr>
                    <td class="productinfo_boxes"><?php echo stripslashes(ADD_THIS_CODE); ?></td>      
                  </tr>
                <?php } ?>
                <!-- Conditional AddThis Starts -->
                
                  
                <!-- Conditional URL Starts -->
                <?php if (tep_not_null($product_info['products_url']) || ($product_info['products_url'] <> "" )) { ?>
                  <tr>
                    <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
                  </tr>
                  <tr>
                    <td class="productinfo_boxes"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td>
                  </tr>
                <?php } ?>
                <!-- Conditional URL Starts -->
    Notice the rash copy/paste Should read Ends, not Start in the appropriate places.
    Last edited by ridexbuilder; 07-30-2012 at 04:25 AM.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  10. #10
    Member
    Join Date
    Jul 2012
    Posts
    71
    Rep Power
    1


    Default Re: Remove box under Product Image !

    The template is based on fallback_html which doesnt have anything in the contents directory ?

Page 1 of 2 12 LastLast

Similar Threads

  1. Remove category image
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-04-2009, 08:00 AM
  2. Remove category image
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-04-2009, 07:00 AM
  3. Remove category image
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-04-2009, 04:00 AM
  4. product price = 0 remove "add to cart image"
    By yulises in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 04-23-2008, 09:14 AM
  5. Remove image from cart display
    By ratsglass in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 12-07-2005, 05:31 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
  •