Tracking Orders
Good Morning, Darrens Both
Thanks for that. I was wary of testing in Act_Order04.html
and had been trying to pick up NETQUOTEVAR:ACTINICORDERTOTAL in Act_Order00.html- without success.
Now to really push the idea. Order04 is great for checking actual orders. I would really like to know who adds something to the cart, but for any number of reasons doesn't move to complete. In fact I would really like to know at what precise stage they give up. I for one am allergic to forms.
It occurred to me that one could use a crazy kind of boolean figure to track progress.
ie set orderValue to
1000000000 for shoping cart
100000000 for order00
10000000 for order01
1000000 for order02
100000 for order03
NETQUOTEVAR:ACTINICORDERTOTAL / 100 for order04
THerefore for a completed order of 399.99
one should get a value of 1111100399.99
wheras someone who pulled out at order02 would show 1111000000 ie 4x1 - processed to 4th stage.
This would be easy to decode back at the ranch simply by stripping out the first five characters to split the results into the boollean tracker and the order values is the rest.
Any comments? Is this over elaborate? Is there an easier way?
Thanks everyone.
Niall
Good Morning, Darrens Both
Thanks for that. I was wary of testing in Act_Order04.html
and had been trying to pick up NETQUOTEVAR:ACTINICORDERTOTAL in Act_Order00.html- without success.
Now to really push the idea. Order04 is great for checking actual orders. I would really like to know who adds something to the cart, but for any number of reasons doesn't move to complete. In fact I would really like to know at what precise stage they give up. I for one am allergic to forms.
It occurred to me that one could use a crazy kind of boolean figure to track progress.
ie set orderValue to
1000000000 for shoping cart
100000000 for order00
10000000 for order01
1000000 for order02
100000 for order03
NETQUOTEVAR:ACTINICORDERTOTAL / 100 for order04
THerefore for a completed order of 399.99
one should get a value of 1111100399.99
wheras someone who pulled out at order02 would show 1111000000 ie 4x1 - processed to 4th stage.
This would be easy to decode back at the ranch simply by stripping out the first five characters to split the results into the boollean tracker and the order values is the rest.
Any comments? Is this over elaborate? Is there an easier way?
Thanks everyone.
Niall
Comment