Question

i am trying to change the price of associated products .

In the below image, you can see 2 tables, in first table you can see "option 3, option 4, option 5....etc" , next to that column there is a price column . if i edit price there, than its working fine.

There is Price column is 2nd table also. but when i change the Price there, its not reflecting in frontend. but quantity is reflecting from 2nd table.

Is Magento works like this only or is there any way so that if i edit price column in 2nd table than also it should work as like 1st table.

enter image description here

Was it helpful?

Solution

That's how Magento works with configurable products. You set the price to the configurable product itself and the price you set in the first table (with option 3,4,5,etc.) is added to that price. Magento skips the price of the simple products.

To make it look to the price of the simple products, you'll need customisations in your Magento code (an extension).

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top