Class MinimalShoppingCartService
Class MinimalShoppingCartService
- MinimalShoppingCartService implements ShoppingCartServiceInterface
Methods summary
public
deleteShoppingCartsByCustomerId( IdType $customerId )
Deletes all shopping carts from DB by a given customer ID.
public
getShoppingCartsByCustomerId( IdType $customerId )
: ShoppingCartCollection
Gets a collection of all shopping carts by a given customer ID.