Removes all instances of the specified article from the shopping cart.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
this.removeall(string articleCode)

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
page.<id>.removeall(string articleCode)

Parameters

Name Data Type Description
articleCode String The article code.

Return Value

None.

Used in

Macro Description
ShoppingCart Shopping Cart Macro.
SXML