Méthode | Description | |
---|---|---|
AddProduct ( Ucrm.Product product, int quantity ) : void |
Adds an item to the cart
|
|
Cart ( System.Guid _UserId ) : System | ||
RemoveItemFromCart ( System.Guid productId ) : void |
Deletes an item from the cart.
|
|
SubmitOrder ( ) : void |
public AddProduct ( Ucrm.Product product, int quantity ) : void | ||
product | Ucrm.Product | The product type to be added to the cart |
quantity | int | quantity of products to be added |
Résultat | void |
public Cart ( System.Guid _UserId ) : System | ||
_UserId | System.Guid | |
Résultat | System |
public RemoveItemFromCart ( System.Guid productId ) : void | ||
productId | System.Guid | The Id of the product that will be removed from the cart |
Résultat | void |