Hi,
I see now.
It's linked to the ACL inherit.
Please modify the file administrator/components/com_hikamarket/types/market_acl.php and replace:
if(empty($value)) {
$attribs = ' style="display:none;"';
$value = '*';
By:
if(empty($value)) {
$attribs = ' style="display:none;"';
$value = '*';
}
Sorry for the inconvenient.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.