Quote Originally Posted by Fandy69 View Post
Hi trisha33,

I had the same problem! but i found a solution!
find the js file jscript_a-mootools.js in \includes\modules\pages\checkout_shipping
and add the following "jQuery.noConflict();" on the top of the file underneath the remark //MooTools and above the var MooTools like this

//MooTools etc..

jQuery.noConflict();

var MooTools={ver....

this should do the trick! for me it works!
why is this, because of a conflict in jquery..
THANK YOU! THANK YOU! THANK YOU!

I was struggling to get this Module to work with the new One Page Checkout, but this simple fix is the key!!