OsCStyles Posted December 25, 2005 Share Posted December 25, 2005 How do you edit the Shipping, returns, privacy notice pages? Wondering...What file do I go to edit these pages? Link to comment Share on other sites More sharing options...
Guest Posted December 26, 2005 Share Posted December 26, 2005 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 More sharing options...
♥14steve14 Posted December 26, 2005 Share Posted December 26, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.