Skip to content
New issue

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

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

Already on GitHub? # to your account

[BUG] DeepLink for Guests and Link Issue #1390

Open
1 task done
BrocksiNet opened this issue Oct 24, 2024 · 1 comment
Open
1 task done

[BUG] DeepLink for Guests and Link Issue #1390

BrocksiNet opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BrocksiNet
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When you order in the default Storefront as a Guest, you will receive an email with a codeDeepLink that lets you view all the details about your order.

Issues Composable Frontends have with that:

  • The default link from the email template is not working or opening the orders in our demo store (there is a # missing in the URL)
  • The link in total is not working for guests because you can not load an order without a context token

Expected Behavior

  • Our demo store opens the correct order without the need to change the link via admin
  • Also, guests can view their order details when they use the link from email that is containing the codeDeepLink (order can be loaded via admin API but not via store API)

Steps To Reproduce

No response

Environment

No response

Anything else?

No response

@BrocksiNet BrocksiNet added the bug Something isn't working label Oct 24, 2024
@BrocksiNet BrocksiNet changed the title [BUG] DeepLink for Guests [BUG] DeepLink for Guests and Link Issue Oct 24, 2024
@mdanilowicz mdanilowicz self-assigned this Nov 6, 2024
@mdanilowicz
Copy link
Collaborator

mdanilowicz commented Nov 7, 2024

Current behaviour when there is a new session:

Guest order:
We are asked to provide order data
Image

User order:
We are asked to log in
Image

Current problems:

  • We are not able to fetch any order - 403 error
  • We are not able to detect if the order is user or guest order
  • We don't have an API endpoint for the pre Order guest fetching input

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

2 participants