New Zenner
- Join Date:
- May 2007
- Posts:
- 2
- Plugin Contributions:
- 0
Payments Accepted
Is there a way to set up the payment module to accept money orders without accepting checks.
Thanks!
Deb
Views: 1,757
New Zenner
Is there a way to set up the payment module to accept money orders without accepting checks.
Thanks!
Deb
Obaa-san
yes, change the language file. includes/languages/english/modules/payment/moneyorder.php
edit the defines:
define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Check/Money Order');
define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Please make your check or money order payable to:<br />' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br /><br />Mail your payment to:<br />' . nl2br(STORE_NAME_ADDRESS) . '<br /><br />' . 'Your order will not ship until we receive payment.');
define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Please make your check or money order payable to:" . "\n\n" . MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nMail your payment to:\n" . STORE_NAME_ADDRESS . "\n\n" . 'Your order will not ship until we receive payment.');
Place the edited copy in your override directory.
Tell staff why this post should be reviewed.