Zen Cart Logo

Payments Accepted

Locked

Views: 1,757

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
11 May 2007, 6:00 PM
#1
diithead avatar

diithead

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

11 May 2007, 6:37 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Payments Accepted

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.