sales tax
This commit is contained in:
parent
4deff2a0a9
commit
f3ab99bc02
23 changed files with 607 additions and 111 deletions
|
|
@ -50,6 +50,11 @@ our $HELP = {
|
|||
description => 'shipping plugin label description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
{
|
||||
title => 'enable sales tax',
|
||||
description => 'enable sales tax description',
|
||||
namespace => 'Commerce',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
|
|
@ -106,6 +111,9 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'name'
|
||||
},
|
||||
{
|
||||
'name' => 'salesTax'
|
||||
},
|
||||
{
|
||||
'name' => 'price'
|
||||
},
|
||||
|
|
@ -122,7 +130,13 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
'name' => 'form'
|
||||
}
|
||||
},
|
||||
{
|
||||
'name' => 'salesTaxRate'
|
||||
},
|
||||
{
|
||||
'name' => 'totalSalesTax'
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue