docs: added storefront guide on prices with taxes (#8326)
This commit is contained in:
@@ -923,6 +923,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/price/examples/show-price/page.mdx",
|
||||
"pathname": "/storefront-development/products/price/examples/show-price"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/price/examples/tax-price/page.mdx",
|
||||
"pathname": "/storefront-development/products/price/examples/tax-price"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/price/page.mdx",
|
||||
"pathname": "/storefront-development/products/price"
|
||||
|
||||
@@ -6755,12 +6755,13 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/price",
|
||||
"title": "Retrieve Variant Prices",
|
||||
"autogenerate_path": "storefront-development/products/price/examples",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/price/examples/show-price",
|
||||
"title": "Example: Show Variant Price",
|
||||
"title": "Example: Show Variant's Price",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
@@ -6769,6 +6770,13 @@ export const generatedSidebar = [
|
||||
"path": "/storefront-development/products/price/examples/sale-price",
|
||||
"title": "Example: Show Sale Price",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/storefront-development/products/price/examples/tax-price",
|
||||
"title": "Example: Show Price with Taxes",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user