Function __global->add_to_cart
Definitions
sources/shopping.php
- Add new item to the cart.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$type_code | ID_TEXT | required parameter | N/A | N/A | Product codename |
$purchase_id | ID_TEXT | Blank (empty string) | N/A | N/A | Purchase ID |
$quantity | integer | 1 | N/A | N/A | Quantity |