Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #350 - RedirectToCheckout param not working #352

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

joshgk00
Copy link
Contributor

@joshgk00 joshgk00 commented Mar 1, 2021

Fixes #350

Checks the RedirectResult from the HandleActionParams() and if it's something other than the Cart page, it redirects, otherwise it continues with loading the Shopping Cart

…omething other than the Cart page, it redirects, otherwise it continues with loading the Shopping Cart
@WillStrohl
Copy link
Member

Have you happened to have tested the specific redirect you were working on AND a normal checkout workflow after this update? It looks innocent enough, but the checkout steps/workflow are the most complex there are here (except maybe the marketing engine).

@joshgk00
Copy link
Contributor Author

I have. The normal checkout workflow is unaffected. I tested this with a clean install and the sample products database and haven't found any issues with the standard flow.

@WillStrohl WillStrohl added this to the 03.06.00 milestone Sep 2, 2021
@WillStrohl
Copy link
Member

This PR was verified by @erw13n .

@WillStrohl WillStrohl merged commit b4e5956 into HotcakesCommerce:development Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Cart Parameter: RedirectToCheckout parameter doesn't redirect properly
2 participants