Announcement

Collapse
No announcement yet.

post-checkout page

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

    post-checkout page

    I need to put some code, into my post checkout page.

    Here is the code
    <script language="JavaScript">
    var merchant_id = "305869"
    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>
    <script language="JavaScript" src="https://stat.dealtime.com/ROI/ROI.js?mid=305869"></script>

    Problem is, is where do i find the post checkout page within actinic??

    #2
    If you want the final page that shows the order detail/receipt to the customer - this is act_order04.html

    Comment


      #3
      But where would I put the code???

      Comment


        #4
        at the bottom is a good idea

        Comment

        Working...
        X