docs: added storefront guide on prices with taxes (#8326)

This commit is contained in:
Shahed Nasser
2024-07-30 12:52:21 +03:00
committed by GitHub
parent 4bd77174f0
commit 70d48a91b3
7 changed files with 391 additions and 56 deletions
@@ -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"
+9 -1
View File
@@ -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": []
}
]
},