Package DE_EPAGES::Order::API::Basket
This package provides the main basket functions.
@EXPORT_OK |
Functions
CreateBasket
Creates a basket for a user and shop.
Syntax |
$Basket = CreateBasket($hInfo); |
Input |
|
Return |
|
GetBasket
Creates a basket for a user if the basket does not exist
else it returns the existing basket.
Syntax |
$Basket = GetBasket($User, $Shop, $hInfo); |
Input |
|
Return |
|
GetExistingBasket
Gets a basket for a user in a shop if the basket exists else it returns 'undef'.
Syntax |
$Basket = GetExistingBasket($User, $Shop, $hInfo); |
Input |
|
Return |
|