While dealing with configurable products in Magento, the price of associated simple products are completely omitted. Sometimes when working with complex products, you need to ignore the price difference set for associated simple products and rather want to override price of configurable product with simple ones. This task is a bit tricky and lead to custom code in Magento.

Here, I will share the code to Override Configurable Product Price with Simple Product Price in Magento

  1. Put following code in config.xml for observer.
  2. Add following functions in Model/Observer.php.

Hope this tutorial helped you to override configurable product prices with associated simple product prices. Let me know how you have used this functionality in your Magento and feel free to ask your questions through commenting, I’ll be glad to help you!

Click to rate this post!
[Total: 6 Average: 5]