im having the same issue but only when the language is different then english when i click on cart it shows 404 error and it dosent seem to use the same local currency only dollars and english works but the rest it dosent
Topic summary
Cart page returns a 404 only when viewing the cart after adding a product, indicating a routing/template issue rather than a backend cart failure.
Key findings:
- The cart URL (/cart) appears misdirected; /checkouts works, suggesting an incorrect redirect.
- The AJAX cart endpoint (/cart.json) is accessible, meaning the cart data exists, but the cart page template is likely missing.
Recommended actions:
- In theme files (/templates), ensure a cart.liquid or cart.json (cart.*) exists. Backup the theme, then restore or copy the appropriate cart template files from a fresh Crave theme.
- Review Online Store → Navigation → URL redirects for any cart-related redirects.
- Verify Shopify platform status to rule out service issues.
Outcome:
- Original poster resolved the issue by creating another store to obtain the {cart} template/code and copying it into their theme, restoring the cart page.
Current status:
- Another user reports a similar 404 only on non-English languages, with currency defaulting to USD. This locale-specific issue remains unresolved and may relate to language/market-specific templates or redirects.