Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TEXT_SUCCESS & OVERVIEW_...


Guest

Recommended Posts

Posted

Where can I find the files containing TEXT_SUCCESS and the OVERVIEW definitions?

Posted
Where can I find the files containing TEXT_SUCCESS and the OVERVIEW definitions?

 

 

define('TEXT_SUCCESS', 'Your order has been successfully processed!');

is in catalog/includes/languages/english/checkout_success.php

 

and

define('OVERVIEW_TITLE', 'Overview');

define('OVERVIEW_SHOW_ALL_ORDERS', '(show all orders)');

define('OVERVIEW_PREVIOUS_ORDERS', 'Previous Orders');

 

are in catalog/includes/languages/english/account.php

 

 

F5

Archived

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

×
×
  • Create New...