I'm setting up HikaShop for the first time on my development server (Joomla 1.7.3 HikaShop v. 1.5.5) and am getting this error when viewing the category listing menu item type.
The problem is at line 82 of components/com_hikashop/views/category/tmpl/listing.php and is caused by problems configuring the menu item. specifically this is returning a blank
$layout_type = $this->params->get('layout_type');
when I edit the menu item and view the hikashop options I get this php message
Notice: Undefined index: layout_type in /xxx/administrator/components/com_hikashop/views/menus/tmpl/form.php on line 83
I know this problem is caused by having php max error reporting enabled but there should be a trap for this I believe.
Geraint