Magento – How to use Tier Pricing with Configurable Products? (Magento 1.4+)

magentozend-framework

How can I use/setup Tier Pricing with Configurable Products? (Magento 1.4+)

There was an extension to do this but I think it is only for Magento 1.3.

Tried to setup tiers in my Simple Products, but those do not show up, or do not activate when I add to cart from my Config Product page.

Any help is appreciated!
Thanks.

Edit:

In my case, I would like to use the Tier Pricing FROM the Simple Product. and not use the Tier Pricing from the Config. Product

Best Answer

Configurable products do not use any of the information from simple products apart from the attribute values on which the configurable product is pivoted. That means that Descriptions, Prices, Images and other data can be changed in the simple products, and the configurable products will not be changed whatsoever.

Unfortunately, hacking the price of a product in the Magento cart is difficult, as it is refreshed from the record every time the page is loaded, so what you're trying to accomplish isn't going to happen any time soon.


Your best bet might be to write a short script that will grab the simple product prices and update the configurable product record periodically. This would not need to hack through the Magento logic to work.

Hope that helps. Thanks,

Joe

Related Topic