Is it possible to pass on the receipt page values (order phase 4) like name, address, total price... from the receipt page to a html page outside actinic?
Announcement
Collapse
No announcement yet.
Passing on receipt page values
Collapse
X
-
You can use NETQUOTEVAR's more than once in a template. So you could edit Act_Order04.html to put these into a form (or whatever) that passes that info on.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
-
Act_Order04.html is placed inside a <FORM..> by the enclosing script. You can fix this by doing all your customisation at the very bottom and starting with
</FORM> <!-- end the actinic one -->
<FORM my code here>
.
.
.
You won't need an </FORM> as this will be generated for you.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment