Function __global->get_next_purchase_step
Definitions
sources/ecommerce.php
- Find the next step for the purchasing module.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$product_object | object | required parameter | N/A | N/A | The product object |
$type_code | ID_TEXT | required parameter | N/A | N/A | The product type |
$step_before | ID_TEXT | required parameter | N/A | N/A | The step prior to the next step |
Return
- The next step (null: error)
- Type: ?ID_TEXT
- Set: N/A
- Range: N/A