Jump to content

Import CSV file/products with multiple features


Recommended Posts

Hello everyone!
I've been struggling with this "problem" for the last few days and I'm not able to find a clear or working solution.

What am I trying to do?
I'm filling a webshop with parts for cars. Some parts are used in several cars, there are quite some variations possible.

I've attached a csv as an example, if someone can check this one and advise me then I'll be very grateful.

I'm using features instead of categories to keep this structure "clean"
I'm using advanced search 3.0 for filtering by feature, this is working nice by the way.

The problem is that I can't import one product with several features that have several values...

:-)

William

CAT 800000 1.2 Products.csv

Link to comment
Share on other sites

  • 2 years later...

Hi I'm dealing with the same problem:


We use a module named "Multiple features" plus the approbriate "pm_advancedsearch4" in our shop.
We need this feature to assign multiple values of one feature to single products.
E.g a brake pad can be assigned to many motorcycles so the pad has a feature "Compatible Bikes" with multiple values like "yamaha500|honda350|aso..".

In the database this is done by multiple records in the "feature_product" table like
id_feature|id_product|id_feature_value
20|71|53
20|71|54
20|71|55
20|71|56

 

While this "multiple features" is essential for our site (and its working perfect) it is impossible to bulk update this with any tool. The ability to update these multiple features by CSV would be essential for >3000 Products.

 

Is there a solution - someone with a ready made php script or something like this?

Best regards
Christian

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...