Voor zowel belgie als nederland: vandaag besteld, morgen verzonden, overmorgen bij je thuis. Gratis verzending vanaf 100€.
Uiteraard ben je ook van harte welkom in onze winkel voor deskundig advies en waar je zelf alles kan bekijken en vergelijken.
Cream & Sugar
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 p2c.products_id NOT IN (1)
AND p.products_image <>''
A' at line 14
SELECT DISTINCT
p.products_id,
p.products_image,
m.manufacturers_name,
pd.products_name,
p.products_price,
IF(s.status,s.specials_new_products_price,NULL) as specials_new_products_price,
p.products_tax_class_id
FROM products p
JOIN specials s ON p.products_id=s.products_id
JOIN manufacturers m ON p.manufacturers_id=m.manufacturers_id
JOIN products_to_categories p2c ON p.products_id=p2c.products_id
JOIN products_description pd ON p.products_id=pd.products_id AND pd.language_id='1'
WHERE p2c.categories_id IN (46,)
AND p2c.products_id NOT IN (1)
AND p.products_image <>''
AND p.products_image <> 'nopicture.gif'
AND p.products_status='1'
AND p.products_tax_class_id not in (8,9,10)
ORDER BY s.specials_id desc
LIMIT 12
[TEP STOP]