Hi,
Thanks, that's the information we needed from them.
Then, add the code:
if(!empty($this->modules)) {
$app->triggerEvent('onPrepareModuleList', array(&$this->modules));
$app->triggerEvent('onAfterModuleList', array(&$this->modules));
$app->triggerEvent('onAfterCleanModuleList', array(&$this->modules));
}
after the code:
$moduleHelper = hikashop_get('helper.module');
$this->modules = $moduleHelper->setModuleData($config->get('product_show_modules', ''));
in the file components/com_hikashop/views/product/view.html.php and it should work fine.
Please confirm that it works so that we can include the change on our end.