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 guest user (non-logged-in user) clicks the "Add to Cart" button, they are currently redirected to the login page automatically.
It would be better if the system allowed the guest user to add courses to their cart without requiring immediate login. This way, they could continue browsing and adding more courses to the cart as needed.
When the guest user clicks "Proceed to Checkout," they should then be redirected to the login page. This ensures a smoother user experience and encourages the guest to explore more courses before logging in.
Thank you very much for considering this improvement!
The text was updated successfully, but these errors were encountered:
Thank you for your suggestion! By default, guest users can add courses to their cart and view their cart without logging in. Login is only required during the checkout process.
However, the issue might be related to the "Add to Cart" button being located on the enrol/index.php page, which is not accessible for guest users. You can confirm this by copying and visiting the "Add to Cart" button link while not logged in.
That said, I will further investigate this to ensure a smoother cart experience for guest users.
When a guest user (non-logged-in user) clicks the "Add to Cart" button, they are currently redirected to the login page automatically.
It would be better if the system allowed the guest user to add courses to their cart without requiring immediate login. This way, they could continue browsing and adding more courses to the cart as needed.
When the guest user clicks "Proceed to Checkout," they should then be redirected to the login page. This ensures a smoother user experience and encourages the guest to explore more courses before logging in.
Thank you very much for considering this improvement!
The text was updated successfully, but these errors were encountered: