- This topic has 16 replies, 6 voices, and was last updated 12 years, 2 months ago by .
- 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 General Questions › Integration with 1Shopping Cart?
Tagged: 1ShoppingCart, cart66, wishlist member, wp affiliate platform
That looks very promising. Lets try the following:
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.
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.)
3. Save the changes by hitting the update settings button.
4. Add the following HTML tracking code to your thank you pages (Thanks.aspx and Thankyou.aspx)
<img src="http://www.your-domain.com/wp-content/plugins/wp-affiliate-platform/api/post_by_ip.php?secret=XXXX&sale_amt=[%Total%]&txn_id=[%orderID%]&buyer_email=[%email1%]" 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 above)
Let me know how that goes.
I believe this would work fine if you were just selling and using their thank you page as it did record the sale, however I’m also using WishList, so that requires they go to a specific thank you page for registration.
However I might be able just to set something up so they are sent for registration from an email they receive. I’ll have to test further. I’m sure this would work for single sales. I’ve now learned that no matter what 1ShoppingCart can not pay out commission on a monthly recurring sale.
Thanks!