Hikashop Products not show up

GK User
Mon Jul 18, 2016 6:08 am
Hello,
I have downloaded the latest version from your site but problem is it's not showing up hikashop products. In the demo you are using Joomla 2.5 but with Joomla 3.X of your quickstart package has same problem too. I am using Hikashop 2.6.3 with Joomla 3.6.

Problem Reproduce:
Click on hikashop from main menu. You will see the categories list but if you click on those category products won't show up but it's showing correct count. By the same time if you click from left side module, you will be able to see the products only from the menu it's not working. Please have a look.

Thanks
Jibon
User avatar
Fresh Boarder

GK User
Mon Jul 18, 2016 6:14 am
Sorry, Got the solution from here: https://www.gavick.com/forums/storefron ... mpty-51061
But I hope you will update the main template.
User avatar
Fresh Boarder

GK User
Mon Jul 18, 2016 7:26 am
Interesting things I discovered. The name of categories is showing 2 times of each. Please check.
User avatar
Fresh Boarder

GK User
Mon Jul 18, 2016 8:03 am
Just solved the problem. Remove this lines (82) from listing.php:

Code: Select all
if(!empty($html)) echo '<div class="hikashop_subcategories_listing">'.$html.'</div>';
User avatar
Fresh Boarder

GK User
Mon Jul 18, 2016 8:30 am
One another help need, How do I disable magnified image view in product detail page? I only want popup view.
User avatar
Fresh Boarder

teitbite
Fri Jul 22, 2016 10:17 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkZoom, #gkPreview {
    display: none !important;
}
User avatar
Moderator


cron