jcasanova Posted October 7, 2014 Share Posted October 7, 2014 I have two stores when I load the products cvs works ok for all stores, but when I use the combination csv for uploading quantities, prestashop does the whole process but product quantities still in 0 (zero) I tried doing it each store by each store or the default group, with no success =( any one can help me? Link to comment Share on other sites More sharing options...
CarpalWatch.com Posted October 13, 2014 Share Posted October 13, 2014 I have two stores when I load the products cvs works ok for all stores, but when I use the combination csv for uploading quantities, prestashop does the whole process but product quantities still in 0 (zero) I tried doing it each store by each store or the default group, with no success =( any one can help me? I am having the same problem too. Link to comment Share on other sites More sharing options...
jcasanova Posted October 13, 2014 Author Share Posted October 13, 2014 Any one? Link to comment Share on other sites More sharing options...
CarpalWatch.com Posted October 18, 2014 Share Posted October 18, 2014 Any one? Hello, I managed to solve it myself...No one's ever gonna help you here, my friend. Even Prestashop is selling their support service. Need to edit the code in AdminImportController attributeImport( ). if (isset($info['quantity']) && $info['depends_on_stock'] == 0) { if (Shop::isFeatureActive()) foreach ($shops as $shop) => foreach ($info['shop'] as $shop) Cheers, Vernon http://www.carpalwatch.com 1 Link to comment Share on other sites More sharing options...
jcasanova Posted October 22, 2014 Author Share Posted October 22, 2014 Thanks I will test that code. Thanks! Link to comment Share on other sites More sharing options...
tkv Posted March 31, 2015 Share Posted March 31, 2015 Hello, I managed to solve it myself...No one's ever gonna help you here, my friend. Even Prestashop is selling their support service. Need to edit the code in AdminImportController attributeImport( ). if (isset($info['quantity']) && $info['depends_on_stock'] == 0) { if (Shop::isFeatureActive()) foreach ($shops as $shop) => foreach ($info['shop'] as $shop) Cheers, Vernon http://www.carpalwatch.com Hello, I have the same problem with my shop. It is terrible that it is not fixed till now. I use 1.6.0.14. I dont find the part to change the conde. Can anyone help me please? Thank you Link to comment Share on other sites More sharing options...
samuel89 Posted June 4, 2015 Share Posted June 4, 2015 Hi tkv, I haven't tested t yet but you can find in ../controllers/admin/AdminImportController.php Find the function attributeImport( ) in line 1642 As for changing anything i am not too sure as i haven't tested. Link to comment Share on other sites More sharing options...
Recommended Posts