You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a logged-out user logs in on the checkout page to purchase an Addon Package the login redirects returns the user to checkout with the level that the checkout was set for before login despite the user belonging to a higher level (that is checked for the page in Require Membership).
Should we consider checking in cases like these if the user is logged in and on the checkout page if they already belong to a membership level that may purchase the Addon Package and set checkout for the level the member belongs to?
How to recreate:
Create a free level, (ID 1), and a paid level (ID 2)
Install and activate Addon Packages
Create a new page, check both levels in Require Membership checkbox, and add $5 in Addon Package cost.
Check out for the paid level (ID 2) and log out.
Go to the page created and click on the checkout button, on the checkout page note that the level is the free level (ID 1).
Click on the log-in link, fill in user details and log in.
Note that the login redirects to checkout for the free level (ID 1) + the Addon Package
The text was updated successfully, but these errors were encountered:
Hi,
Is this possible for non Member when non member will click purchase for $5 it will automatically redirect checkout and there paid level(id 2) + addon package
The current state of the add-on doesn't represent what is shown in the documentation and the accompanying video.
There are quire a few issues with the way it actually works and maybe it is best to withdraw it and rework the whole thing.
When a logged-out user logs in on the checkout page to purchase an Addon Package the login redirects returns the user to checkout with the level that the checkout was set for before login despite the user belonging to a higher level (that is checked for the page in Require Membership).
Should we consider checking in cases like these if the user is logged in and on the checkout page if they already belong to a membership level that may purchase the Addon Package and set checkout for the level the member belongs to?
How to recreate:
The text was updated successfully, but these errors were encountered: