CatProductReference.selected Method
Selects a shopping cart line event that is handled by the product reference subtype entities.
Syntax
public void selected(boolean _isSelected)
Run On
Called
Parameters
- _isSelected
Type: boolean
The cart line selected.
Remarks
This method can be overridden by product reference sub type entities to handle a shopping cart line selected event.