Código:
Aquí os lo pongo en versión txt.SELECT Products.id_product AS id, Descrip.name AS title, Descrip.meta_description as description, CONCAT("Salud y belleza > Asistencia sanitaria") AS google_product_category, Cat.name AS category, CONCAT("http://www.xxxxxx.com/",Cat.link_rewrite,"/",Products.id_product,"-",Descrip.link_rewrite,".html") AS link, CONCAT("http://www.xxxxxxx.com/",Products.id_product,"-",Images.id_image,"-thickbox/",Descrip.link_rewrite,".jpg") as image_link, CONCAT("nuevo") AS condition, CONCAT("en stock") as availability, ROUND(((Products.price)*((tax.rate+100)/100))-Products.reduction_price,2) AS price, Proveedores.meta_title as brand FROM ps_product AS Products, ps_product_lang AS Descrip, ps_category_lang AS Cat, ps_tax AS tax, ps_image AS Images, ps_supplier_lang AS Proveedores WHERE Products.id_product= Descrip.id_product AND Cat.id_category=Products.id_category_default AND tax.id_tax=Products.id_tax AND Products.id_product=Images.id_product AND Proveedores.id_supplier=Products.id_supplier AND Products.active = 1 GROUP BY Products.reference
SELECT Products.id_product AS id, Descrip.name AS title, Descrip.meta_description as description, CONCAT("Salud y belleza > Asistencia sanitaria") AS google_product_category, Cat.name AS category, CONCAT("http://www.xxxxxxxx.com/",Cat.link_rewrite,"/",Products.id_product,"-",Descrip.link_rewrite,".html") AS link, CONCAT("http://www.xxxxxxxx.com/",Products.id_product,"-",Images.id_image,"-thickbox/",Descrip.link_rewrite,".jpg") as image_link, CONCAT("nuevo") AS condition, CONCAT("en stock") as availability, ROUND(((Products.price)*((tax.rate+100)/100))-Products.reduction_price,2) AS price, Proveedores.meta_title as brand
FROM ps_product AS Products, ps_product_lang AS Descrip, ps_category_lang AS Cat, ps_tax AS tax, ps_image AS Images, ps_supplier_lang AS Proveedores
WHERE Products.id_product= Descrip.id_product AND Cat.id_category=Products.id_category_default AND tax.id_tax=Products.id_tax AND Products.id_product=Images.id_product AND Proveedores.id_supplier=Products.id_supplier AND Products.active = 1
GROUP BY Products.reference