Hi,
Thank you for your feedback.
It requires changing the code:
if(!empty($pageInfo->filter->template) && $joomlaTemplates[$i]->directory!=$pageInfo->filter->template){
continue;
}
$templateValues[$joomlaTemplates[$i]->directory]=$joomlaTemplates[$i]->directory;
to:
$templateValues[$joomlaTemplates[$i]->directory]=$joomlaTemplates[$i]->directory;
if(!empty($pageInfo->filter->template) && $joomlaTemplates[$i]->directory!=$pageInfo->filter->template){
continue;
}
in the file administrator/components/com_hikashop/views/view/view.html.php
We'll add that to the next version on our end.