| Class | Description |
|---|---|
| AddCartRuleAfterAddToCartActivity |
This is a Add to Cart Activity that checks cart rules against the
OrderItemRequestDTO and Order AFTER
the new item has been successfully added to the cart. |
| AddCartRuleBeforeAddToCartActivity |
This is a Add to Cart Activity that checks cart rules against the
OrderItemRequestDTO and Order BEFORE
the new item has been successfully added to the cart. |
| CartRuleAfterPricingActivity |
This is a Add to Cart Activity that checks cart rules against the
OrderItemRequestDTO and Order AFTER
the new item has been successfully priced. |
| CartRuleAfterRemoveFromCartActivity |
This is a Add to Cart Activity that checks cart rules against the
OrderItemRequestDTO and Order AFTER
the new item has been successfully removed from the cart. |
| CartRuleBeforePricingActivity |
This is a Add to Cart Activity that checks cart rules against the
OrderItemRequestDTO and Order BEFORE
the new item has been successfully priced. |
| CartRuleBeforeRemoveFromCartActivity |
This is a Add to Cart Activity that checks cart rules against the
OrderItemRequestDTO and Order BEFORE
the new item has been successfully removed from the cart. |
| UpdateCartRuleAfterAddToCartActivity | |
| UpdateCartRuleBeforeAddToCartActivity |
Copyright © 2019. All rights reserved.