Hi,
Thanks for the report, I have corrected that and it will be available in the next release.
You can edit the file: "component/com_hikashop/controllers/product.php" function "display()" and add the code:
$app->setUserState( HIKASHOP_COMPONENT.'.popup','1');
after:
(code present twice)
And edit the file: "components/com_hikashop/views/product/view.html.php" and replace:
By:
if($app->getUserState( HIKASHOP_COMPONENT.'.popup','0')){
$js = $this->getJS();
$app->setUserState( HIKASHOP_COMPONENT.'.popup','0');
}else{
$js = '';
}