Interface SharedShoppingCartServiceInterface
| category |
System |
|---|---|
| package |
SharedShoppingCart |
| subpackage |
Interfaces |
deleteExpiredShoppingCarts()
deleteShoppingCartsByCustomerId(\IdType $customerId)
getShoppingCart(\StringType $shoppingCartHash) : array
arrayContent of the shopping cart
getShoppingCartsByCustomerId(\IdType $customerId) : \SharedShoppingCartCollection
storeShoppingCart(array $shoppingCartContent, \IdType|null $userId = null) : string
arrayThe cart content
stringThe hash of the cart