PDA

View Full Version : Editing the receipt


jxm28788
19-Oct-2003, 07:54 AM
I need to manually edit the receipt in order to hardcode the address, rather than use the address in the business details.

I can't figure out where to to this as I don't know how to display the receipt offline.

I assume its ACT_receiptprimary.html but that basically seems to be made up of the 4 lines NETQUOTEVAR:FORMBEGIN, NETQUOTEVAR:HIDDENFIELDS, NETQUOTEVAR:BULK, and NETQUOTEVAR:FORMEND. None of which I can find in the actinic dictionary...

How do I change the form with the new address?
:(

rmladden
19-Oct-2003, 02:08 PM
I believe you want Act_Order04.html unless you mean the e-mail confirmation which is Act_CustomerEmail.txt. Both are easy to edit. You really cannot see them offline that well, but it is enough to see what you are doing.

I just added this to Act_Order04.html to put a Print button next to the Done button. I really want customers to print this.
<INPUT TYPE="BUTTON" VALUE="Print" NAME="Print" onClick="window.print()">&nbsp;&nbsp;

jxm28788
19-Oct-2003, 02:28 PM
ah, that's the bunny. :D

And I think I'll steal your print button too... ;)