Jump to content

1.6.0.9 Multishop stock problems no working when using csv


Recommended Posts

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

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

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
  • Like 1
Link to comment
Share on other sites

  • 5 months later...

 

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

 

 

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

  • 2 months later...

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

×
×
  • Create New...