Magento onepage steps are not expandable

I have some kind of javascript or jquery conflict with my one page. None of the steps expand. Please see my site here http://50.87.6.244/~storeupp/index.php/checkout/onepage/.

Any help on what causes this problem would be great! I do not know where to start, how to debug a script problem.

Thank!

+1
source share
1 answer

My hunch is really a jquery-prototype conflict, just try using jquery.noConflict () where possible. What I always do, I order js files. First, I import all the prototype files, put the noConflict file, then import all the jquery files, or vice versa. This can avoid many problems ... If the problem is not resolved after that, you can eliminate the conflict and start debugging ...

0
source

All Articles