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 p.`products_price` <= 32.09 AND ((pd.products_name LIKE '%document%'
' at line 10
in:
[select count(distinct p.products_id) as total FROM (products p
LEFT JOIN manufacturers m
USING(manufacturers_id), products_description pd, categories c, products_to_categories p2c )
LEFT JOIN meta_tags_products_description mtpd
ON mtpd.products_id= p2c.products_id
AND mtpd.language_id = 1 WHERE (p.products_status = 1
AND p.products_id = pd.products_id
AND pd.language_id = 1
AND p.products_id = p2c.products_id
AND p2c.categories_id = c.categories_id and p.`products_price` >= and p.`products_price` <= 32.09 AND ((pd.products_name LIKE '%document%'
OR p.products_model
LIKE '%document%'
) and (pd.products_name LIKE '%notebook%'
OR p.products_model
LIKE '%notebook%'
) and (pd.products_name LIKE '%with%'
OR p.products_model
LIKE '%with%'
) and (pd.products_name LIKE '%calculator%'
OR p.products_model
LIKE '%calculator%'
) and (pd.products_name LIKE '%for%'
OR p.products_model
LIKE '%for%'
) and (pd.products_name LIKE '%promotion%'
OR p.products_model
LIKE '%promotion%'
) ))]