Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie: Changing Payment terminology


embejo

Recommended Posts

Posted

OK, I'm a newbie, and have very limited knowledge of all of this, and just finding my way around as best I can. A friend set up my website for me, and it's going well, but I want to learn to do more of it myself.

 

One of the things that I want to change is that payment options say Cheque/money order, and most of my customers pay by internet banking. Is there a way to change the words to Internet Banking or Direct Deposit? I regularly get emails from people saying they don't have cheques.

 

Thanks.

Posted

Hi there -

 

go to: includes/languages/english/modules/payment/moneyorder

 

 

and change the three define lines: (I have laready changed mine to be more suitable for people wanting to send cheques - so yours won't look exactly like this but you will be able to change the wording in the ' ':

 

 define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Pay by Cheque');
 define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Make Payable To: ' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Send To:<br>' . nl2br(STORE_NAME_ADDRESS) . '<br><br>' . 'Please note that your goods will not be despatched until your cheque has cleared.');
 define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Make Payable To: ". MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nSend To:\n" . STORE_NAME_ADDRESS . "\n\n" . 'Please note that your goods will not be despatched until your cheque has cleared. Thanks for your order.');

 

Hope this helps you

:rolleyes:

Posted

Thanks so very much. I know I'm going to sound like an idiot here, but I don't think my webguy hasn't given me access to includes/languages/english/modules/payment/moneyorder

 

OK now I show how little I know about all of this (don't laugh): what goes before the 'includes/languages/english/modules/payment/moneyorder' bit? i.e.

www.cutiebums.co.nz/store/...... or what?

 

Thanks.

Archived

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

×
×
  • Create New...