Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

manufacturer images for some, blank for others


Guest

Recommended Posts

Posted

is this possible? (without a broken image or IMAGE_DOES_NOT_EXIST showing up)

 

i currently have 300+ manufacturers and i cannot go through and load a blank image for each ;)

Posted

There is code with the default osc of the product_info.php to show the image conditionally. You could apply it for manufacturers.

 

	if (tep_not_null($product_info['products_image'])) {
// Image code here
}

Archived

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

×
×
  • Create New...