Guest Posted January 18, 2006 Posted January 18, 2006 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 ;)
Guest Posted January 19, 2006 Posted January 19, 2006 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 }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.