Function Module_shopping->show_cart_entry
Definitions
site/pages/modules/shopping.php
- Produce a results table row for a particular shopping cart entry.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$shopping_cart | Tempcode | required parameter | N/A | N/A | Tempcode object of shopping cart result table |
$details | array | required parameter | N/A | N/A | Product details |
$item | array | required parameter | N/A | N/A | Cart row |
$tax_details | ?array | Null | N/A | N/A | Tax details (null: none known, look them up) |