Jump to content

[SOLVED] Affiliate code - Any help please


Recommended Posts

Hi Everyone,

 

I have signed up with an affiliate to help drive some business and they are asking me to insert some code (below) into the final stage of the checkout process. I have searched and believe I should enter this into the order-confirmation.tpl file but Im not sure if this is correct and also what I should change the values to :

 

Code :

<script type="text/javascript" src="https://secure.paidonresults.net/create-sale?client=java&MerchantID=956&SaleID=Your-Sale-ID&OrderValue=Your-Order-Value"></script>
<noscript><img src="https://secure.paidonresults.net/create-sale?client=img&MerchantID=956&SaleID=Your-Sale-ID&OrderValue=Your-Order-Value" width="10" height="10" border="0"></noscript>

 

Can anyone help ?

Thanks

Link to comment
Share on other sites

Hi Vekia,

 

I found that topic and changed the code to :

 

<script type="text/javascript" src="https://secure.paidonresults.net/create-sale?client=java&MerchantID=956&SaleID={Tools::getvalue(id_order')}&OrderValue={$total_to_pay}"></script>
<noscript><img src="https://secure.paidonresults.net/create-sale?client=img&MerchantID=956&SaleID={Tools::getvalue(id_order')}&OrderValue={$total_to_pay}" width="10" height="10" border="0"></noscript>
 
I have entered it into the order-confirmation.tpl file but I am getting nothing sent back to the affiliate - I do have an error at checkout which I have entered on another thread and I have bumped it today. Could this be causing it ?
Thanks
Link to comment
Share on other sites

×
×
  • Create New...