I'm modifying the money order payment php file and would like to insert further instructions but can't seem to figure out how to put the syntax in to add another line of instruction. Help please?
code:
define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Please text your payment to:<br />' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br />
<br />Mail your payment to:<br />' . nl2br(STORE_NAME_ADDRESS) . '<br />
--->I want to insert one line of instruction here and remove the line above.
<br />' . 'Your file will be released when the reference code of the payment has been confirmed.');



