-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.0
Hi,
--> Now we have 3/4 product image thumbnails on product details page under main image.
--> Now I want to copy those thumbnails on product listing page on each products with div listing layout with popup option like product details page.
I tried to copy below codes on "listing_img_title.php", but only showing main image area with hikashop default image (without specified product image)
$this->row = & $this->element;
$this->setLayout('show_block_img');
echo $this->loadTemplate();
--> I need help to get just thumbnails code, please help.
Best Regards,