You can add an affiliate program to your store run by cart66 cloud solution using the following instructions.
Setup Preparation
The following URL has helpful information on how you can customize your thank you/receipt page for Cart66 Cloud
Receipt Snippets For Custom Integrations
Integration Steps
Step 1) Go to the settings menu of the affiliate plugin and check the “Enable Remote Post” checkbox. Take note of the “Secret Word” from this section.
Step 2) Check the “Enable Debug” checkbox from the testing and debugging settings (this will log debug details which will help us troubleshoot if the commission doesn’t get tracked as expected).
Step 3) Save the changes by hitting the update settings button.
Step 4) Add the following HTML tracking code to your thank you page as suggested in the above URL:
<img src="http://www.your-domain.com/wp-content/plugins/wp-affiliate-platform/api/post_by_ip.php?secret=XXXX&sale_amt={{order_subtotal}}&txn_id={{order_number}}&buyer_email={{customer_email}}&ip_address={{ip_address}}" width="1" height="1"/>
– Replace “your-domain” with your actual site URL
– Replace “XXXX” with the actual secret code from the settings menu of this plugin (refer to step 1)
Leave a Reply