top of page
ePNWebOrder & QuickBooks

THE FORM
Customer Enters QuickBooks®Invoice Number & Amount

EDIT THE CODE

You can copy the code and embed it into your site, paste it in an HTML editor, or  download a copy of the file below to upload to a site. Either way you will need to make changes to the code that are specific to your merchants information.

Change values shown in red to the merchants information. 

1.) Click to Download .txt file.
2.) Change the file extension from .txt to .html before saving.

Screen Shot 2021-11-30 at 12.40.07 PM.png

THE FORM
QuickBooks® Invoice Number, Amount and Service/Convenience

EDIT THE CODE

You can copy the code and embed it into your site, paste it in an HTML editor, or  download a copy of the file below to upload to a site. Either way you will need to make changes to the code that are specific to your merchants information.

You can add a Service/Convenience Fee to any of ePN's web order forms by using the code in red listed below. Choose ServiceFee or ServicePercent and set the value you want. Then set the value to 0.00 for the one you are NOT USING. Always find the code that matches the code below in green, and then insert/paste the code in red below it like shown.

<tr>
<td></td><td colspan="2" align="center">A Service/Convenience Fee of 3.99%<br> will be included in this transaction.
<input type="hidden" name="ServiceDesc" value="Service/Convenience Fee">
<input type="hidden" name="ServiceFee" value="
0.00">
<input type="hidden" name="ServicePercent" value="
3.99"></td>
</tr>

Change values shown in red to the merchants information. 

1.) Click to Download .txt file.
2.) Change the file extension from .txt to .html before saving.

Screen Shot 2021-11-30 at 12.40.07 PM.png
bottom of page