Merchant Support Forums

Merchant Account Center Help

RSS Feed

ROI tracker

  1. 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!

  2. tonerize6 months ago

    We am also curious about this. What if the customer adds several products to the order?