How To Install Viglink Code On The Confirmation Page?

Hello

Does someone can show me how to install the Viglink affiliate pixel install on the confirmation page of the shopping cart please?

I have add the tracking code on the default page, but not work. If someone can show me where is the confirmation page of the shopping cart, I will very appreciate!

This is the email from the viglink:

"It doesn't look like the pixel was installed correctly. I see a conversion in the offer reporting, but no sales amount. Since you selected a cost per sale campaign, we need to know the sales amount driven in order to pay our publishers. Can you make sure that this pixel is installed on the confirmation page of your shopping cart and that the AMOUNT variable is replaced with a variable that will send back the sale amount from the transaction?"
This is the code needed add on the confirmation of the shopping cart page:

My website is Enewwholesale.com with multi vendor 4.2.3, Thank in advance!!!

Best regards!!!

Franck

Assuming this it to account for all items (not shipping) in the order, change your provider's supplied code to read


If you want to include the shipping and taxes, then use {$order_info.total} instead. Then:

1) Make sure the my_changes addon is active.

2) Create/edit the file design/themes/[your_theme]/templates/addons/my_changes/hooks/checkout/order_confirmation.post.tpl

3) Add the modified code from your provider

4) Save and clear your site registry cache ([your_admin_url.php]?cc

Create a test order and when you get to the order.summary page, do a view source and search for vigilink. You should see the proper html on that page.

Assuming this it to account for all items (not shipping) in the order, change your provider's supplied code to read

 

If you want to include the shipping and taxes, then use {$order_info.total} instead. Then:

1) Make sure the my_changes addon is active.

2) Create/edit the file design/themes/[your_theme]/templates/addons/my_changes/hooks/checkout/order_confirmation.post.tpl

3) Add the modified code from your provider

4) Save and clear your site registry cache ([your_admin_url.php]?cc

Create a test order and when you get to the order.summary page, do a view source and search for vigilink. You should see the proper html on that page.

Dear Tbirnseth

Thank very much for your help, but how do I do for: ([your_admin_url.php]?cc ?do I need tape this: ([enewwholesale.admin1234.php]?cc

on the internet search address or on the ftp the address?

[your_admin_url.php] is meant to be shorthand for whatever your admin url is. I.e. example.com/my_admin.php

Please pay attention that the URL in the post #2 is not correct. Do not forget to change it from"

http://viglink.go2cl...4&amount={$order_info.subtoal}

to

http://http://viglink.go2cloud.org/aff_l?offer_id=104&amount={$order_info.subtotal}

There is an error in the code provided above. Please note that it should be {$order_info.subtotal} and not {$order_info.subtoal}