c_w_harper Posted March 4, 2006 Share Posted March 4, 2006 My product info pages' manufacturer info box image is missing (see link): http://euphoriawear.com/store/product_info.../products_id/50 When I view the source code in the browser it shows: img src="images/store" border="0" alt="Euphoria Wear" title=" Euphoria Wear " Obviously not pointing to my intended target of images/banner2.gif; Checking product_info.php shows that it calls that information from manufacturer_info.php; Which in turn calls the image through a db query: tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name']) So how do I change the db data to point to the correct image? Or, more aptly, how do I get my image to show? Link to comment Share on other sites More sharing options...
satish Posted March 4, 2006 Share Posted March 4, 2006 My product info pages' manufacturer info box image is missing (see link): http://euphoriawear.com/store/product_info.../products_id/50 When I view the source code in the browser it shows: img src="images/store" border="0" alt="Euphoria Wear" title=" Euphoria Wear " Obviously not pointing to my intended target of images/banner2.gif; Checking product_info.php shows that it calls that information from manufacturer_info.php; Which in turn calls the image through a db query: tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name']) So how do I change the db data to point to the correct image? Or, more aptly, how do I get my image to show? Well you need to edit that manufacturer thru admin. Satish Mantri Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.