No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
It sounds like jQuery isn’t loading properly. Which source/version are you using?
Alternatively, it could a be namespace collision, so try using jQuery explicitly instead of using $
. If that works, you may like to use noConflict
to ensure the other code that’s using $
doesn’t break.