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
Hope this is the right forum to post in - all the others seem to be pretty out of date.
I'm trying to set up a Guest Checkout, but when the user gets redirected back from the Payment Gateway, they get redirected to the Site Login page and can't go any further. As they don't have a login at this stage it doesn't work with the buy journey.
The Member check is in the init() method of the main Account Page controller, so it can't be overwritten.
I would suggest that this is not the best place to put it, but is there any workaround for this?
The text was updated successfully, but these errors were encountered:
After you finish an order, can you check whether you land on <accountpage>/order/<id> or <checkoutpage>/order/<id>? If there's no logged in user, you should land on <checkoutpage>/order/<id> and the problem might be something else…
Hope this is the right forum to post in - all the others seem to be pretty out of date.
I'm trying to set up a Guest Checkout, but when the user gets redirected back from the Payment Gateway, they get redirected to the Site Login page and can't go any further. As they don't have a login at this stage it doesn't work with the buy journey.
The Member check is in the init() method of the main Account Page controller, so it can't be overwritten.
I would suggest that this is not the best place to put it, but is there any workaround for this?
The text was updated successfully, but these errors were encountered: