Suchergebnis
SELECT DISTINCT p.products_id, p.products_image, pd.products_name from tx_multishop_products p, tx_multishop_products_description pd, tx_multishop_products_to_categories pc where
p.products_id = pd.products_id
and p.products_id = pc.products_id
and pd.products_name > '' and pc.categories_id > 0 and p.products_status = 1 order by pd.products_name limit 2028,12
kein Artikel gefunden