Hi all
I am trying to add a 'opt in' field for email purposes. I would like to add it into the invoice address page (but anywhere would do!) which is order_01.htm. We are using Mole Ends rather cool 'one stop oreder processing' to export orders to a 3rd party mailing house and need to export the email address and opt in info to them.
I suppose that this is what the design -> text -> web(cont) 'User defineable' is meant to do but I can't see a corresponding NETQUOTEVAR in the template page. Either I am looking in the wrong place or maybe it's been removed by a previous tinkerer!
It seems like I need to do something like this:
NETQUOTEVAR:INVOICEUSERDEFINED
<input type="CHECKBOX" netquotevar:invoiceuserdefined name="OPTIN" value="YES" />
Struggling to see the relationship between the design text and NETQUOTEVAR in the template. It seems like it should be easy...
Thanks in advance.
Allen
I am trying to add a 'opt in' field for email purposes. I would like to add it into the invoice address page (but anywhere would do!) which is order_01.htm. We are using Mole Ends rather cool 'one stop oreder processing' to export orders to a 3rd party mailing house and need to export the email address and opt in info to them.
I suppose that this is what the design -> text -> web(cont) 'User defineable' is meant to do but I can't see a corresponding NETQUOTEVAR in the template page. Either I am looking in the wrong place or maybe it's been removed by a previous tinkerer!
It seems like I need to do something like this:
NETQUOTEVAR:INVOICEUSERDEFINED
<input type="CHECKBOX" netquotevar:invoiceuserdefined name="OPTIN" value="YES" />
Struggling to see the relationship between the design text and NETQUOTEVAR in the template. It seems like it should be easy...
Thanks in advance.
Allen
Comment