Guest Posted September 12, 2010 Share Posted September 12, 2010 I am new to OS commerce as I had the site developed "for" me and now am having to add info myself. I am working in the languages/english/testimonials.php file and need to add an image and the text for the testimonial......I tried this: define('TEXT_INFORMATION', 'DSC_8382 copy.jpg ');?> But no go...any help out there? Thank you Link to comment Share on other sites More sharing options...
Guest Posted September 12, 2010 Share Posted September 12, 2010 Bruce, Are you adding a customer testimonial to the site ? Or are you adding images and information to the page that customers see when they write a testimonial ? Chris Link to comment Share on other sites More sharing options...
FIMBLE Posted September 12, 2010 Share Posted September 12, 2010 You can use HTML img tags to add it <img src="image.jpg" height="" width="" alt=""> or you can add it the php way <?php tep_image(DIR_WS_IMAGES . 'image.jpg'):?> Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.