Function Module_shopping->view_shopping_cart
Definitions
site/pages/modules/shopping.php
- The UI to show shopping cart.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to show shopping cart.
*
* @return Tempcode The UI
*/
public function view_shopping_cart() : object
* The UI to show shopping cart.
*
* @return Tempcode The UI
*/
public function view_shopping_cart() : object

