Integration
Svelte Commerce on CS-Cart
Catalogue, cart and checkout are covered; auth has no storefront endpoint.
Coverage
20 of 43 storefront services are wired to a real CS-Cart endpoint.
Env wiring is not shipped — you add the branch.
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/cs-cart-connector
$ npm run devSetup
1 · Point the config at the connector
// kitcommerce.config.ts
export * as services from '@misiki/cs-cart-connector'2 · Set the environment
# .env
PUBLIC_CS_CART_API_URL=# Not yet read by init.ts — add this branch yourselfWhat to know
- Env wiring is not shipped: add a branch to
src/lib/core/connectors/init.ts. - Auth throws. Address, country, state, currency, coupon and wishlist are also unwired.
Full guide with troubleshooting, store identity and per-service behaviour: docs/CS-CART.md