Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order confirmation


Recommended Posts

Upon checkout our customers receive a message stating that delivery will be within 3-5 days. This isn't the case with our store and it needs to be changed to 14 days.

 

I've looked through all the checkout_ files and can't seem to find where to edit this data.

 

I'd be grateful if someone could shove me in the right direction. Thanks! ;)

Link to comment
Share on other sites

Upon checkout our customers receive a message stating that delivery will be within 3-5 days. This isn't the case with our store and it needs to be changed to 14 days.

 

I've looked through all the checkout_ files and can't seem to find where to edit this data.

 

I'd be grateful if someone could shove me in the right direction. Thanks! ;)

The best place to start when wanting to change text is the language file for whatever page you are on. You look at the url to see what page is involved in this case it would be checkout_success.php. Then you go to the includes/language/english/ folder and look for that particular file again in this case checkout_success.php and make your changes. Look for the following line

 

define('TEXT_SUCCESS', 'Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.');

 

and change to something like this

 

define('TEXT_SUCCESS', 'Your order has been successfully processed! Your products will arrive at their destination within 14 working days.');

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

Archived

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

×
×
  • Create New...