Document per-item cart template variables relating to taxes.

This commit is contained in:
Colin Kuskie 2010-06-30 10:29:15 -07:00
parent 89e20a3073
commit 0853a95873
3 changed files with 41 additions and 0 deletions

View file

@ -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",
},
],
},
{