Sillones
Sillón de 3 plazas
Sillón de 3 plazas de terciopelo cobre con base de metal dorada de 250x95x69cm
SKU: 168072668006
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 a.CategoryId="5637172433" LIMIT 0,20