Gets the products in the cart.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable this.products()

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
datatable page.<id>.products()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
DataTable DataTable

Used in

Macro Description
ShoppingCart Shopping Cart Macro.
SXML