- This topic has 0 replies, 1 voice, and was last updated 11 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate F.A.Q/Instructions › WP Affiliate Plugin and Foxy Cart Integration Instructions
Step 1: Go to the Settings -> Integration Related
menu of the affiliate plugin and check the “Enable Remote Post” checkbox. Take note of the “Secret Word” from this section.
Step 2: Save the changes by hitting the update settings button.
Step 3: Add the following HTML tracking code to your FoxyCart receipt template that you will be creating in step 4.
^^receipt_only_begin^^<img border="0" src="http://www.your-domain.com/wp-content/plugins/wp-affiliate-platform/api/post_by_ip.php?secret=XXXX&sale_amt=^^order_total^^&txn_id=^^order_id^^" width="1" height="1">^^receipt_only_end^^
– Replace “your-domain” with your actual site URL where you have the affiliate plugin installed
– Replace “XXXX” with the actual secret code from the settings menu of this plugin (refer to step 1)
Step 4: Create a separate receipt template in your FoxyCart admin. Include your modified code from step 3 at the bottom of your template.