My product has two characteristics, I use two dynamic checkbox filters for filtering by those characteristics.
When i chose two options in differnt filters i have an SQL error:
JDatabaseMySQLi::query: 1066 - Not unique table/alias: 'c' SQL=SELECT DISTINCT b.* FROM ai0zt_hikashop_product_category AS a LEFT JOIN ai0zt_hikashop_product AS b ON a.product_id=b.product_id LEFT JOIN ai0zt_hikashop_product AS c ON b.product_id=c.product_parent_id LEFT JOIN ai0zt_hikashop_variant AS choosebysize1 ON choosebysize1.variant_product_id=c.product_id LEFT JOIN ai0zt_hikashop_product AS c ON b.product_id=c.product_parent_id LEFT JOIN ai0zt_hikashop_variant AS choosebycolor2 ON choosebycolor2.variant_product_id=c.product_id WHERE b.product_published=1 AND b.product_type = 'main' AND a.category_id IN (32,33,36,38,39,40,41,31) AND (b.product_access = 'all' OR b.product_access LIKE '%,8,%') AND choosebysize1.variant_characteristic_id IN (7) AND choosebycolor2.variant_characteristic_id IN (4) ORDER BY b.product_created DESC LIMIT 0, 12