Gets the total in the specified category and tax group.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
float this.taxtotals(string taxGroup)
float this.taxtotals(string taxGroup, string category)

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
float page.<id>.taxtotals(string taxGroup)
float page.<id>.taxtotals(string taxGroup, string category)

Parameters

Name Data Type Description
taxGroup String The tax group.
category String The category.

Return Value

Data Type Description
Float Float

Used in

Macro Description
ShoppingCart Shopping Cart Macro.
SXML