Cocinitas
Cocina y casa
Cocina y casa de muñecas (doble vista) de 71x46x84cm
SKU: 103072530001
Juegos de mesa
Juego de mesa
Juego de mesa de multijuegos contiene billar, ping pong y raqueta y porta tacos de billar de 213.4x1
SKU: 168072511017
SELECT a.cve_mdprod, a.descripcion, a.observaciones, a.sku, a.imagen, a.imagenruta, a.url, a.cve_statuscat, a.calx, b.precio, b.precio2, b.precio3, c.descripcion as categoria
FROM mdprod a
INNER JOIN mdprodprx b ON b.cve_mdprod=a.cve_mdprod
INNER JOIN mdcat c ON c.CategoryId=a.CategoryId
INNER JOIN mdcat d ON d.CategoryId = c.ParentId
WHERE a.cve_statuscat="1" AND a.cve_sysuser="1" AND b.cve_statuscat="1" AND b.precio>0 AND (c.CategoryId="5637172466" OR c.ParentId="5637172466") LIMIT 0,20