Hi guys.
I need some help whit my code.
Today it looks like this:
The result is this:Code:<iframe src="http://track.adrecord.com/?trackID=<?php echo $_COOKIE['trackID']; ?>&orderValue=<?php echo $order_summary['order_subtotal']; ?>&orderID=<?php echo $order_summary['order_number']; ?>&programID=XXX" scrolling="no" frameborder="0" width="1" height="1"></iframe>
Problem here is that the affiliate want the amount in ören (cents) not in kronor (dollars).Code:/?trackID=3090556&orderValue=39&orderID=13573&programID=XXX
So orderValue=39 i want to multiply by 100 and also remove tax.
Can someone please tell me how i do that? orderValue=39 * 100 / 1,25. How will the code look like?


Reply With Quote
