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