SometimesBestHidden Posted March 27, 2015 Share Posted March 27, 2015 (edited) Hi All, I am trying to use the in build export function but unfortunately its not taking all the needful data .. I need to get all the data for products including short and long description, ; i am running version 1.6 any help is appreciated I am almost about to vomit, after searching so many difficult forums and sites with no proper answer .. i am not even sure i will be able to get all the data and import it into another site .. Edited March 27, 2015 by SometimesBestHidden (see edit history) Link to comment Share on other sites More sharing options...
Chriss_44 Posted March 27, 2015 Share Posted March 27, 2015 Hi, if you export products in the section Catalog -> Products, you will get just the fields you see in that page. I found these post, it is for prestashop 1.5.1 but it does work the same with 1.6, so try this, maybe it´s a little bit time consuming. http://nemops.com/prestashop-export-products/#.VRWUKPmG9KI Tell me if it worked Cheers! Link to comment Share on other sites More sharing options...
tuk66 Posted April 16, 2015 Share Posted April 16, 2015 Use SQL Manager in Back Office: SELECT * FROM ps_product p LEFT OUTER JOIN ps_product_lang pl ON (pl.id_product = p.id_product AND pl.id_lang = 1) Use another id_lang (instead of 1) for other language. Link to comment Share on other sites More sharing options...
Recommended Posts