Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Filling out Information Box on Lower Left


Inventor66

Recommended Posts

Hi,

 

I'm sure this has been asked a thousand times, but I tried for hours and couldn't figure it out. On the lower left is an information box, it says:

 

 

Information

Shipping & Returns

Privacy Notice

Conditions of Use

Contact Us

 

How do I edit the text that the user sees when they click on one of these links? Is it done from the admin tool or is it done by editing one or more php files?

 

By the way, thanks a bunch for your open source project. After using so much open source over the years I also released my little software package as open source out of a sense of community involvement. Besides, it was payback time.

 

Thanks in advance.

 

Inventor

Link to comment
Share on other sites

  • 2 weeks later...
Hi,

 

I'm sure this has been asked a thousand times, but I tried for hours and couldn't figure it out. On the lower left is an information box, it says:

Information

Shipping & Returns

Privacy Notice

Conditions of Use

Contact Us

 

How do I edit the text that the user sees when they click on one of these links? Is it done from the admin tool or is it done by editing one or more php files?

 

By the way, thanks a bunch for your open source project. After using so much open source over the years I also released my little software package as open source out of a sense of community involvement. Besides, it was payback time.

 

Thanks in advance.

 

Inventor

 

 

You can edit it here In catalog/includes/languages/english.php find this code:

 

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

define('BOX_HEADING_INFORMATION', 'Information');

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

define('BOX_INFORMATION_CONDITIONS', 'Terms & Conditions');

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

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

define('BOX_INFORMATION_SITEMAP', 'Sitemap');

 

Then change it ^__^

 

I hope this helps... ;)

Link to comment
Share on other sites

  • 2 weeks later...

You obviously didn't look hard enough

 

catalog/admin/file_manager.php

 

and walk the tree to

 

catalog//includes/languages/english

 

But it would be best to copy the files and work locally.

 

Enjoy

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Thank you gentlemen,

 

I found the text, but I think I made my self not clear (sorry for that)

I want to put more info under the line shipping and returns, private notice and that kind of stuff.

 

so in the "Put here your Privacy Notice information." how can I do this.

 

Sorry for the miss understanding

 

Createcnc

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...