My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Ah, yes... You're using CSS/JS loader and obviously have an auto_loader for the product_info page. You'll need to edit the auto_loader file and set the jquery.form.js and jscript_script_loader.php loading order.
Also, if I'm not mistaken, you might have some minor issues if you continue using jQuery 1.10.2, but I'm not sure anymore... I think there was something about attributes... Can't remember anymore...
yes, balihr
thanks for your quick help!
actually it conflicts with ajax faq module, not css/js loader.
you will found these 3 ajax files for ajax faq module is are as follows:
/jscript/jquery/jquery-1.10.2.min.js
/jscript/jquery/jquery.fancybox.pack.js
/jscript/jquery/jquery_faq.js
wold you please kindly advise how to fix, to make your ajax to cart workable?
many appreciated.
Just FYI Leonard, I downloaded and installed on my WAMP test site, working beautifully 'out the box' with only the few merges as per the readme.
Excellent work![]()
I too love this module and may be including it in my next free responsive template package.
Thanks,
Anne
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Nope, it's caused by CSS/JS loader. That module overrides standard jscript load sequence and allows you to set your own custom sequence.
includes/templates/YOUR_TEMPLATE/auto_loaders/loader_faq.phpwold you please kindly advise how to fix, to make your ajax to cart workable?![]()
replace:
with:Code:'jquery/jquery_faq.js' => 12
Make sure you disable loading jQuery in the module's config.Code:'jquery/jquery_faq.js' => 12, 'jscript_script_loader.php' => 13
I THINK this will work, but I haven't tested it so I'm not sure (I just downloaded that faq modules, didn't know it existed...).
You might also want to replace the jQuery file with the 1.7.1 version - I've been testing it yesterday and this module really does have some issues with 1.10.2... I'll fix it later, but for now jQuery 1.7.1 is required.