Hello,
I'm attempting to solve a problem where people can not select a state for their order (and, since this is a required field, can not submit an order). I'm not sure how to track down the issue, but I did notice the following errors using Chrome (Inspect Element).
Uncaught ReferenceError: jQuery is not defined
cart:96 Uncaught SyntaxError: Illegal return statement
cart:295 Uncaught ReferenceError: jQuery is not defined
f44f39cc9b999751a4e69c1e28fd6a5e.js.php:12 Uncaught ReferenceError: $GK_URL is not defined
f44f39cc9b999751a4e69c1e28fd6a5e.js.php:27 Uncaught ReferenceError: $GKMenu is not defined
The problem can be found on http://highclassclo.com/account/cart (you don't have to put anything in the cart, just scroll down and attempt to put in a country, then a region/state). What do I need to do to get this resolved?
Many thanks,
Alex