Home » Welcome to techfocus.co.uk!
 
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 'and pc.products_id = p.products_id LIMIT 10' at line 1

select pc.categories_id,pc.products_id,p.products_id,p.products_weight, p.products_image,p.products_tax_class_id, p.products_price, pd.products_id, pd.products_name, p.products_date_available from products_description pd, products p, products_to_categories pc, products_variants pv where pv.backorder_date > now() and pv.backorder_qty > 0 and pv.products_parent_id = pd.products_id and p.products_id = pd.products_id and pc.categories_id = and pc.products_id = p.products_id LIMIT 10

[TEP STOP]