Update the header or footer design using the WYSIWYG editors.
- Header Design (label) is used for anything above the payment form.
- Add Text to Payment Link Page (label) is used for anything below the payment form.
Custom Header
When dealing multiple brands on the sales order or invoice, include conditional logic on the record type fields to specify appropriate content.
<#if record.custbody2=='Offline Order'>
<img src="https://www.novamodule.com/novamodule-logo.png">
<#else>
<img src="https://www.novamodule.com/PayPack-Logo.png">
<#if>
Custom Footer
Add custom footer text using text area field Add Text to Payment Link Page.
Error Page
Additionally customize footer text on the error page by using text area field Add Text to Error Page.
Payment Confirmation Page
Additionally customize header text on the confirmation page by using text area field Payment Confirmation Page Header Design.
To hide the PRINT button and alert message, use the below CSS styles.
<style>
.alert { display:none; }
.nm-payconfirm-btn { display:none; }
</style>