Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Troubleshooting › WP affiliate plugin and s2member Integration Question
Tagged: gateway, s2member, s2Member integration, stripe, WP Affiliate
- This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago by admin.
-
AuthorPosts
-
May 11, 2015 at 11:27 pm #12624kalemsauntMember
Hi there,
I am working on integrating this plugin with s2member pro. I have gone through all of the steps from this link…
The clicks are showing up correctly but the sales are not being tracked. Any thoughts on why we would be getting the clicks but not the actual purchase?
(Side thought: Is there any chance that having xml-rpc disabled would create an issue. We were having some DDoS attacks against that file so I fully disabled it. I would guess it’s not an issue because the clicks are still being tracked but figured I’d mention just in case)
May 12, 2015 at 12:11 am #69999adminKeymasterPlease provide some additional info (see the following post for guideline):
https://support.tipsandtricks-hq.com/forums/topic/clicks-are-tracked-but-not-the-sales
xml-rpc won’t have anything to do with this. None of our plugin uses that and we recommend keeping that disabled.
The following post has useful information for you too:
https://support.tipsandtricks-hq.com/forums/topic/sales-are-showing-as-click-throughs
May 12, 2015 at 8:09 pm #70000kalemsauntMemberThanks, good to hear xml-rpc isn’t involved.
Landing Page – [http://onthelistnashville.com/affiliate-5]
Payments are handled through Stripe in s2member pro. This is what shows up in the s2member options there, with the XXXX replaced
[http://onthelistnashville.com/wp-content/plugins/wp-affiliate-platform/api/post.php?secret=XXXX&ap_id=%%cv1%%&sale_amt=%%amount%%&buyer_email=%%payer_email%%&txn_id=%%txn_id%%]
Integration doc – https://www.tipsandtricks-hq.com/wordpress-affiliate/integrating-s2member-plugin-with-the-wp-affiliate-software-368
Just purchased the newest version of the wpaffilliate.
I believe the top log here is from a purchase through and affiliate link. The rest of the log file is a bunch of the second part I posted with users from our site (not affiliates)
[05/12/2015 3:04 PM] – SUCCESS :Start processing remote commission tracking request…
[05/12/2015 3:04 PM] – SUCCESS :POST data: 554e775f1a542||24.00|ch_161je5DyXmtMo5awkvbtdZLo||PURCHASING EMAIL ADDRESS WAS HERE||
[05/12/2015 3:04 PM] – SUCCESS :Validating Request Data
[05/12/2015 3:04 PM] – FAILURE :Referrer ID is missing… cannot process request
May 12, 2015 at 8:19 pm #70001kalemsauntMemberI have the API notifications sent to an email and I notice there is no value in the cv1 slot which I believe is where the affiliate ID is supposed to show up?
Could it be anything to do with using this in the api notification section? Not really something I’m super knowledgeable about but thought it could be something
Custom Replacement Codes can also be inserted using these instructions:
%%cv0%% = The domain of your site, which is passed through the
custom
attribute in your Shortcode.%%cv1%% = If you need to track additional custom variables, you can pipe delimit them into the
custom
attribute; inside your Shortcode, like this: custom=”onthelistnashville.com|cv1|cv2|cv3″. You can have an unlimited number of custom variables. Obviously, this is for advanced webmasters; but the functionality has been made available for those who need it.May 12, 2015 at 11:59 pm #70002adminKeymasterLooks like it is missing the custom value (cv1) in the notification. Can you please ask in their forum what the equivalent filter to the following is for “Stripe” gateway?
ws_plugin__s2member_before_sc_paypal_button_after_shortcode_atts
I checked their documentation but didn’t find anything for stripe.
May 16, 2015 at 6:46 pm #70003kalemsauntMemberFrom them…
Yes, the following hook exists for Stripe.
ws_plugin__s2member_pro_before_sc_stripe_form_after_shortcode_atts
If WPAffiliate support would like a copy of the pro version they can request that here:
[http://www.websharks-inc.com/bizdev/]
May 17, 2015 at 3:17 am #70004adminKeymasterThank you. I have added this stripe checkout hook in our plugin so that should be good now. I have sent you an update via email.
-
AuthorPosts
- You must be logged in to reply to this topic.