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

Every microstore under the same domain will share the same order key #83

Open
alexcanessa opened this issue Feb 26, 2025 · 0 comments
Open

Comments

@alexcanessa
Copy link

alexcanessa commented Feb 26, 2025

Describe the feature

Since we use the slug as the key to store the order key and all hosted microstore use the same domain, every microstore will use the same order.

<OrderStorage persistKey={`cl:${settings.slug}:orderId`}>

There are a few cases where having an independent order makes sense (e.g. different links sent to the same user, a specific product campaign, etc).

It'd be good to have an option in the Link creation to have an independent cart0.

@alexcanessa alexcanessa added bug Something isn't working and removed bug Something isn't working labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant