| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.service |
| Modifier and Type | Method and Description |
|---|---|
MergeCartResponse |
MergeCartService.mergeCart(OrderCustomer orderCustomer,
Order anonymousCart)
Delegates to mergeCart(Customer, Order, boolean) with priceOrder set to true
Merges the anonymous cart with the customer's current cart, taking into consideration the active
status of the SKUs to merge.
|
MergeCartResponse |
MergeCartServiceImpl.mergeCart(OrderCustomer orderCustomer,
Order anonymousCart) |
MergeCartResponse |
MergeCartService.mergeCart(OrderCustomer orderCustomer,
Order anonymousCart,
boolean priceOrder)
Merges the anonymous cart with the customer's current cart, taking into consideration the active
status of the SKUs to merge.
|
MergeCartResponse |
MergeCartServiceImpl.mergeCart(OrderCustomer orderCustomer,
Order anonymousCart,
boolean priceOrder) |
Copyright © 2017. All rights reserved.