0

I'm using Magento 1.9 and trying to do these changes:

  • Create a Configurable Product and associate 5 products to it
  • 4 products have these custom options: color and size
  • 1 product has color, size and fabric

Now, the issue is that if I select options from the dropdown, then the product which contains the "fabric" option also that displays the "color" and "size" options only somehow fabric is not loaded

My first thought was to extend Mage_Catalog_Block_Product_View_Options and reload from configurable.js.

but I'm not sure if this is the right way as I tried to use getOptions or getCustomOptions, then it returns null.

If someone encountered this also, I would really appreciate the help and guidance.

UPDATE:

Here are some step by step screenshots that I hope it will make you understand better what I'm trying to achieve:

The user has the option to change from dropdown from Aluminium to Canvas and that's when the "Canvas Wrap" option should appear: http://screencast.com/t/IMbaebAs4a and backwards, if you are on Canvas configurable product page, if you select Aluminium, the "canvas wrap" should disappear since the other associated products do not have that custom option.

Any suggestions?

Manoj Deswal
5,80325 gold badges29 silver badges50 bronze badges
asked Nov 18, 2014 at 19:12
2
  • Are you refering to the dropdowns on the configurable product not getting reloaded? Or some other element which should be refreshed. It would help to have a screenshot outlining what you want to refresh Commented Nov 19, 2014 at 7:18
  • I've updated my question. Hopefully, the screenshots will help to better understand. Commented Nov 19, 2014 at 9:39

1 Answer 1

0

Without too much trouble, the easiest way was to use this extension: http://hottons.com/for-all-stores/optionconfigurable.html

It does exactly what I want.

answered Nov 20, 2014 at 7:05

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.