Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you edit the Shipping, returns, privacy notice pages?


OsCStyles

Recommended Posts

How do you edit the Shipping, returns, privacy notice pages? Wondering...What file do I go to edit these pages?

 

 

Anything you need to edit like that will either be on...

 

catalog/includes/languages/english.php

 

or located in the folder

 

catalog/includes/languages/english/

 

like...

 

catalog/includes/languages/english/privacy.php and so forth. Or whatever language you are using, if using more than one, need to do it for all of them.

Link to comment
Share on other sites

This question has been answered so many times it is unreal. If you havent done a search on these forumns you should before asking any questions. People will not answer if the question has been asked many times before.

 

In your languages files as the previous poster mentioned you should be looking for a bit of code that looks like

 

define('TEXT_INFORMATION', '

delete all the text up to the final

');

 

You should then be left with

 

define('TEXT_INFORMATION', '');

 

Inbetween the two '' enter your new text. This can be in the form of plain text, or html code.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...