SELECT ps.id_product as p, c.id_category as id FROM `ps_product_shop` ps INNER JOIN `ps_category_product` `cp` ON cp.id_product = ps.id_product and ps.id_shop = 8 INNER JOIN `ps_category` `c` ON cp.id_category = c.id_category and c.active = 1 INNER JOIN `ps_category_shop` `cs` ON cp.id_category = cs.id_category and ps.id_shop = cs.id_shop WHERE (ps.active = 1 and ps.visibility IN ('both', 'search')) SELECT c.id_category as id, c.level_depth, c.id_parent, cl.name, cl.link_rewrite FROM `ps_category` c INNER JOIN `ps_category_shop` `cs` ON cs.id_category = c.id_category and c.active = 1 and cs.id_shop = 8 INNER JOIN `ps_category_lang` `cl` ON cs.id_category = cl.id_category and cs.id_shop = cl.id_shop and cl.id_lang = 1 ORDER BY cs.position Bjork David E.
Filtres
    • 1

David E. Bjork

Liste des produits par auteur

chevron_up
Affichage 1-1 de 1 article(s)