Announcement

Collapse
No announcement yet.

Dealtime ROI Tracker

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dealtime ROI Tracker

    Does anyone know how to add some code for Dealtime ROI Tracker and where it should be added ?

    We need to pass the following information for each product on the order

    var order_id = "PUT_YOUR_DATA_HERE"
    var order_amt = "PUT_YOUR_DATA_HERE"
    var product_id = "PUT_YOUR_DATA_HERE"
    var product_name = "PUT_YOUR_DATA_HERE"

    Any comments or help would be appreciated.

    Thanks in anticipation

    #2
    Hi there

    You would place this information i would imagine in Act_Productline.html. This is the template which display the product. To put the data in with these variables, you would need to use custom variables.

    IE var order_id = "CUSTOMVAR:ORDERID".

    Then for each product, you would click on "Properties", click on the "+" sign, and select the custom variable and add it manually.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      You would place this information i would imagine in Act_Productline.html.
      NO!!!!!

      This information has to be placed in the receipt page template (Act_Order04.html)

      It is only once a successful order is placed that this information should get sent back to Dealtime.

      You will need to tweak the fields so that it actually does insert the order value and order number into the script so that DealTime get sent the correct info.

      Regards

      Jos
      Thanks

      Jos Medinger

      Tel : 01978 843 962
      www.internetology.co.uk
      Actinic / E-Commerce Hosting, Design & SEO
      ______________________________________

      Comment


        #4
        Make a search for the word 'affiliate' on the forum and surely you will find some hits about different integration. You can use the ACTINICORDERTOTAL and THEORDERNUMBER variables on the receipt page. There are a few more variables for the order total allowing different formatting. But unluckily there is no way to pass the order line related information (e.g. product name or reference) to an affiliate system at the moment.

        Regards,
        Zoltan
        Actinic Software
        www.actinic.co.uk

        Comment

        Working...
        X