Function __global->empty_cart
Definitions
sources/shopping.php
- Delete cart contents for the current user.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Delete cart contents for the current user.
*
*/
function empty_cart()
* Delete cart contents for the current user.
*
*/
function empty_cart()

