-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.3
Hello!
I have an issue with the display of main category products and subcategories.
I have a main category which includes some products and an additional subcategory.
What I need is to have on top my products and below the subcategory, though I can not find a way to change this.
I already edited the category listing.php file by copying from top and pasting to bottom:
$html = $this->loadTemplate($layout_type);
if(!empty($html)) echo '<div class="hikashop_subcategories_listing">'.$html.'</div>';
This makes the change I want, but then to all my modules with categories all are duplicated. If I erase the first one, none of them are displayed.
I attach an image of what I need, I hope there is an easy way to do it and simply can not see it!
Thanks a lot!!