The associated product does not show different prices

I just added a product and everything is working fine. The product is a vertex with various attributes: size and color.

However, I want to lower the price of one of the different colors, for example, for sale, so I went into the related products section and changed the price. However, whenever I go to the site and click on the color of the discounted price, it still shows the original price, and not the one I just changed.

How can I make him show the price at which I changed it?

+4
source share
3 answers

Out of the box, the only way to do this is to offset the price for each custom parameter in the “Super Product Attribute Configuration” section, as shown in the attached image:

Configurable price offset per option

Otherwise, you can use an extension, such as Simple Custom Products http://www.magentocommerce.com/magento-connect/simple-configurable-products.html

+5
source

Go to System> Managing Indexes and Price Data to Override Data

+1
source

It looks like you are using a custom product with corresponding simple products. To my knowledge, Magento only updates the product price for bundle product types.

I have seen many people recommending this module .

-1
source

Source: https://habr.com/ru/post/1415871/


All Articles