Jump to content

Recommended Posts

Hi i am looking for some advice in installing a piece of coding in to my product conformation page for which the affiliate program has provided. The following instruction

 

If you intend to pay your affiliates for a completed sale, you need to integrate the following sales tracking code into your site. The sales tracking code should be placed on the order confirmation page of your web site. This is the page that is shown to your customer once their purchase has been confirmed, and commonly includes a summary of their order and an order reference number. Your customised sales tracking code is shown below. This code can be placed anywhere within the page, however we recommend placing it at the end of your page between the </body> and the </html> HTML tags.

 

however i can not work out where this page would be

Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...

That's not necessarily correct for all affiliate networks. Have you used that for Affiliate Future? Also {$total} is for the total order including shipping costs which means your giving more money away to the affiliate than you need to - commission should be taken from just the products only, not the shipping costs.

 

 

[sOLVED] I've solved it anyway for any other merchants with Affiliate Future who are stuck with this:

 

The whole affiliate future tracking code script should be added to the bottom of order-confirmation.tpl, with the following order value and ID values to be set:

 

var orderValue = 'ORDER_VALUE';

var orderRef = 'ORDER_REF';

 

should be set as follows with each value in inverted commas:

 

var orderValue = '{$product_total}';

var orderRef = '{$id_order}';

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...