docs: add a documentation on calculating prices with taxes (#8330)

Add a documentation page on how to calculate a product's prices with taxes in the Product Module's docs.

Closes DOCS-832
This commit is contained in:
Shahed Nasser
2024-08-01 15:32:54 +00:00
committed by GitHub
parent d36d48df76
commit 560b6c74a4
3 changed files with 224 additions and 0 deletions
+7
View File
@@ -4279,6 +4279,13 @@ export const generatedSidebar = [
"path": "/commerce-modules/product/guides/price",
"title": "Get Product Variant Prices",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/product/guides/price-with-taxes",
"title": "Get Variant Price with Taxes",
"children": []
}
]
},