0

In billing page state/province page is not showing.There is a "Uncaught TypeError: $j(...).foundation is not a function" error in console.I think its a javascript conflict error.please help me.Dont know how to fix it.I am new to magento.

befor loading complete enter image description here

The dropdown is there after loading but hidden.It shows when loading..

This page working fine but not showing any dropdown in state field

after loading

enter image description here

But Working fine on mobile devices

http://qwertykart.com/checkout/onepage/index/

Thanks in advance.

Siby Xavier
  • 136
  • 1
  • 1
  • 18

1 Answers1

0

the problem is you're loading jquery twice:
enter image description here

Remove the one after the noconflict.js and you are good to go.

Community
  • 1
  • 1
OSdave
  • 8,538
  • 7
  • 45
  • 60