This form is pretty much identical, aside from the the recurring payments, to the one that is generated by the plugin. Through sandbox, I can successfully complete this transaction. Money is moved from my sandbox buyer account to my sandbox seller account. Unfortunately, absolutely nothing is found in "View Transactions."
I tested the IPN system using the tools offered by Paypal, and an IPN is recorded, but absolutely nothing is transferred besides the transaction ID and status. This is a huge problem. What do I do to rectify this situation?
Subscription Options
Is there a form I need to create for user's to set subscription options? Such as cancellations?
EDIT: Err, there was some sort of "Unable to view this page" message. Anyway, I forgot to select "Wordpress Membership" as the plugin I was having trouble with. Sorry!
This form is pretty much identical, aside from the the recurring payments, to the one that is generated by the plugin. Through sandbox, I can successfully complete this transaction. Money is moved from my sandbox buyer account to my sandbox seller account. Unfortunately, absolutely nothing is found in "View Transactions."
I tested the IPN system using the tools offered by Paypal, and an IPN is recorded, but absolutely nothing is transferred besides the transaction ID and status. This is a huge problem. What do I do to rectify this situation?
Subscription Options
Is there a form I need to create for user's to set subscription options? Such as cancellations?
EDIT: Err, there was some sort of "Unable to view this page" message. Anyway, I forgot to select "Wordpress Membership" as the plugin I was having trouble with. Sorry!
I have one website having membership plugin and there is paid and free subscription, now i need blog details during registration so i have create code that i have put on free sunscription file code where custom message is printed : plugins\membership\membershipincludes\plugins\gateway.freesubscriptions file but i can't get the code for paypal express on gateway.paypalexpress.php file i think there is ipn setting done so where can i put that create blog code in 2nd file?
in 1st file i have put code below this code: $content .= stripslashes($message);
but where can i put in 2nd one file? or is it any way where io put the code after successful payment is done..?
can ipn support on sandbox tesing mode? and i check it?
10626 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Sales & Support Lead
—
28th September 2011 (7 months ago)
#
Hiya faufau,
I'm not totally sure what you're trying to accomplish here. You're wanting to add the ability to create a blog during the membership registration?
By default, the plugin will allow you to provide for blog creation to a certain level. Once the membership is created the user can login and create a new site.
Responses (6)
Member — 15th March 2011 (1 year ago) #
Haven't received a response, so I'm giving it a little bump.
Here's what the database prints out from a transaction:
Member — 15th March 2011 (1 year ago) #
With this code:
(Note: without a custom field, it returns a 404.)
Here I'm able to successfully complete a payment, IPN log shows that everything is Sent.
This is what shows up in the recent transactions. Weird?
Member — 15th March 2011 (1 year ago) #
Hi,
Aaron helped me out and explained that the custom value holds all of the data:
This is what is being populated in the database:
However, it's not activating the subscription. Does this have to do with transaction_sub_id?
Sales & Support Lead — 30th March 2011 (1 year ago) #
Hiya dseason,
Were you able to get this one up and running the way you wanted with the subscriptions?
Thanks!
Member — 23rd September 2011 (8 months ago) #
Hi friends,
I have one website having membership plugin and there is paid and free subscription, now i need blog details during registration so i have create code that i have put on free sunscription file code where custom message is printed :
plugins\membership\membershipincludes\plugins\gateway.freesubscriptions file but i can't get the code for paypal express on gateway.paypalexpress.php file i think there is ipn setting done so where can i put that create blog code in 2nd file?
in 1st file i have put code below this code: $content .= stripslashes($message);
but where can i put in 2nd one file? or is it any way where io put the code after successful payment is done..?
can ipn support on sandbox tesing mode? and i check it?
Sales & Support Lead — 28th September 2011 (7 months ago) #
Hiya faufau,
I'm not totally sure what you're trying to accomplish here. You're wanting to add the ability to create a blog during the membership registration?
By default, the plugin will allow you to provide for blog creation to a certain level. Once the membership is created the user can login and create a new site.
Does that do the job for ya? Thanks!
Become a member