Quote Originally Posted by niestudio View Post
Thanks Rob,
I have it on my to-do list for the next version to add a check to see if jQuery is already loaded (from another plugin) and if so, then not to load the one for ZLB. That should resolve this issue too.

daniel
Not sure exactly how you plan to go about your checking but here is something to consider.

jQuery must load before any scripts to be used with it. As Linux will list alphabetically and thus, Zen Cart will load alphabetically, I've had to use a naming schema like: jscript_1jquery.js in order to have a correct a load sequence.

HTH