-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.6.12
I want to enter the affiliate tracking code from a third party in the checkout.
The code:
<img width="1" height="1" src="https://track.partnerprogram.tld/tracking_sale.php?kid=XXXX&lv=0&bestid=xxx&wert=yyy&beschreibung=" />
How should the file checkout/end.php be adapted so me "bestid" and "wert", the corresponding values are displayed?
bestid = Part No.
wert = selling price
translated by Google, sorry
Thank You