Results 1 to 3 of 3

Thread: Help with infobox header

  1. #1
    Junior Member scalemotorcars's Avatar
    Join Date
    May 2010
    Posts
    10
    Thanks
    0
    Thanked 37 Times in 8 Posts

    Default Help with infobox header

    On the main shop index for new products I want to change the gif in the infoboxheader. It uses the same gif and the other info boxes but its on the wrong side.

    Here's a screen shot with arrow. All I need is the file name to make the change. I looked in all the shop/product files and even in the osc files of the root but I missed it.

    Thanks...


  2. #2
    Developer Greystoke's Avatar
    Join Date
    Mar 2010
    Posts
    187
    Thanks
    2
    Thanked 499 Times in 113 Posts

    Default

    Hi,

    It's an osCommerce code bug, that they don't want to fix in their updates.

    To fix this you need to edit:

    shop/includes/classes/boxes.php

    Find on line 159

    PHP Code:
                                             'text' => tep_image(DIR_WS_IMAGES 'infobox/corner_right_left.gif'))); 
    And replace with:

    PHP Code:
                                             'text' => tep_image(DIR_WS_IMAGES 'infobox/corner_right.gif'))); 
    Let me know if there are any other problems with this.

  3. #3
    Junior Member scalemotorcars's Avatar
    Join Date
    May 2010
    Posts
    10
    Thanks
    0
    Thanked 37 Times in 8 Posts

    Default

    That was it. Thanks!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •