PemBer - Professional Paid Membership Plugin [Deleted]

@Sadik B paying with cards is only available with Stripe?
I need solution for my members which do not have PayPal account to pay with card.
I have no option in PayPal to give that solution to my members, and stripe is not available for my country.
I am registered at Braintree. Could you integrate their solution so I can give my members to pay with credit/debit cards through Braintree api or any other solution for paying with cards?
 
BrainTree is a good alternative to Stripe, yes. Unfortunately though, I will work on adding new services only after the release of the next major point version. This is because I have to refactor the entire code for upcoming XF 2.0. So I am afraid I can't help you right away... :(
 
@Sadik B Does add-on integration for registration page? Premium page will show when members go to registration? Free and Paid registration from xF Sign up Page.
 
@Sadik B Does add-on integration for registration page? Premium page will show when members go to registration? Free and Paid registration from xF Sign up Page.

1> Free Registration page remains at yoursite.com/register though you can disable Free Registration entirely if you want.

2> Premium Membership Sales page is created by PemBer.

For example, look at PemBer's own sales page
https://paidmembers.net/pember/membership-new

Regards
 
So /register are not Redirects to Paid Registration? Both showing in same page free/paid? Also its have integration in xf User Upgrades?
/register will redirect to Paid Registration is you disable Free Registration. If Free Registration is enabled then it will not redirect. And yes, the sales page will not show both free / paid. The Free signup happens at /register.

But you can always add a link on the premium sales page to the Free Registration /register page.
 
Just posted on your site, but appears the latest update got rid of the ability to show paypal OR debit/credit option on the checkout page - now it just shows login page, can we please bring this back? This is huge for conversion rate.

It used to show the amount on the right and options on the left, now it just brings the user to a blank paypal login screen with no indication of what they're buying.
 
Last edited:
Just posted on your site, but appears the latest update got rid of the ability to show paypal OR debit/credit option on the checkout page - now it just shows login page, can we please bring this back? This is huge for conversion rate.

It used to show the amount on the right and options on the left, now it just brings the user to a blank paypal login screen with no indication of what they're buying.
When you say checkout page, I am assuming you mean the paid registration page. If yes, that page does show the amount, product name both at the top and bottom.

It is possible you have customised the template and it's breaking because of that. Can you check on the default xenforo skin please.
 
When you say checkout page, I am assuming you mean the paid registration page. If yes, that page does show the amount, product name both at the top and bottom.

It is possible you have customised the template and it's breaking because of that. Can you check on the default xenforo skin please.

No I'm referring to the actual PayPal page - In your previous version it gave the option of Debit/Credit vs. PayPal login with the amount on the right side - Now it just shows the option to login with no indication of amount.
 
Oh I see what you mean now. You mean the paypal page.

This has nothing to do with the update or PemBer. Paypal detects cookies in your browser. If it determines that you have already logged in with Paypal in your browser, paypal does not show you the Debit/Credit card option. Just clear your browser's cache and cookies and see. (or try a browser where you have never logged into paypal before).
 
Would i thave to be stripe to do this without an account or do they make you create one as well? Also what page does the add-on redirect to after a successful purchase? Trying to set a conversion metric to track in analytics.
 
Oh I see what you mean now. You mean the paypal page.

This has nothing to do with the update or PemBer. Paypal detects cookies in your browser. If it determines that you have already logged in with Paypal in your browser, paypal does not show you the Debit/Credit card option. Just clear your browser's cache and cookies and see. (or try a browser where you have never logged into paypal before).

Gotcha - this makes sense - thank you!
 
And for the "Thank You" page? Is there a URL where I can access this without going through the cycle? Trying to test a code snippet on there
 
Would i thave to be stripe to do this without an account or do they make you create one as well?

Not sure what you mean here. To use Stripe, you have to sign up with them and get the API details.

Also what page does the add-on redirect to after a successful purchase? Trying to set a conversion metric to track in analytics.
It is pember/thank-you

So for your site it is https://www.oakleyforum.com/pember/thank-you

When you actually make the purchase that page adds a record id to the url. But you can use the above url to track conversions.
 
I'm getting a ton of errors that say:
Action:
Error: Connection to PayPal failed
User:
Unknown Account
Only log entries that involve a successful payment will be attached to a user and user upgrade.
Upgrade:
Unknown Upgrade

But all the transaction information is populated, but I'm not getting any successful upgrades. What's going on here?
 
I'm getting a ton of errors that say:
Action:
Error: Connection to PayPal failed
User:
Unknown Account
Only log entries that involve a successful payment will be attached to a user and user upgrade.
Upgrade:
Unknown Upgrade

But all the transaction information is populated, but I'm not getting any successful upgrades. What's going on here?

Also noticed the following error in my admincp now occurring:

There was an error verifying TLS support for your server. The exception message is Unable to Connect to ssl://tlstest.paypal.com:443. Error #0: .
 
I'm getting a ton of errors that say:
Action:
Error: Connection to PayPal failed
User:
Unknown Account
Only log entries that involve a successful payment will be attached to a user and user upgrade.
Upgrade:
Unknown Upgrade

But all the transaction information is populated, but I'm not getting any successful upgrades. What's going on here?

Also noticed the following error in my admincp now occurring:

There was an error verifying TLS support for your server. The exception message is Unable to Connect to ssl://tlstest.paypal.com:443. Error #0: .

Hi @OakleyForum

Has anything changed on your server? The first error suggests your server was unable to connect to paypal (are there any network issues?) and the second error is basically saying that either PHP or cURL on your server isn't using TLS 1.2.

Please send me admin login to your site in a PM and I will take a look. It is most likely a hosting issue though.
 
I see Xenforo placed the new 2.0 on there forum community, did you update PemBer to work with 2.0 yet?
Thanks.
 
Back
Top Bottom