Forum Replies Created
-
AuthorPosts
-
May 20, 2013 at 2:30 pm in reply to: eMember – Are There Any Admin Logs Available Like Member Login Activity? #55732nickmartinMember
Hmmm I don’t see any latest login and IP on my dashboard. I have to click edit member in order to see that info, so that’s unfortunately not really an option to go through all my members like that Should I be able to see it on the dashboard?
Maybe I’ll try and do some digging in the database.
May 12, 2013 at 7:46 am in reply to: eMember – Replacing the lock image displaying on homepage articles #55483nickmartinMemberOhhhh I have the same problem!
Can I have the fix and try it out too please?
May 7, 2013 at 5:38 am in reply to: WP eMember – Downgrade Member Level From Premium To Free? #48925nickmartinMemberWould it be possible for the eMember script to set the premium member back to the free membership level (if defined in eMember settings) when a PayPal subscription cancellation IPN is received? I haven’t looked at the code yet, but if it can set active–>inactive for the member, couldn’t it set membership_level –> [eMember_free_membership_level] if defined?
That way, we could allow inactive members to login (eMember setting) and they would just be back at the free level. This way all they have to do, is go to PayPal and cancel their subscription if they want to downgrade to free.
Idea or does it break a lot of other stuff?
May 6, 2013 at 5:49 am in reply to: eMember – upgrade free member to paid via PayPal using only eMember? #55436nickmartinMemberThanks so much!!!!
nickmartinMemberLast thing!
I think the:
[05/03/2013 3:19 PM] – FAILURE :Funds have not been cleared yet. Product(s) will be delivered when the funds clear!
[05/03/2013 3:19 PM] – FAILURE :IPN product validation failed.
Was due to the fact that I didn’t have the currency used added to my account…
nickmartinMemberOkay I retried an upgrade this time with debug enabled.
eMemberDebug.log:
[05/03/2013 3:28 PM] – SUCCESS :Authenticating login request for username: paypaltest
[05/03/2013 3:28 PM] – SUCCESS :Emember: trying logging in :paypaltest
[05/03/2013 3:28 PM] – SUCCESS :Authentication completed for username: paypaltest
[05/03/2013 3:28 PM] – SUCCESS :Logging into WordPress account. User ID: 237
ipn_handle_debug_eMember.log:
[05/03/2013 3:19 PM] – SUCCESS :Paypal Class Initiated by 173.0.81.1
[05/03/2013 3:19 PM] – SUCCESS :Post string : [REMOVED]
[05/03/2013 3:19 PM] – SUCCESS :Connection to http://www.paypal.com successfuly completed.
[05/03/2013 3:19 PM] – SUCCESS :IPN successfully verified.
[05/03/2013 3:19 PM] – SUCCESS :Creating product Information to send.
[05/03/2013 3:19 PM] – FAILURE :Funds have not been cleared yet. Product(s) will be delivered when the funds clear!
[05/03/2013 3:19 PM] – FAILURE :IPN product validation failed.
[05/03/2013 3:19 PM] – SUCCESS :Paypal class finished.
subscription_handle_debug.log:
[05/03/2013 3:19 PM] – SUCCESS :Could not find any record using the given email address (REMOVED). Attempting to query database using the unique reference: REMOVED
[05/03/2013 3:19 PM] – SUCCESS :Membership level ID: 3
[05/03/2013 3:19 PM] – SUCCESS :Member signup URL :[REMOVED]
[05/03/2013 3:19 PM] – SUCCESS :Member signup/upgrade completion email successfully sent
If I login to my seller PayPal account I see the subscription creation as active, but the payment as Unclaimed (same for buyer account). Is this normal? Funds clear once claimed. It’s been a very long time since I last used PayPal & IPN…
Anyway, the email I receive sends me to complete a new member signup (username + password), which is not what it’s supposed to do. I hope I’ve supplied enough information, not sure what to do from here.
nickmartinMemberQuick followup, I see the following information in my PayPal account when clicking details on the subscription that was created:
Custom Number: subsc_ref=3
My membership level is 3 for the paid membership, but should it show up like above?
nickmartinMemberI was having the exact same thoughts about this today!
I created a subscription button that only my free users could see if they were logged into my site. Then I tested it with my friend who had a free emember account already, but it didn’t work out as planned so wondering where it went wrong?
This is what I have done:
– upgraded my PayPal to business account
– in the PP profile settings I set the IPN URL to the link I get in my eMember gateway settings (only the general IPN link)
– create a subscription button and add the nofity_url I generate in eMember with my membership level to the advanced settings in my PayPal subscription button
– added a success link to a page on my site that is locked and only accessible for paid members
Here is what my friend did:
– logged into his free membership account and was able to find the subscribe button
– went through the PayPal signup process and created a PP account with another email then his free membership email
– was directed to the success link that I had specified, but was still a free member
– minutes later he receives an email from my membership site telling him he just needs to click the link provided to activate his account
– the link asks him to enter a username and password even though he subscribed while he was logged into his free account
– he finishes the process and now has two accounts, a free account with one email and a paid with his PayPal email
Where did I go wrong in the setup? I’m thinking the IPN link in my PayPal profile settings? I went there to double check my IPN was enabled and found a very old link in there, so I just added the general IPN link [http://www.MYSITE.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php]
I haven’t tried a second time as we were testing live and I haven’t setup a PayPal sandbox account yet ….
Any ideas?
nickmartinMemberDamn I was hoping for a better reply to this question.
Whenever a member signs up on my site they get 1 email from eMember which is fine, but as soon as they complete registration, they get 1 registration complete from eMember which is fine BUT 2 identical messages from Mailchimp asking the user to confirm subscription to the list. WHY do they get two completely identical confirmations from MailChimp?
-
AuthorPosts