Hi,
So I have a configurable product, with various options. When I select one in the drop down, it will not show the selection, and the text will still show "Choose option...". It does register the selection though, and updates the price accordingly.
Anybody an idea what I am missing?
Thanks,
Alex
Hi @d_brane
Are you using some sort of special rendering for your dropdown's? Such renders tends to be triggerede by Javascript evnets that might not be triggeret by the standard Magento updating.
You should possibly be looking at:
js/varien/configurable.js
Around line 167 (the fillSelect method).
If you have a link to your site it might be easier to see exactly whats going wrong
Are you sure that your associated products are created and assigned correctly?
Make sure that: