Store Management
Quark Commerce supports multi-store operation from a single deployment. Each store can have its own branding, languages, currencies, payment methods, shipping methods, and product catalog.
Managing Stores
Navigate to Settings → Stores.
Store Fields
| Field | Description |
|---|---|
| Name | Store display name |
| Code | Unique identifier used in X-Store-Code header (e.g., us-store) |
| URL | Store's public URL |
| Company Name | Legal company name (used in legal document placeholders) |
| Contact Email | Store contact email |
| Default Language | Fallback language for this store |
| Default Currency | Fallback currency for this store |
| SMS Provider | Assigned SMS notification provider |
| Email Provider | Assigned email notification provider |
| Is Active | Whether the store is operational |
Languages & Currencies
Each store is linked to one or more languages and currencies. Customers browsing this store can switch between the assigned languages/currencies.
Payment & Shipping
Payment methods and shipping methods are assigned per store. See Payment Methods and Shipping.
Warehouse Assignment
Warehouses are linked to stores. A store's inventory availability is calculated from its assigned warehouses only.
Multi-Store Architecture
Product Visibility
Products can be limited to specific stores using the Store Mapping system:
- Products with
LimitedToStores = falseappear in all stores - Products with
LimitedToStores = trueonly appear in explicitly mapped stores
Configure store mappings on the product edit form.