Class SharedShoppingCartReader
Class SharedShoppingCartReader
- SharedShoppingCartReader implements SharedShoppingCartReaderInterface
Package: SharedShoppingCart
Category: System
Located at Services/Core/ShoppingCart/SharedShoppingCartReader.inc.php
Category: System
Located at Services/Core/ShoppingCart/SharedShoppingCartReader.inc.php
Methods summary
public
getShoppingCart( StringType $shoppingCartHash )
: string
Gets the content in JSON format of the shopping cart corresponding to the hash
public
getShoppingCartsByCustomerId( IdType $customerId )
: SharedShoppingCartCollection
Gets a collection of all shared shopping carts by a given customer ID.