Page 1 of 1
problem with javascript conflict on phoca cart
Posted: 03 Dec 2020, 00:37
by wizarddesign
Hi,
I installed phoca cart on my website and on the shop page it has java script conflict.
I cannot select checkboxes for different attributes of the product.
The images doesn't open in lightbox.
how can I check where is the conflict?
Any idea?
Re: problem with javascript conflict on phoca cart
Posted: 03 Dec 2020, 13:27
by Jan
Re: problem with javascript conflict on phoca cart
Posted: 04 Dec 2020, 07:07
by wizarddesign
Hi Jan,
Thanks for your reply.
I checked the java consol and the conflicts are only in phocacart itself.
Code: Select all
Uncaught TypeError: select.oldChosen is not a function
chosen https://www.bahramabedini.com/media/com_phocacart/js/chosen/chosen.required.js?fb67dfb5f625ccc24fd7438f1b12e6b5:15
<anonymous> https://www.bahramabedini.com/en/shop:91
jQuery 4
chosen.required.js:15:19
chosen https://www.bahramabedini.com/media/com_phocacart/js/chosen/chosen.required.js?fb67dfb5f625ccc24fd7438f1b12e6b5:15
<anonymous> https://www.bahramabedini.com/en/shop:91
jQuery 4
and
Code: Select all
Uncaught TypeError: select.oldChosen is not a function
chosen https://www.bahramabedini.com/media/com_phocacart/js/chosen/chosen.required.js?fb67dfb5f625ccc24fd7438f1b12e6b5:15
<anonymous> https://www.bahramabedini.com/en/shop/1-digital-image/2-eskel:98
jQuery 4
i
fireWith
ready
K
chosen.required.js:15:19
chosen https://www.bahramabedini.com/media/com_phocacart/js/chosen/chosen.required.js?fb67dfb5f625ccc24fd7438f1b12e6b5:15
<anonymous> https://www.bahramabedini.com/en/shop/1-digital-image/2-eskel:98
jQuery 4
i
fireWith
ready
K
Re: problem with javascript conflict on phoca cart
Posted: 04 Dec 2020, 13:52
by Jan
Hi, hard to say, what can be wrong with chosen. For test, disable loading of chosen in Phoca Cart option, to see if there will be no other issue.
Jan
Re: problem with javascript conflict on phoca cart
Posted: 04 Dec 2020, 21:28
by wizarddesign
Hi Jan,
It was the easy query conflict.
I disabled the plugin on that specific page and it is working now.
the image is now opening alright. there is no conflict error.
However, the select checkboxes cannot be selected.
I need to switch to selection dropdown to see how it works.