On the page that says Step 2 of 3 - Payment Information i want to and text under the Money Order/Checks payment option. I want to inform customers about how much time they have for them to clear
Thanks
On the page that says Step 2 of 3 - Payment Information i want to and text under the Money Order/Checks payment option. I want to inform customers about how much time they have for them to clear
Thanks
Easiest way (means to don't have to edit complex code)...
Open:-
includes/languages/english/modules/payment/moneyorder.php
There are three DEFINES here. The first one is the title of the payment option, and to have some text under it, do this...
define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Check/Money Order<br />Can take up to 14 days to clear.');
You may wish to add something similar to the other two DEFINES as well, as these are displayed elsewhere in the checkout and confirmation process.
Save the edited version to:-
includes/languages/english/modules/payment/YOUR_TEMPLATE/moneyorder.php