fut 0 Posted June 2, 2006 How do I go about only allowing the acceptance of money orders and not checks? Thanks, George Share this post Link to post Share on other sites
shibat 0 Posted June 2, 2006 You can go to /catalog/includes/languages/english/modules/payment/moneyorder.php and change define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Check and Money Order'); to define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Money Order'); This way customer will not see Check on checkout. Share this post Link to post Share on other sites