How does the ROI tracker manage orders with multiple products? Do we need to add a different variable to the code? The code below just handles one product.
<script language="JavaScript">
var merchant_id = '302672'
var order_id = 'PUT_YOUR_DATA_HERE'
var order_amt = 'PUT_YOUR_DATA_HERE'
var category_id = 'PUT_YOUR_DATA_HERE'
var category_name = 'PUT_YOUR_DATA_HERE'
var product_id = 'PUT_YOUR_DATA_HERE'
var product_name = 'PUT_YOUR_DATA_HERE'
</script>
How does the ROI tracker manage orders with multiple products? Do we need to add a different variable to the code? The code below just handles one product.
<script language="JavaScript">
var merchant_id = '302672'
var order_id = 'PUT_YOUR_DATA_HERE'
var order_amt = 'PUT_YOUR_DATA_HERE'
var category_id = 'PUT_YOUR_DATA_HERE'
var category_name = 'PUT_YOUR_DATA_HERE'
var product_id = 'PUT_YOUR_DATA_HERE'
var product_name = 'PUT_YOUR_DATA_HERE'
</script>
Thanks for your help!
tonerize – 6 months ago
We am also curious about this. What if the customer adds several products to the order?