Zur Zeit sind 27 Gäste und 7 eingeloggte Kunden online.
Neue Produkte
1054 - Unknown column 'p.manufacturers_id' in 'on clause'
select count(*) as total from shop_products p, shop_categories c, shop_products_to_categories p2c left join shop_manufacturers m on p.manufacturers_id = m.manufacturers_id left join shop_products_description pd on p.products_id = pd.products_id and pd.language_id = '2' left join shop_specials s on p.products_id = s.products_id where (p.shops_id = '1' or p.shops_id = '0') and c.categories_status = '1' and p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and p.products_status = '1' and month(p.products_date_added) = month(now())