RouteXL
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership 2] PayPal subscription changesThanks for confirming that.
How about Membership 1 Free/Pro and Membership 2 Free?
Forum: Plugins
In reply to: [WP Parallax Content Slider] Incorrect 1st Slide Error in settingsIf you have access to the source files, here is a quick fix.
Open /wp-content/plugins/wp-parallax-content-slider/wp-parallax-content-slider.php
at line 423 change:
if ( empty( $_POST['prlx_slider_first_slide'] ) )
to:
if ( false && empty( $_POST['prlx_slider_first_slide'] ) )
Forum: Plugins
In reply to: [Plugin: Membership] Plugin update after version jumpI think I found a catch: the free registration on my website is gone.
There are two access levels on my website, free and paid. For the paid levels there are two subscription plans, daily and monthly.
Before the update, an user could register without a need for a subscription plan, thus getting into the free access level.
But now as the first step of the registration process an user MUST select a subscription plan. So there is no possibility to get to the free level.
Am I right or am I missing a setting here?
Forum: Plugins
In reply to: [Plugin: Membership] Plugin update after version jumpI have upgraded after testing it on a local machine. It seems that all I had to do was to reactivate the plugin and the payment gateways. So far no probleems. If they do appear, I’ll let you know.
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingFrom the dashboard; the expiry date value is missing for free users. For paid users it is filled out, but does not get updated when a second of next recurring payment is made. It keeps the original value even after new payment.
From the database; there are no records for free users in the m_membership_relationships table. There are records for paid users with expiry dates that do not get updated automatically. This is what I update manually when a recurring payment is made.
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingYes, it’s the expiry date that I’m updating manually in the database when second and next recurring payments are made.
It’s still not worki unfortunately. I did a little digging in the database:
– It seems that the transactions do come in, as I have records in the m_subscription_transaction table. The field transaction_paypal_ID is filled, but transaction_stamp has same value for one user in each record. Also transaction_expires is NULL.
– The m_membership_relationships table does not get updated. I am manually updating the expirydate field.
Is this problem known? Is a solution available? What to do next?
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingDon’t have that page, visited Membership > Repair Membership. Pushed the button Verify Membership Tables, all tables and fields are Ok.
I don’t really need the free level for my business. Unregistrered and registrered free users are treated the same. Should I remove the free level?
I need to have both single payments and subscriptions for paying users, for both day and month periods. Should I change the subscriptions to finite?
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingThe Gateways are paypalsolo and paypalexpress. I have added some members myself and gave them gateway admin.
User registration use subscription option is set to none. Enable incomplete signup account is ticked.
I have setup two levels (free, paid), two subscriptions (serial for 1 day, serial for 1 month) and two gateways (w/ single payments, w/ subscriptions).
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingYes, the user shows up in both in the WordPress “All Users” and the Membership “Edit Members” pages.
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingIt’s still not worki unfortunately. I did a little digging in the database:
– It seems that the transactions do come in, as I have records in the m_subscription_transaction table. The field transaction_paypal_ID is filled, but transaction_stamp has same value for one user in each record. Also transaction_expires is NULL.
– The m_membership_relationships table does not get updated. I am manually updating the expirydate field.
Is this problem known? Is a solution available? What to do next?
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingThanks Kimberly,
I’ll give that a try. Any idea why this important step is not included in the instructions?
One other thing, is there a button for users to stop a subscription? Can’t find that either…
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Recurring payments are not workingHi Kimerby, thanks for your fast reply.
This forum is free, so I’ll stick to this place ??
Can’t find the the IPN settings in the manual…
Where can I read how to set the IPN at Paypal?
Specifically, what should the IPN url be?