One of our sites is currently running on Actinic V7, and we would like to include a link to our order tracking system in the order confirmation e-mail. This needs to be a url, with the users order number and email address in, eg...
www.xxxxxx.com?on=ordernumber&em=Email
i'm guessing this can be done using the NETQUOTEVAR variables as follows...
http://www.xxxxxx.com?on=NETQUOTEVAR...QUOTEVAR:Email
(or possibly just the whole url relating to NETQUOTEVAR)
or something along those lines. I'm fairly new to using actinic, and from looking on here it appears i will need to make some changes to the perl scripts to tie up NETQUOTEVAR to the actual information i want there. If anyone could point me into the right direction, that would be great!
thanks
Steve
www.xxxxxx.com?on=ordernumber&em=Email
i'm guessing this can be done using the NETQUOTEVAR variables as follows...
http://www.xxxxxx.com?on=NETQUOTEVAR...QUOTEVAR:Email
(or possibly just the whole url relating to NETQUOTEVAR)
or something along those lines. I'm fairly new to using actinic, and from looking on here it appears i will need to make some changes to the perl scripts to tie up NETQUOTEVAR to the actual information i want there. If anyone could point me into the right direction, that would be great!
thanks
Steve
Comment