matpal Posted December 31, 2003 Share Posted December 31, 2003 So I am trying to put some images into the product descriptions, and I keep getting the dreade "red 'x' box" instead of my image. as an example, this is the code Im using: <img src="http://host90.ipowerweb.com:8080/panel/host/filemanager?func=dl&p=%2Fpublic_html%2Fstore%2Fadmin%2Fimages%2Fproductimages%2F17a-OHN.GIF" ALT=17a-methyl 4ONN> Now why in the world does this not work? Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted December 31, 2003 Share Posted December 31, 2003 WHOA!!! i think you went overboard with your link couldn't you just use the relative path?? Link to comment Share on other sites More sharing options...
Logik Posted December 31, 2003 Share Posted December 31, 2003 don't use you files manager to link images... you need to login t have access to that.... Link to comment Share on other sites More sharing options...
matpal Posted December 31, 2003 Author Share Posted December 31, 2003 What should I use instead? Link to comment Share on other sites More sharing options...
trendyfashion Posted December 31, 2003 Share Posted December 31, 2003 I dont get it? Add a product image? Isnt that why the "browse" to upload your image from your pc when you are adding a new product in admin. As for your link...not even close. Where did you come up with that? The Wiki Docs: Read them, live them and be thankful for them! Link to comment Share on other sites More sharing options...
matpal Posted December 31, 2003 Author Share Posted December 31, 2003 The image needs to be in the text field of the product, not the dfault image for each product. The link is the url of the image. What else do you need to know? Link to comment Share on other sites More sharing options...
241 Posted December 31, 2003 Share Posted December 31, 2003 Where is the image stored? No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
trendyfashion Posted December 31, 2003 Share Posted December 31, 2003 Try this one <?php echo tep_image(DIR_WS_IMAGES . 'your_image.gif'); ?> The images are stored in catalog/inages The Wiki Docs: Read them, live them and be thankful for them! Link to comment Share on other sites More sharing options...
241 Posted December 31, 2003 Share Posted December 31, 2003 according to the line <img src="http://host90.ipowerweb.com:8080/panel/host/filemanager?func=dl&p=%2Fpublic_html%2Fstore%2Fadmin%2Fimages%2Fproductimages%2F17a-OHN.GIF" ALT=17a-methyl 4ONN> they are not stored in the catalog/inages nor catalog/images No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
trendyfashion Posted December 31, 2003 Share Posted December 31, 2003 a typo of coarse sorry...it is catalog/images or in my case with auto thumbnail 1.0 some of mine go to catalog/images/imagecache. The Wiki Docs: Read them, live them and be thankful for them! Link to comment Share on other sites More sharing options...
trendyfashion Posted January 1, 2004 Share Posted January 1, 2004 Sorry that didnt work....here this did <img src="http://www.trendyfashionsale.com/catalog/images/landend.jpg"> see it here Image in product desc Of coarse this is just rough....doing it off the top off my head since I am not at home. The Wiki Docs: Read them, live them and be thankful for them! Link to comment Share on other sites More sharing options...
matpal Posted January 1, 2004 Author Share Posted January 1, 2004 OK, so I uploaded the images to the directory in the admin panl, and I am still getting the same problem. Here is a link to one of my products. any help would really be appreciated. http://customnutritionwarehouse.com/store/...&products_id=55 Link to comment Share on other sites More sharing options...
devosc Posted January 1, 2004 Share Posted January 1, 2004 The first issue that I see is that you are specifying: http://host90.ipowerweb.com:8080 Thats not the normal web server port, ie. 80. Also (as an iPowerWeb customer too :) your link should refer to you domain name, now I know host number, I could even guess your host name etc.... Try: reinstallling with: http://customnutritionwarehouse.com as your path. FWIW it's worth your SSL domain is: http://customnutritionwarehouse.com/~customnu i.e the first 8 digits of your domain. how easy is your domain password??? HTH "Any fool can know. The point is to understand." -- Albert Einstein Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.