Hi, I am trying to find a way of getting a list of product references for each product in the shopping cart. I need to do this on the receipt page. This is so I can then pass these values into a URL for tracking. I would prefer to not use JavaScript if possible. Instead I would use a tracking image which I have found in the past to be far more reliable. So for example I need to create something on the receipt page like:
ProductID1,ProductID2,ProductID3,ProductID4
Any ideas on how I could do this?
ProductID1,ProductID2,ProductID3,ProductID4
Any ideas on how I could do this?
Comment