Document per-item cart template variables relating to taxes.
This commit is contained in:
parent
89e20a3073
commit
0853a95873
3 changed files with 41 additions and 0 deletions
|
|
@ -113,6 +113,22 @@ our $HELP = {
|
|||
name => "shippingAddress",
|
||||
description => "shippingAddress help",
|
||||
},
|
||||
{
|
||||
name => "taxRate",
|
||||
description => "item taxRate help",
|
||||
},
|
||||
{
|
||||
name => "taxAmount",
|
||||
description => "item taxAmount help",
|
||||
},
|
||||
{
|
||||
name => "pricePlusTax",
|
||||
description => "item pricePlusTax help",
|
||||
},
|
||||
{
|
||||
name => "extendedPricePlusTax",
|
||||
description => "item extendedPricePlusTax help",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue