The multi-currency module supports stores that sell in more than one currency. Catalog prices remain in the store’s primary currency; the module computes display prices in the shopper’s chosen currency using current exchange rates, and (when a payment provider supports it) charges in the chosen currency. You can also set per-product currency overrides for non-FX-derived prices. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/multi-currency · npm: @86d-app/multi-currency
Installation
Configuration
Components
<CurrencyPicker />: storefront currency selector.
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/multi-currency/rates | Current rates |
POST | /admin/multi-currency/refresh | Force refresh |
POST | /admin/multi-currency/overrides | Per-product price overrides |

