Jump to content

csv import without name


Recommended Posts

Hello

 

I imported a csv file from another languages and I have change the text in the name:

 

I need to update all the products with prices but not name. this is not possible in Prestahop.

 

I find i solution to not change the text in name but I cant find out where I should put it.

 

The folder in prestashop 1.6.0.6 looks different.

 

this is the link:

 

http://digitaldisseny.com/en/blog/185-modify-prestashop-importer-to-update-prices-through-csv

 

Is there a way to do this easy in prestashop 1.6.0.6?

 

Link to comment
Share on other sites

Thanks for ansver but I found the problem. If someone have problems with this you can do this

 

you can change in prestashop\controllers\admin\AdminImportController.php

 

from

 

public static $required_fields = array('name');

 

to

 

public static $required_fields = array();

 

Now I have a new problem;)

 

what should I do if the csv file have updated the image file. If you update the csv file it will dublicate all the old images. Someone knows?

Link to comment
Share on other sites

×
×
  • Create New...