Function Hook_import_cms_merge->_import_ecom_prods_custom
Definitions
sources/hooks/modules/admin_import/cms_merge.php
- Imports custom products.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $db | object | No | No | required parameter | N/A | N/A | The DB connection to import from |
| $table_prefix | string | No | No | required parameter | N/A | N/A | The table prefix the target prefix is using |
| $file_base | PATH | No | No | required parameter | N/A | N/A | The base directory we are importing from |
Preview
Code (PHP)
/**
* Imports custom products.
*
* @param object $db The DB connection to import from
* @param string $table_prefix The table prefix the target prefix is using
* @param PATH $file_base The base directory we are importing from
*/
protected function _import_ecom_prods_custom(object $db, string $table_prefix, string $file_base)
* Imports custom products.
*
* @param object $db The DB connection to import from
* @param string $table_prefix The table prefix the target prefix is using
* @param PATH $file_base The base directory we are importing from
*/
protected function _import_ecom_prods_custom(object $db, string $table_prefix, string $file_base)

