Integration

Svelte Commerce on nopCommerce

Core nopCommerce ships no REST API. This connector targets the API-Frontend plugin contract (v4.50.09), so that plugin must be installed.

Coverage

24 of 43 storefront services are wired to a real nopCommerce endpoint.

Env wiring is not shipped — you add the branch.

terminal
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/nopcommerce-connector
$ npm run dev

Setup

1 · Point the config at the connector

// kitcommerce.config.ts
export * as services from '@misiki/nopcommerce-connector'

2 · Set the environment

# .env
PUBLIC_NOPCOMMERCE_API_URL=# Not yet read by init.ts — add this branch yourself

What to know

  • Env wiring is not shipped: add a branch to src/lib/core/connectors/init.ts.
  • Requires the API-Frontend plugin on your instance.
  • Coupon and currency have no wired equivalent.

Full guide with troubleshooting, store identity and per-service behaviour: docs/NOPCOMMERCE.md

Run your nopCommerce store on Svelte Commerce.