latest versions
I have aded two filters, all was okey. But after adding 3th filter I can't acces my product pages ( home page no problem).
I have a screen with:
SQL=SELECT DISTINCT b.product_id,max(a.category_id) as max_Kleur_keuze, min(a.category_id) as min_Kleur_keuze, max(a.category_id) as max_maat, min(a.category_id) as min_maat, max(a.category_id) as max_m-maat, min(a.category_id) as min_m-maat FROM uxgib_hikashop_product_category AS a LEFT JOIN uxgib_hikashop_product AS b ON a.product_id=b.product_id WHERE b.product_published=1 AND b.product_type = 'main' AND a.category_id IN (32) AND (b.product_access = 'all' OR b.product_access LIKE '%,1,%') ORDER BY a.ordering ASC
What happend?
vero