Jan
Shouldn't line 1376 in admin/libraries/phocacart/product/product.php
Code: Select all
PhocacartRelated::storeRelatedItems((int)$table->id, $data['related']);
The import fails on that now.
Code: Select all
PhocacartRelated::storeRelatedItems((int)$table->id, $data['related']);
When I look at the incoming $data for the storeProduct function, I see related is there but as an empty string. There was however no related tag in the imported XML.PhocacartRelated::storeRelatedItems(): Argument #2 ($related) must be of type ?array, string given, called in /var/www/html/joomla/administrator/components/com_phocacart/libraries/phocacart/product/product.php on line 1376"
Code: Select all
<image/>
<image_medium/>
<image_small/>
<color/>
<default_value/>