I have connected my OpenCart with an Affiliate network.
In order for me to link and have orders tracked they require the following information on the tracking code; the OrderID
and the OrderValue
the ( Sub Total) without delivery
I can't find what value the OrderID and the Sub Total has in OpenCart.
I need to insert these values in the code below.
OrderValue = Subtotal
<iframe src="http://track.xxx.com/?trackID=[IdFrånCookie]&orderValue=[orderValue]&orderID=[orderID]&programID=319" scrolling="no" frameborder="0" width="1" height="1"></iframe>
I have tried with column_order_id
in the [orderID] but that did not work.
Does any one know which values I should input?