Hey,
I am currently writing a system that when a product is created, it will inject the details of the user order in to our deployment queue.
However for me to do this, I require the information of our addon products.
IE. Amount of players.
For this, I understand the order system will pipe the $addons array to checkoutscript.php
What I do not understand is the structure of this array, ie. does it index each value by addonid, or by incrementation. IE. 0=bah,1=dah etc....
Thanks in advance.