-- HikaShop version -- : 2.6.5
-- Joomla version -- : 3.4.3
I get this error in mass action:
An error has occurred.
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR product_parent_id IN ()) LIMIT 0, 500' at line 1 SQL=SELECT hk_product.* FROM tpjtx_hikashop_product as hk_product WHERE (product_id IN () OR product_parent_id IN ()) LIMIT 0, 500
This is when I filter products with category_parent_id = 14. If the value is 13 there is no problem.
I checked both categories exist and products for both categories have the Target field for which I am changing the value in action section.