Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New addon: Remove Manufacturers image. Need advice


Juto

Recommended Posts

Hi, I have just added:

 

http://addons.oscommerce.com/info/8681

 

Which is a little edit of admin/catalog/manufacturers, so you can remove the manufacturers image.

 

It works but I've just found out that on the catalog side's the box manufacturers_info still displays the manufacturers name. Despite:

 

  if (tep_not_null($manufacturer['manufacturers_image'])) {
  $manufacturer_info_string .= '<tr><td align="center" class="infoBoxContents" colspan="2">' . tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name']) . '</td></tr>';
    }

 

So, somewhere My contribution needs a little edit... but where, and how?

Thanks for any input

 

Sara

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...