docs: added Override Tax Calculation Strategy doc (#3982)

This commit is contained in:
Shahed Nasser
2023-05-02 12:38:17 +03:00
committed by GitHub
parent afc853764a
commit df52bf814e
3 changed files with 147 additions and 1 deletions
+10 -1
View File
@@ -25,7 +25,7 @@ Admins can specify the tax provider for a specific region.
Customers can view calculated taxes during their checkout process.
<DocCardList colSize={6} items={[
<DocCardList colSize={4} items={[
{
type: 'link',
href: '/modules/taxes/backend/create-tax-provider',
@@ -35,6 +35,15 @@ Customers can view calculated taxes during their checkout process.
description: 'Learn how to create a tax provider.',
}
},
{
type: 'link',
href: '/modules/taxes/backend/tax-calculation-strategy',
label: 'Backend: Tax Calculation Strategy',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to override the tax calculation strategy.'
}
},
{
type: 'link',
href: '#',