Hi,
There are some thread which are talking about the popup issues:
www.hikashop.com/forum/install-update/87...g-orders.html#192264
For the "add characteristic", the best is to edit the file "administrator/components/com_hikashop/views/characteristic/tmpl/addcharacteristic.php" and replace
860, 480, '', '', 'link',true
By
You have also to check that in the helper popup (administrator/components/com_hikashop/helpers/popup.php) you do not have the line:
$bootstrapParams['url'] = '#URL_HIKASHOP#';
But
$bootstrapParams['url'] = '\'+'.$url.'+\'';
Regards,