-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.2
-- PHP version -- : 5.6
-- Error-message(debug-mod must be tuned on) -- : none
hi
i never noticed this but the tags are empty. i mean the products have tags and when i click on the tag the result is empty.
this is the exact comment.
No matching items were found.
i already tried this patch i found
$ret = $tagsHelper->postStoreProcess($tagsTable, $tags);
if($ret) {
$query = 'UPDATE #__ucm_content SET core_catid = 1 WHERE core_catid = 0 AND core_type_alias = \'com_hikashop.product\'';
$db = JFactory::getDBO();
$db->setQuery($query);
$db->query();
}
on this file
/.../administrator/components/com_hikashop/helpers/tags.php
but still nothing.
i tried to create a menu for the tags using joomla but still the result is empty for the product tag. please note that clicking on the menu i made for joomla displays the tags but clicking on tags displays
No matching items were found
please help. thank you