Skip to content

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

Description

@alexcanessa

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions