AddonFlare
Well-known member
A password reset was sent to info@addonflare.com
Does that work for you?
Got it, found the issue. Add this to your extra.less:
Less:
.accountTypesRow
{
position: relative;
}
A password reset was sent to info@addonflare.com
Does that work for you?
.accountTypesRow
{
position: relative;
}
Thanks! That works well.
For the purchase of singular site functions like 'change username', etc it would be more useful to replace 'Upgrade Now' with 'Buy Now'. As the purchase of a singular site function is not a real account upgrade. Is it possible to change this for specific accountTypes or for a row of accountTypes?
$config['development']['enabled'] = true;
Master language
af_paidregistrations_custom_buyNow
Buy Now
Public
af_paidregistrations_accounttype_macros
af_paidregistrations_accounttype_custom_btn
Single replacement
phrase('af_paidregistrations_upgradeNow')
in_array($accountType.account_type_id, [1, 2, 3]) ? phrase('af_paidregistrations_custom_buyNow') : $0
10
We’re releasing a patched version before the Stripe SCA deadline.
Important: If you take Stripe payments, make sure to upgrade ASAP.
Starting September 14, many European banks will start declining payments that aren't SCA-ready.
Changes:
- XF 2.1.4 compatibility
- Stripe SCA support (Strong Customer Authentication)
- Stripe guest payments will now show the correct emails in the Stripe dashboard
New features:
- Enable/disable gifting by individual account types
- User group permissions for who can purchase each account type
Stripe guest payments will now show the correct emails in the Stripe dashboard
We'll include a quick toggle to enable/disable account types in the next release.@AddonFlare Please can you add On/Off button for Account Types?
The update is only for new purchases. You'll have to manually do it through the Stripe dashboard for previous purchases.How can update for old user Guest Registrations?
request_key
column in your xf_purchase_request
table.SELECT req.request_key, user.email, user.username, user.user_id
FROM xf_purchase_request req
LEFT JOIN xf_user user ON (user.user_id = req.user_id)
WHERE
req.request_key = 'REQUEST_KEY'
I'm getting this on the account upgrades page with sidebar on widths ranging from 901px to 1040px on default style and custom style:
The update is only for new purchases. You'll have to manually do it through the Stripe dashboard for previous purchases.
Click edit and match the request_key with therequest_key
column in yourxf_purchase_request
table.
You can use this query to retrieve the email and user ID:
(Replace REQUEST_KEY with yours)SQL:SELECT req.request_key, user.email, user.username, user.user_id FROM xf_purchase_request req LEFT JOIN xf_user user ON (user.user_id = req.user_id) WHERE req.request_key = 'REQUEST_KEY'
New Features:
- Adds a quick toggle to enable/disable account types
Bug Fixes:
- Improves responsive view when side nav and sidebar are enabled in the account upgrades page for logged in users
Replied to your PM.Is there anyway to get this addon to update an external database when user upgrades are purchased/renewed and when they are expired? Are you willing to do this if I paid a bit extra?
@AddonFlare ,
may I suggest to add an optional function to your add-on? We all have to deal with users, doing things in the forums which are violating the TOS - and when they got moderated nearly everytime complain "Oh..I haven´t read the TOS while registering." . Could you add an interstitial page (best with an adjustable timer before they can move on to the reg-form) to your add-on, that shows the TOS after clicking the register button and before the paid registration / account chooser screen?
I´m well aware, that those users which are trying to stress & test the TOS will still complain like they do now. But for those, which just have clicked through the registration without reading the TOS, this might be helpful and will cut down our moderation work.
Any chance?
PM inbound.We may look into adding this in the future, however, it's not at the top of list. If you really need this asap, PM us and we can take it a custom addition.
We use essential cookies to make this site work, and optional cookies to enhance your experience.