-- HikaShop version -- : 4.4.4
-- Joomla version -- : 4.0.4
-- PHP version -- : 7.4.26
-- Browser(s) name and version -- : firefox, safari, chrome...
Hi to all.
Site is hosted local on WAMPServer, no link providable.
I have 2 different ways to show products inside a categorie. The second way displays products without images.
Setting
=======
On start page you see on the left a sidebar menu, described below. In the middle, in the component area, you see a listing of my 4 categories, with category picture and numer of articles inside. This is generated by the item id 177 (set as home).
Hikashop->configuration->display->default params for div->type of item layout:image (these settings seems to have no impact on displaying the products)
Hikashop->categories->Messerblöcke->canonical: ../index.php/magnetische-messerbloecke
1. Way that works
Custom module 'shop' on position sidebar-links
<a href="index.php?Itemid=177">Alle Kategorien</a><br>
<a href="index.php?Itemid=178">Alle Produkte</a><br>
<img src="images/icongardeerobe.png" loading="lazy" width="25" height="25" data-path="local-images:/icongardeerobe.png"/> <a href="index.php?Itemid=292">Garderobenpaneele</a><br>
<img src="images/iconmesserblock.png" loading="lazy" width="25" height="25" data-path="local-images:/iconmesserblock.png"/> <a href="index.php?Itemid=290">Messerblöcke</a><br>
<img src="images/iconmesserleiste.png" loading="lazy" width="25" height="25" data-path="local-images:/iconmesserleiste.png"/> <a href="index.php?Itemid=291">Messerleisten</a><br>
<img src="images/icontablett.png" loading="lazy" width="25" height="25" data-path="local-images:/icontablett.png"/> <a href="index.php?Itemid=293">Tabletts</a>
Sidebar Menu
Alle Kategorien (id 177; set as home)
Messerblöcke (link shown on hoover: ..
/index.php/magnetische-messerbloecke)
- menu item type: products listing
- link: index.php?option=com_hikashop&view=product&layout=listing
- parent item: no parent
- div/grid item layout: image
- main category: Messerblöcke
Clicking on above menu item id 'Messerblöcke' shows, as expected, products inside this categorie with pictures, prices, link to product details, add to cart button but
without title of product.
2. Way that shows products
without images
Clicking on the categorie listed in the component area (hoover shows link to ..
index.php/category/24-magentische-messerblöcke) shows products inside the category with price, title, add to cart button, but without image.
Looking for hours but I'm not able to resolve this isssue. Any help is greatly appreciated.
Regards
Tom