How does one "hardwire" a NETQUOTEVAR?
For example, I want our done button on the customer's receipt to go back to our homepage, but even though I have "No Frames in Checkout" and the proper address listed in Options | Miscellaneous, it still goes to an Invalid Syntax page.
Here is where I need to do the tweaking:
<INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
Do I just put the URL into a value space?
Thanks!
Christy
For example, I want our done button on the customer's receipt to go back to our homepage, but even though I have "No Frames in Checkout" and the proper address listed in Options | Miscellaneous, it still goes to an Invalid Syntax page.
Here is where I need to do the tweaking:
<INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
Do I just put the URL into a value space?
Thanks!
Christy
Comment