Hi,
I need to collect a lot of data on the confirmation page such as delivery option, delivery store, delivery state, payment option, promo code used, etc. Most of these won't be tied to individual products (for when they order multiple products) but relate more to the overall order. I will collect this information in separate eVars.
Do I need to set the eVars within the s.products variable or can I set them on the page but outside the s.products variable. For example, setting them at the end of the s.products variable with no product information related to them (event1 relates to tax).
events="purchase,event1"
s.products=";prod1234;1;19.95;event1=1.99;,;prod5629;2;45.5;event1=4.55;,;;;;;evar1=next day delivery|evar2=store Y|evar3=promo 123"
or setting them separately on the page
events="purchase,event1"
evar1="next day delivery"
evar2="store Y"
evar3="promo 123"
s.products=";prod1234;1;19.95;event1=1.99;,;prod5629;2;45.5;event1=4.55;"
I would prefer to do it the second way but I just want to make sure this will still allow me to subrelate the products with the evars, i.e. I can see what products people selected nest day delivery for, etc.
Thanks,
Damien