Marocostyle
Registered Member
- Nov 3, 2025
- 54
- 18
Hi everyone,
I've set up a system to redirect users from Store A to Store B, automatically recreating the cart on Store B. (I want to sell replica ) Here's the breakdown:
My questions:
Thanks!
I've set up a system to redirect users from Store A to Store B, automatically recreating the cart on Store B. (I want to sell replica ) Here's the breakdown:
- Store A (Showcase): Displays products with brand names and visuals to attract customers. Payment processing is NOT enabled here.
- Store B (Checkout): Handles payments with generic product names and no branding. It has a generic bracelet store theme.
- When a user clicks the checkout button on Store A, a script captures the cart contents.
- Products are mapped using a JSON file that links Store A's SKUs to Store B's variant IDs.
- A POST request is dynamically created and submitted to Store B, recreating the cart with the correct product IDs and quantities.
- The user is redirected to Store B's checkout page.
My questions:
- Are there additional measures I should take to secure and maintain this process?
- Has anyone implemented a similar cart redirection between Shopify stores?
Thanks!