Hi,
Please replace in the plugin "plugins/hikashop/market/market.php"
public function onBeforeProductListingLoad(&$filters, &$order, &$view, &$select, &$select2, &$ON_a, &$ON_b, &$ON_c) {
$app = JFactory::getApplication();
if($app->isAdmin() || !$this->init())
By
public function onBeforeProductListingLoad(&$filters, &$order, &$view, &$select, &$select2, &$ON_a, &$ON_b, &$ON_c) {
$app = JFactory::getApplication();
if($app->isAdmin() || !$this->init() || !hikamarket::level(1))
It should fix your problem.
I will update the HikaMarket Frontedition packages as soon as possible.
Sorry for the inconvenient.
Regards,