What's new
[XB] Paid Registration

[XB] Paid Registration [Paid] 2.0.5

You must log in or register to purchase ($30.00)

Painbaker

Administrator
Painbaker submitted a new resource:

[XB] Paid Registration - Monetize your forum by offering paid user upgrades

View attachment 10

Maximize revenue and unlock your forum's full earning potential.

Supports length-specific, permanent, and recurring user upgrades.

Offer paid upgrades​

Monetize your forum by offering paid user upgrades during registration or to existing users. Present upgrade options elegantly, comparing benefits to enhance conversion rates. Users seamlessly proceed to the payment page and return to the registration form upon completion...

Read more about this resource...
 
this is the same as user upgrades right?

Is there any way to include VAT in the payments ?
I am using StripeTAX by modifying the stripe.php file in my forum but I think it is not the right solution.
 
this is the same as user upgrades right?

Is there any way to include VAT in the payments ?
I am using StripeTAX by modifying the stripe.php file in my forum but I think it is not the right solution.

This add-on only allows guests to buy upgrades before registering or force them to buy them and does not have any interference with the upgrade price
If you made the changes on the payment provider side, it should work here as well.
 
we did try to avoid problem but it seem i don't have other choice i did purchase this addon but it does't work error
  • Error: Call to undefined method XF\Entity\PaymentProvider::getCookieThirdParties()
  • src/addons/OzzModz/PaidRegistration/Pub/Controller/AccountType.php:112
 
we did try to avoid problem but it seem i don't have other choice i did purchase this addon but it does't work error
  • Error: Call to undefined method XF\Entity\PaymentProvider::getCookieThirdParties()
  • src/addons/OzzModz/PaidRegistration/Pub/Controller/AccountType.php:112
XF version?
 
That is a bug in the XenForo software, not this addon. To fix it upgrade your XenForo installation to 2.2.13 or later is the optimal solution.
 
It's a problem with your XF install, not the addon, if you do not upgrade your XF version, there is nothing we can do.
 
Hi is there any way you can change the account types Layout . It seems to big , maybe add an option to show uprights or show in smaller boxes?
 
here what we get we did force user to pay before get in our forum :
Payment has not yet been processed
Please try refreshing the page after some time. If nothing happened after a sufficient amount of time, please, contact us.
The page will be automatically refreshed in 2 seconds
 
here what we get we did force user to pay before get in our forum :
Payment has not yet been processed
Please try refreshing the page after some time. If nothing happened after a sufficient amount of time, please, contact us.
The page will be automatically refreshed in 2 seconds
How much time does the user spend on this page?



If it takes more than ~10 minutes, check check your payment service webhook logs and compare them with your forum payment log data.

For PayPal :
/admin.php?logs/payment-provider/


If the webhook and forum log were executed at the same time and later than the user made the payment, it means that processing was delayed on the payment system (Paypal) side.

If the log on your website was significantly later, it means that something is slowing down its connection to your server. This could be network issues on web server hosting.
 
How much time does the user spend on this page?



If it takes more than ~10 minutes, check check your payment service webhook logs and compare them with your forum payment log data.

For PayPal :
/admin.php?logs/payment-provider/


If the webhook and forum log were executed at the same time and later than the user made the payment, it means that processing was delayed on the payment system (Paypal) side.

If the log on your website was significantly later, it means that something is slowing down its connection to your server. This could be network issues on web server hosting.
when this addon is disabled the payment work without any delay ,it's a good addon but if i use it i will lose my clients sorry have a nice day .
 
when this addon is disabled the payment work without any delay ,it's a good addon but if i use it i will lose my clients sorry have a nice day .
This add-on does not affect payment processing. How long is the delay?
This is normal if it does not exceed a few minutes. The payment system redirects to the website before sending a webhook about successful payment.
 
@Painbaker hope you are having a great week. Is there any way we can make connected accounts work well with this addon?

I feel this addon is a waste of money who uses "connected accounts" right now as this addon does not seem to account for connected accounts.

I'm thinking it'll make the user login first (where they will see the types of connected accounts buttons).

So basically, when viewing the ozzmodz_paidreg_account_type_list page, and if a user clicks one of the purchase buttons, it'll direct them to a list of connected accounts button and once they sign in with google, it'll direct them to the purchase page.

Can we also allow $0 user upgrades to work too? This functionality actually works on normal user upgrades but with this addon, it doesn't work (no errors in error logs just pops up a message that says page doesn't exist).
 
@Painbaker hope you are having a great week. Is there any way we can make connected accounts work well with this addon?

I feel this addon is a waste of money who uses "connected accounts" right now as this addon does not seem to account for connected accounts.

I'm thinking it'll make the user login first (where they will see the types of connected accounts buttons).

So basically, when viewing the ozzmodz_paidreg_account_type_list page, and if a user clicks one of the purchase buttons, it'll direct them to a list of connected accounts button and once they sign in with google, it'll direct them to the purchase page.

It already works with connected accounts in the standard registration flow (select upgrade type -> payment -> registration form -> connected account buttons).



1759919031849.webp

Can we also allow $0 user upgrades to work too? This functionality actually works on normal user upgrades but with this addon, it doesn't work (no errors in error logs just pops up a message that says page doesn't exist).

This add-on allows to create an account type without associating it with user upgrade:

1759919180054.webp

If you need the upgrade to be actually granted to the user, this requires custom coding, since XF does not allow creating upgrades priced below $0.01 or processing their purchases.
 
It already works with connected accounts in the standard registration flow (select upgrade type -> payment -> registration form -> connected account buttons).



View attachment 3132



This add-on allows to create an account type without associating it with user upgrade:

View attachment 3133

If you need the upgrade to be actually granted to the user, this requires custom coding, since XF does not allow creating upgrades priced below $0.01 or processing their purchases.
Ah ok! For the upgrade prices below .01 I think it works! I've been using $0 upgrades for a while now. Unless they changed it recently.
 
Ah ok! For the upgrade prices below .01 I think it works! I've been using $0 upgrades for a while now. Unless they changed it recently.
Hi @Painbaker can you see how stock xenforo does it for $0 user upgrades and implement it on this addon? I really need this feature.

Also what if we use your coupons addon to achieve this as im thinking of buying yours. The other coupon addon im using on xenforo does this but isnt integrated with your paid registrations addon

It already works with connected accounts in the standard registration flow (select upgrade type -> payment -> registration form -> connected account buttons).

So in this case what happens if a user puts in a Hotmail but uses Gmail connected account to login? Will it override their email with the Gmail account?
 
Last edited:
Hi @Painbaker can you see how stock xenforo does it for $0 user upgrades and implement it on this addon? I really need this feature.
XF out of the box redirects to the payment provider even purchases with a zero price. There is no logic for instant activation of free purchases.

Also what if we use your coupons addon to achieve this as im thinking of buying yours. The other coupon addon im using on xenforo does this but isnt integrated with your paid registrations addon
Yes, my coupon add-on allows you to create a coupon that makes the purchase completely free and fully compatible with the paid registration add-on.

So in this case what happens if a user puts in a Hotmail but uses Gmail connected account to login? Will it override their email with the Gmail account?
No, the registration email will not be overridden.
 
Back
Top