Jump to content

How to import multiple combinations at once?


Recommended Posts

Hi,

I've got csv file with different combinations for each product. Let's say for example: Material: wood, Material: metal, Material: plastic. I want to add these three combinations (one group and 3 attributes) to product at once (I really don't wanna waste my time by importing combinations 3 or more times. I don't even know if it's possible). If I put it this way "Material: wood, Material: metal, Material: plastic" in csv file, it creates only one combination, with three attributes and whatever attribute I select, it adds to cart this combinations with all 3 attributes. I hope you guys know what I am talking about. Just to make sure, here's my example: www.omracing.cz. Try Kategorie -> Crossové motocykly and pick the first one. In product view choose one of the attributes and add to shopping cart. You'll see it does exactly what I've just explained. Any help would be appreciated. Thanks.

Link to comment
Share on other sites

Hi nughett,

Instead of putting “Material: wood, Material: metal, Material: plastic” in 1 line in csv file, split them up into 3 lines.

Example:

Pdt_ID; Attribute
3; Material: Wood
3; Material: Metal
3; Material: Plastic

This will register the same Product (ID=3) as having 1 Attribute Group (Material) with 3 attribute values (wood, metal plastic) to choose from.

Link to comment
Share on other sites

  • 2 weeks later...

Hi!
I'm looking for the way how to insert such a combinations:

one product in three sizes and 3 colors with various quantity, eg;

panties, yellow, XL, 3 pcs
panties, yellow, 4XL, 2 pcs
panties, green, XL, 2 pcs
panties, green, 4XL, 21 pcs

How to import such a combination?

Best regards, Marek

Link to comment
Share on other sites

  • 1 year later...

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...