What problem does it solve? Shoppers lose items when carts fail to persist across pages, devices, or login sessions, and custom headless storefronts often reimplement cart logic incorrectly, causing duplicate line items, stale prices, and lost sales. ## Core Features & Use Cases - Platform Configuration Guidance: Step-by-step cart setup for Shopify, WooCommerce, and BigCommerce, including persistent carts, cart drawers, and guest-to-account merge behavior. - Headless Cart Implementation: Storefront API code patterns for Shopify and BigCommerce covering cart creation, line item additions, and buyer identity association on login. - Conversion-Focused Cart UX: Instructions for mini-cart drawers, low-stock warnings, 30-day guest persistence, and free shipping progress bars. - Use Case: A headless Shopify storefront loses guest carts after login; use this Skill to wire cartBuyerIdentityUpdate so the guest cart merges into the customer account automatically. ## Quick Start Use the cart-logic skill to implement a persistent shopping cart with guest-to-user merge for my Shopify headless storefront.