Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modify Items in Information Box


pucho

Recommended Posts

How can following pages be modified in OsCommerce?

 

1. Shipping & Returns

http://www.Pucho.com/catalog/shipping.php

 

2. Privacy Notice

http://www.Pucho.com/catalog/privacy.php

 

3. Conditions of Use

http://www.Pucho.com/catalog/conditions.php

 

There is a variable called TEXT_INFORMATION in

all 3 files.

<?php echo TEXT_INFORMATION; ?>

 

If this controls display of text on each page, where

can TEXT_INFORMATION be set from?

 

Any clues appreciated. Thanks in advance.

Link to comment
Share on other sites

How can following pages be modified in OsCommerce?

 

1. Shipping & Returns

http://www.Pucho.com/catalog/shipping.php

 

2. Privacy Notice

http://www.Pucho.com/catalog/privacy.php

 

3. Conditions of Use

http://www.Pucho.com/catalog/conditions.php

 

There is a variable called TEXT_INFORMATION in

all 3 files.

<?php echo TEXT_INFORMATION; ?>

 

If this controls display of text on each page, where

can TEXT_INFORMATION be set from?

 

Any clues appreciated. Thanks in advance.

 

Look in your catalog/includes/languages/english directory and you will find the equivalent .php files and the text shown there. In those three files you can change the text to whatever you want and mixed with HTML if you like. Just be careful not to break the opening ' and closing ' by using this somewhere within your text !

You can safely use " or ` if needed.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...