Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I add images to the pages?


shinyclothing

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...