|
1 | 1 | # Price Lists - International Enhancements for Multi-Storefront
|
2 | 2 |
|
3 | 3 | <Callout type="info">
|
4 |
| - Tax-inclusive or exclusive price lists are in beta. Features may change based on user feedback or internal testing. |
| 4 | + Tax-inclusive and exclusive price lists are in beta. Features may change based on user feedback or internal testing. |
5 | 5 | </Callout>
|
6 | 6 |
|
7 |
| -_International Enhancements for Multi-Storefront_ allow you to deliver localized experiences to fit different shopper needs. |
| 7 | +When you sell internationally, you may need your storefront to display prices that either include or exclude tax based on regional expectations. You may need some storefront channels to display prices that include tax, while others display prices that exclude tax. |
8 | 8 |
|
9 |
| -Shoppers expect storefront prices to include or exclude tax depending on their region when you sell internationally. |
| 9 | +To localize your storefronts, you can do the following: |
| 10 | +- Specify whether a price list has prices that include or exclude tax when entered. |
| 11 | +- Assign the price list to storefront channels (or customer groups). |
10 | 12 |
|
11 |
| -When you create separate storefront channels for each region, you may need some storefronts to display prices that include tax, while others display prices that exclude tax. |
12 |
| - |
13 |
| -To do so, specify whether a price list has prices that include or exclude tax when entered. Then assign the price list to storefront channels. |
14 | 13 |
|
15 | 14 | ## Limitations
|
16 | 15 |
|
@@ -74,15 +73,15 @@ The following example creates a tax-inclusive price list by sending a request to
|
74 | 73 |
|
75 | 74 | The following fallback behavior applies if you set a product as available for purchase, but the price list doesn't have a price entered for the product.
|
76 | 75 |
|
77 |
| -When a price list inherits global settings: |
78 |
| -- Price lists will default to catalog prices if a price is missing. |
| 76 | +- When a price list inherits global settings, price lists will default to catalog prices if a price is missing. |
| 77 | +- When a price list overrides the global store setting, prices returned will be `null` if a price is missing in the price list. |
79 | 78 |
|
80 |
| -When a price list overrides the global store setting: |
81 |
| -- Prices returned will be `null` if a price is missing in the price list. This applies for the prices returned in the [Pricing](/docs/rest-management/pricing/products) endpoint of the REST Management API and the [GraphQL Storefront API](/docs/storefront/graphql). |
82 |
| -- On Stencil storefronts, the product, but not the price, will still be visible. You won't be able to purchase it, but you can still add to wishlist. |
| 79 | + This applies for the prices returned in the [Pricing](/docs/rest-management/pricing/products) endpoint of the REST Management API and the [GraphQL Storefront API](/docs/storefront/graphql). |
| 80 | + |
| 81 | + On Stencil storefronts, the product, but not the price, will still be visible. You won't be able to purchase it, but you can still add to wishlist. |
83 | 82 |
|
84 | 83 | <Callout type="info">
|
85 |
| - [Update your Stencil theme](https://support.bigcommerce.com/s/article/Marketplace-Theme-Updates) for your Stencil storefront to display these features. |
| 84 | + You must [update your Stencil theme](https://support.bigcommerce.com/s/article/Marketplace-Theme-Updates) for your Stencil storefront. |
86 | 85 | </Callout>
|
87 | 86 |
|
88 | 87 | ## Additional resources
|
|
0 commit comments