1

I am having problems with the configurable products not showing the options on the frontend. If I use the default theme that came with magento (rwd), all the options are there and working great. But if I select my custom theme, the dropdown options shows nothing but the default "choose an option..."

enter image description here

I have tried most of the troubleshooting but still the problem persist.

Console errors. enter image description here

By the way, my custom theme is based on rwd built-in theme in magento. I only modified most of the styles and copied some phtml from the base folder.

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Jovanni G
  • 322
  • 1
  • 7
  • 17

1 Answers1

1

This problem took me a day to figure out what was wrong and now I finally have an answer to my own problem.

Great Tip: Always check for jquery conflicts for this type of issue. thanks to @Chiragit007 for the hint.

enter image description here

Jovanni G
  • 322
  • 1
  • 7
  • 17
  • 1
    Great you found it, you can accept your own answer and vote up my comment if you feel like :) – Chiragit007 Nov 18 '14 at 13:12
  • Thanks to you. :) Can you vote my answer too? so that others will know that this is a best way to check for the problem of this type. Thanks. – Jovanni G Nov 18 '14 at 13:19