Forum
parse perch2_shop_log logData
Hi, what is the best way to turn the logData into an array?
example snippet of logData "mc_gross=0.01&protection_eligibility=Eligible&address_status=confirmed&item_number1=1"
and access the variables like: logData['mc_gross']
and returns 0.01
tony
Where is that from?
Hi, worked it out. orders_details_pre.php code below..
I need to put the options (sizes, colours), with the order list.
tony