Méthode | Description | |
---|---|---|
AddItem ( |
Adds a product to the cart
|
|
AddItem ( |
Adds a product to the cart
|
|
AdjustQuantity ( |
Adjusts the quantity of an item in the cart
|
|
ClearItems ( ) : void |
Removes all items from cart
|
|
Equals ( object obj ) : bool | ||
FindItem ( |
Finds an item in the cart
|
|
FindItem ( string sku ) : |
Finds an item in the cart
|
|
GetHashCode ( ) : int | ||
RemoveItem ( |
Remmoves a product from the cart
|
|
RemoveItem ( string sku ) : void |
Remmoves a product from the cart
|
|
RepriceItems ( ) : bool |
Reprices all items in the cart to reflect update item prices.
|
|
ToString ( ) : string | ||
ValidateForCheckout ( ) : void |
public AddItem ( |
||
product | ||
quantity | int | |
Résultat | void |
public AdjustQuantity ( |
||
product | ||
newQuantity | int | |
Résultat | void |
public FindItem ( |
||
product | ||
Résultat |
public RemoveItem ( |
||
product | ||
Résultat | void |