Hiya
Can anyone point me in the right direction on how to do the following:
If I have used .php to create a Session Variable called ‘mysessionvar’, how can I assign this variable to one of the User Defined variables in Actinic ? What code would i use?
eg.
NETQUOTEVAR:GENERALPROMPT000 = mysessionvar
If this is not possible, could I assign a cookie created in .php to this User Defined variable
eg.
NETQUOTEVAR:GENERALPROMPT000 = mycookievar
The info I intend putting into the session variable (or cookie) is a telephone number I captured outside of the acatalog folder. I do not want to display this info I purely want to ‘store’ it in one of the (spare) User Defined variables in Actinic and then only insert/display it in the confirmation email after checkout.
Many thanks,
hp.
Can anyone point me in the right direction on how to do the following:
If I have used .php to create a Session Variable called ‘mysessionvar’, how can I assign this variable to one of the User Defined variables in Actinic ? What code would i use?
eg.
NETQUOTEVAR:GENERALPROMPT000 = mysessionvar
If this is not possible, could I assign a cookie created in .php to this User Defined variable
eg.
NETQUOTEVAR:GENERALPROMPT000 = mycookievar
The info I intend putting into the session variable (or cookie) is a telephone number I captured outside of the acatalog folder. I do not want to display this info I purely want to ‘store’ it in one of the (spare) User Defined variables in Actinic and then only insert/display it in the confirmation email after checkout.
Many thanks,
hp.