-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Order link in email does not take you to Order #4679
Comments
Issue here is with the
Is |
Yes accountid is required because we can't allow anyone besides the creator of the order to see the order, so removing |
This is still an issue, but in a different way. Now the link should be going to the storefront order page, but it's going to the operator UI domain. Keeping this open to track this new variation of the issue. |
Some clarity on what needs to be done here: In homepage: Reaction.absoluteUrl() Replace And here: orderUrl: `cart/completed?_id=${order.cartId}`, Replace this with the storefront route. Because this is likely changed by each implementation, a better long-term approach might be to call a query function to get the URL, so that a custom plugin can override that query function. |
OK I paired a bit with aldeed on this. Changes to data provided to template
Handling anonymous checkoutThere's some additional scope to deal with anonymous checkouts and the associated token. Will propose solution there as I dig more into it. Some UI changes we should also make
|
@focusaurus can we close this based on #5251? |
Issue Description
If you click on the order link in the shipping confirmation email it just takes you to a screen that says "Order Not Found". It might/probably is all emails but I found it in the shipping one.
Steps to Reproduce
Versions
Reaction: 2.0.0-rc1
UPDATE: 2.0.0-rc11
The text was updated successfully, but these errors were encountered: