gareth123456 Posted January 15, 2004 Share Posted January 15, 2004 I want to add images to my right column so that I can bring to customers attention details of my postal costs, discounts on quantity orders etc. Yes, I have looked at this wiki page: http://wiki.oscommerce.com/docsCatImageCol But in following the instructions, the code is clearly trying to insert an image but failing to call the image from the correct location. I have moved my image to other locations and used various ../../. code to state the path of my image, but still my image is not called! I even set up a new page with my image and used ? include (?myimagepage.php?); ? to call it ? still I cannot get it to work! Any pointers on how to get an image in my right column would be greatly appreciated. Ta Gareth Link to comment Share on other sites More sharing options...
gareth123456 Posted January 15, 2004 Author Share Posted January 15, 2004 I think I have got it: <?php echo tep_image(DIR_WS_IMAGES . 'myimage.jpg'); ?> I think that this will work........ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.