PDA

View Full Version : post-checkout page


Hkanaris
17-Apr-2004, 01:49 PM
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??:confused:

pinbrook
17-Apr-2004, 05:20 PM
If you want the final page that shows the order detail/receipt to the customer - this is act_order04.html

Hkanaris
19-Apr-2004, 10:56 AM
But where would I put the code???

pinbrook
19-Apr-2004, 12:21 PM
at the bottom is a good idea