Magento trying to display prodcut price range based on "size attribute" on Product display and category pages? -


i have configurable products prices based on simple attributes size. magento's displays product price of $0.00 on category , products pages.

example:

  • (configurable) product: picture frame (model-abc) note: price set $0.00
  • (simple) size: 4"x6" $10.00 (model-abc-46)
  • (simple) size: 5"x7" $20.00 (model-abc-57)
  • (simple) size: 8"x10" $30.00 (model-abc-810)

how can display product price range of $10.00 - $30.00 on category , individual products pages? possible solution change? implemented?

ps. magento ver. 1.9.1.1

you can use super product attributes configuration option. if crating product in admin panel see under associated products tab.

after associating simple products configurable product can set price difference according sizes; e.g. in attached image size m 10 units more expensive default price:

enter image description here

alternatively can change difference calculator method percentage instead of fixed.

plus, size attribtue (super attribute) must have global scope , applicable all product types (you can verify under catalog -> attributes -> manage attributes: search size).


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -