Mobile app version of vmapp.org
Login or Join
Carla537

: Problem importing some features into PrestaShop from a CSV file I am trying to import my CSV catalog to my shop. Each product has 3 features. For example: Type:New:0 Capacity:69ml.:1

@Carla537

Posted in: #Csv #Import #Prestashop

I am trying to import my CSV catalog to my shop. Each product has 3 features. For example:



Type:New:0
Capacity:69ml.:1
PartNumber:X556D23:2



The import process finishes OK without errors... but then, just one feature (PartNumber) is shown on the page. Going to the catalog I can see the other two haven't been asigned to each product. If I add them manually, then that product displays well.

Any ideas why it is importing one feature and not the other two?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Carla537

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi8258870

I found the solution... They all need to be in one same field as multivalue (separated by commas). For example:

Type:New:0,Capacity:69ml.:1,PartNumber:X556D23:2

Hope this can be of help to anyone in the future.

10% popularity Vote Up Vote Down


 

@BetL925

It appears that the PrestaShop CSV import feature is very particular about the file format that it accepts. Here is a website that walks through all of the steps in detail with lots of tips about what can go wrong: www.tokyowebdesigns.com/advice/2465/prestashop-how-to-import-a-products-csv-file

They also have videos of the process available on YouTube: www.youtube.com/user/gpgiuit/videos

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme