Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information box


rixxe

Recommended Posts

Hi all,

Does anyone know how to change the text in the information box? (left column). I've tried searching the text files for the sentence appearing on the website, but the search engine returns no results.

I don't understand, this HAS to be somewhere ??? >_<

Link to comment
Share on other sites

Hi all,

Does anyone know how to change the text in the information box? (left column). I've tried searching the text files for the sentence appearing on the website, but the search engine returns no results.

I don't understand, this HAS to be somewhere ???  >_<

 

includes/languages/english.php

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

includes/languages/english.php

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

 

Thank you very much!

Link to comment
Share on other sites

Ok, this is to modify the text, but which file do I have to modify to completely remove a line?

 

And BTW, does anyone know a program to search within text files that actually works? the windows XP's one sux!

Link to comment
Share on other sites

To remove a line from the information infobox, you need to edit the includes/boxes/information.php file. Keep in mind when searching for something, some of the text is generated dynamically. This means you may not find the text in place so a search will fail. Sometimes you need to refine your search to find what you are looking for. One of the best, IMO, search tools around is grep.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...