shinyclothing Posted May 10, 2009 Posted May 10, 2009 I thought I know how to do it... example if I want to put a image in this page : http://www.shinyclothing.no/privacy.php?language=en which code do I use ? and where do transfer the image to? I have tried many times myself, but probably in a wrong way... and is it possible to add more boxed on left or right side? if so how? I have only seen tutorial about disable or able them....
spax Posted May 10, 2009 Posted May 10, 2009 For the English language, you need to edit the file includes/languages/english/privacy.php. Where you see this code define('TEXT_INFORMATION', 'Put here your Privacy Notice information.'); you change it for your image and text. Like this define('TEXT_INFORMATION', 'Some text relating to your privacy policy. <br>' . tep_image(DIR_WS_IMAGES . 'your_image.jpg', 'alt text', 'width', 'height') . '<br> Maybe some more text underneath the image.'); You do the same thing for any other language you use. i.e. includes/languages/espanol/privacy.php includes/languages/german/privacy.php As for extra boxes, follow this tutorial. http://www.oscommerce.info/kb/66
spax Posted May 11, 2009 Posted May 11, 2009 And BTW, your osC default images are corrupt. You need to upload them again in Binary mode.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.