magento - magmi configurable product multiple prices for same option -


I am trying to import the configurable products in Magenta using magmari.

Consider simple products to configure:

  product, color, quantity, value product 1, blue, 100, 10 product 2, blue, 50, 5 Product 3, red, 50, 6  

The problem I am facing is that the product can have different quantities, whose prices will be different

The configurable option will look like this:

Quantity: 50: 5; 50: 6

Is there a solution for which price, to do this lumberjack?

I am assuming that you want it to be your lack of detail in your question.

  1. Customer View Configuration Product with the drop-down (configurable) options
  2. The customer selects the drop-down attribute values ​​and adds to the hit cart.
  3. Simple product (which matches the selected attributes) is added to the car, in which the price of that simple product is included.

Magento does not exclude it from the box. If you want real prices to be combined with your prices in the car, then you will need to modify Magento with such extensions.

Personally I use it which I have correctly described

Then in Maggie, you upload simple products, and also a configurable product, of which Near to those simple products. You can use for configurable product in CFV, to determine which simple product is assigned to the configurable product.

Just make sure that your simple products can be imported before importing. You can only ensure that all the simple products in the CSV data source file you have imported are below configurable product.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -