Jump to content

problem updating stock via excel


Recommended Posts

Hi!

 

In my program from my store, generates a csv file with the following fields:

reference, item name, pvp and quantities.

Before I import this file.

But when I update erases all product descriptions.

The problem is that I can add this field from the program since it does not have this information.

 

How should I do it correctly?

 

Thank you very much in advance!

Link to comment
Share on other sites

Hi!

 

In my program from my store, generates a csv file with the following fields:

reference, item name, pvp and quantities.

Before I import this file.

But when I update erases all product descriptions.

The problem is that I can add this field from the program since it does not have this information.

 

How should I do it correctly?

 

Thank you very much in advance!

 

 

You must generate a numeric ID 1,2,3,4, etc ....

And do not let prestashop select the ID that deletes content.

 

 

ID name product category description price

 

1 nice shoe gentleman shoe 12.00

 

and up this product.

 

After modified single price 14.00 and go up.

 

Veras price as now only modifies;)

 

 

very important to:

 

the price has to be 10.00 not 10,00;) "." yes

 

"," no

Link to comment
Share on other sites

×
×
  • Create New...