Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Privacy Policy/Returns/Shipping


hpcolorado

Recommended Posts

Posted

Where (or how) can I enter the text information for the Shipping/Returns, Privacy Notice, etc, that is supposed to be included in "Information" (left lower corner of the screen)?

Posted

These files are located in catalog\includes\languages\english or whatever your language\ folder.

 

Open and edit the following files.

 

Shipping.php, Privacy.php, Conditions.php

 

This 3 have this line in common.

 

define('TEXT_INFORMATION', '<--Put your text between the single quotes-->');

Posted
These files are located in catalog\includes\languages\english or whatever your language\ folder.

 

Open and edit the following files.

 

Shipping.php, Privacy.php, Conditions.php

 

This 3 have this line in common.

 

define('TEXT_INFORMATION', '<--Put your text between the single quotes-->');

 

 

Thank you!

Posted

Just be sure if you have any single tick marks (') that they have a \ preceding them.

 

Like this:

 

define('TEXT_INFORMATION', 'I just can\'t understand why PHP doesn\'t like tick marks without the slash?');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

  • 2 weeks later...
Posted

Thanks! I found I could add <p> and <br /> tags to format the added text too..

 

A

 

Just be sure if you have any single tick marks (') that they have a \ preceding them.

 

Like this:

 

define('TEXT_INFORMATION', 'I just can\'t understand why PHP doesn\'t like tick marks without the slash?');

Archived

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

×
×
  • Create New...