My site has the ability to pay by check and the page just shows the amount of the check and the address to send it to. Is there a template that can be updated so that it shows the details of the invoice above the information on where to send the check? Thanks
In latest version you can use placeholder %receipt_html% in 'Payment Instructions for customer'. This placeholder will be replaced with invoice details (items/price/total)
I do not remember exact version but this feature does not exists in 4.3.6 for sure. You need to update to latest version. Another approach is edit file amember/application/default/plugins/payment/offline.php and customize output as you need it. Please check 'directAction' method.