docs: add section on multi-currency and region support

This commit is contained in:
Shahed Nasser
2025-09-11 14:41:43 +03:00
parent d73591aafd
commit d8c65a7310
4 changed files with 117 additions and 3 deletions
@@ -29,6 +29,7 @@ Learn more about why modules are isolated in [this documentation](!docs!/learn/f
## Pricing Features
- [Price Management](./concepts/page.mdx): Store and manage prices of a resource, such as a product or a variant.
- [Multi-Currency and Region Support](./concepts/page.mdx#multi-currency-support-for-prices): Define prices for a single resource in multiple currencies and regions.
- [Advanced Rule Engine](./price-rules/page.mdx): Create prices with tiers and custom rules to condition prices based on different contexts.
- [Price Lists](./concepts/page.mdx#price-list): Group prices and apply them only in specific conditions with price lists.
- [Price Calculation Strategy](./price-calculation/page.mdx): Retrieve the best price in a given context and for the specified rule values.