docs: added manage tax rates documentation (#3986)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -82,25 +82,14 @@ Admins can create additional tax rates aside from the default tax rate. They can
|
|||||||
|
|
||||||
Customers can review order edit requests and authorize additional payments if necessary.
|
Customers can review order edit requests and authorize additional payments if necessary.
|
||||||
|
|
||||||
<DocCardList colSize={6} items={[
|
<DocCardList colSize={4} items={[
|
||||||
{
|
{
|
||||||
type: 'link',
|
type: 'link',
|
||||||
href: '#',
|
href: '/modules/taxes/admin/manage-tax-rates',
|
||||||
label: 'Admin: Manage Tax Rates',
|
label: 'Admin: Manage Tax Rates',
|
||||||
customProps: {
|
customProps: {
|
||||||
icon: Icons['academic-cap-solid'],
|
icon: Icons['academic-cap-solid'],
|
||||||
description: 'Learn how to manage tax rates using Admin APIs.',
|
description: 'Learn how to manage tax rates using Admin APIs.',
|
||||||
isSoon: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'link',
|
|
||||||
href: '#',
|
|
||||||
label: 'Admin: Manage Tax Overrides',
|
|
||||||
customProps: {
|
|
||||||
icon: Icons['academic-cap-solid'],
|
|
||||||
description: 'Learn how to manage tax overrides using Admin APIs.',
|
|
||||||
isSoon: true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -950,12 +950,9 @@ module.exports = {
|
|||||||
label: "Admin: Manage Taxes",
|
label: "Admin: Manage Taxes",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "doc",
|
||||||
href: "#",
|
id: "modules/taxes/admin/manage-tax-rates",
|
||||||
label: "Admin: Manage Tax Rates",
|
label: "Admin: Manage Tax Rates",
|
||||||
customProps: {
|
|
||||||
sidebar_is_soon: true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "doc",
|
type: "doc",
|
||||||
|
|||||||
Reference in New Issue
Block a user