Interface SharedShoppingCartDeleterInterface
Interface SharedShoppingCartDeleterInterface
Direct known implementers
Package: SharedShoppingCart\Interfaces
Category: System
Located at Services/Core/ShoppingCart/interfaces/SharedShoppingCartDeleterInterface.inc.php
Category: System
Located at Services/Core/ShoppingCart/interfaces/SharedShoppingCartDeleterInterface.inc.php
Methods summary
public
deleteShoppingCartsOlderThan( DateTime $expirationDate )
Deletes all shared shopping carts that are expired
public
deleteShoppingCartsByCustomerId( IdType $customerId )
Deletes all shared shopping carts by a given customer ID.