-- Joomla version -- : 3
Hi,
How can variables be inserted into java/html/php code at the final stage of checkout after the payment has been received? I understand the after_end.php fronted template is the one to edit but don't know how to pass sales detail variables to the code within it.
Example for iDevaffiliate the image code requires the sales amount (XXX) and order number (YYY):
<img border="0" src="
www.site.com/idevaffiliate/sale.php?prof...XX&idev_ordernum=YYY
" width="1" height="1">
How can the XXX and YYY be replaced by the sales data in this code?
Regards,
Geoff