I removed the text that said 'check' from the moneyorder.php so it just says 'Money Order' rather than 'Check/Money Order' but now there is a problem and in the payment modules list in admin and when you go through checkout, it has MODULE_PAYMENT_MONEYORDER_TEXT_TITLE where it should say 'Money Order'.
I don't remember making any serious changes other than just remove 'Check' from the title and twice in descriptions and I didn't think to make a copy of the original first so if I ruined it it was safe to go back.
Can anyone please tell me what I can change in this to make it recognise the right title?
define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Money Order'); define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Please make your 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 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.');?>


Reply With Quote
