ShoppingServiceLogPurchaseActivities Method |
Logs all items in cart as purchased.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void LogPurchaseActivities(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Specifies cart to be logged.
See Also