Function __global->get_product_purchase_steps
Definitions
sources/ecommerce.php
- Find the purchasing module breadcrumb steps for a product.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
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 | Type code for product |
$consider_categories | boolean | required parameter | N/A | N/A | Whether to consider a category screen |
Return
- A structure describing the steps
- Type: array
- Set: N/A
- Range: N/A