Package DE_EPAGES::Order::API::BasketCreator
Creates a new basket.
Functions
CreateBasket
Creates a basket for a user and shop.
Syntax |
$Basket = CreateBasket($hInfo); |
Input |
|
Return |
|
Transaction
Runs a code block in a transaction using the current database handle. If an error occurs, the local data cache is reset and the code block $cRollback is executed.
Syntax |
Transaction( $cCode, $cRollback ); |
Input |
|
createBasket
Creates a new basket.
Syntax |
createBasket( $hBasketData ); |
Input |
|
Return |
|
new
Constuctor
Syntax |
new($Shop); |
Input |
|
Return |
|