Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Help! Which File Is This Found In?


bzboy

Recommended Posts

Hello all...I am trying to modify a few small things on my site...

 

*** When a customer clicks on "contact us" it brings up a form asking for their "Name" and "Email" then is has a field for "Enquiry" which is spelled wrong...Which file is this form found in? I need to change the spelling on "Enquiry"

 

*** Also if you click on "shipping and returns" it just says "Enter your shipping and return info here"...I need to change that file also to display my shipping and return info...Anyone know what file this is found in?

 

Thank you in advance....

Link to comment
Share on other sites

In the default osCommerce 'Enquiry' is spelt just that way - which is correct.

 

If yours is wrong then go to includes/languages/english/contact_us.php

 

Vger

Link to comment
Share on other sites

In the default osCommerce 'Enquiry' is spelt just that way - which is correct.

 

If yours is wrong then go to includes/languages/english/contact_us.php

 

Vger

That depends upon which country you are from. Inquiry would be the correct spelling from the USA side.

 

In the includes/languages/english/contact_us.php file, find the following lines:

 

define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.');
define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME);
define('ENTRY_ENQUIRY', 'Enquiry:');

 

Change to:

 

define('TEXT_SUCCESS', 'Your inquiry has been successfully sent to the Store Owner.');
define('EMAIL_SUBJECT', 'Inquiry from ' . STORE_NAME);
define('ENTRY_ENQUIRY', 'Inquiry:');

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...