Home
Integration Methods
1ShoppingCart
Integration with 1ShoppingCart is made by placing sale tracking script into the thank you page.
1
Edit your thank you page
1ShoppingCart allows you to have your own custom thank you page. To set it up, navigate to Setup> Orders and set "Thank You URL" to your custom page.
2
Integration code in your custom thank you page
Put the following code (in case that your page is in PHP) right before row with text </body> (or somewhere at the end of page body).
3
Finished
It is now integrated. Every time customer enters the order confirmation
page, the tracking code is called, and it will register a sale for
referring affiliate.
4
Alternative - Integration code for separate products.
Put the following code (in case that your thank you page is in PHP) right before line with text </body>
What about product returns/refunds and chargebacks.
3 years ago
Amit
What about product returns/refunds and chargebacks? Do you still end up paying the affiliate for a product that has be refunded?
Or does PAP offer a more reasonable solution?
Refunds
1 years ago
Viktor Zeman
PAP supports refunds and charge-backs.
If you will want to automate refunds, you will need to call from shopping card request through our API and refund transactions related to specific order.
In our knowledgebase we have examples how to do it.
Where to add on a WordPress page?
12 months ago
WordPress Plugins
Can this code be added into the content area of a WordPress page? I assume it should not be added into the footer or it will be activated on every page unless a line can be added to the code to only execute if the page ID of the page is that of the Thank You page?