Hi All,
System: Joomla 2.5.14
VM: 2.0.22c
Site: te.nhhandel.dk
I have the similar issue as in http://forum.virtuemart.net/index.php?topic=118358.0, but I cannot find the solution. I have tried cache in both system and browser. It only updates the first time, then it stops. Does anyone have an idea.
I hope you can help.
Thanks
Niels
Check your page source.
<script src="/plugins/system/linktracker/assets/js/linktracker.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js" type="text/javascript"></script>
<script src="/modules/mod_virtuemart_param_filter/assets/js.js" type="text/javascript"></script>
Between linktracker and paramfilter you have 2nd jquery.js. Having two jquery is BAD. Get rid of this.
Hi Maxim,
Thanks for the reply. Do you have any idea why it is so and how I can remove it?
/Niels
Did you look into your template?
Yes and I see nothing strange there.....your help is really appreciated :)
Template config? Template source code is text searched by you? Hunt 'jquery'.
I use --- Cirrus-Green HM02J ---. Could not find jquery in the template source code. Could it be an extension?
If you want further access to the site, I will be happy to give it to you.
/Niels
I could help, but you still could do something.
Backup your website. Download and unpack. Make a full text search then.
I found it in \components\com_virtuemart\views\cart\tmpl\default.php. But this is a standard script, could it be a bug? Or do I have a module or plugin triggering it?
PM me access.
I have sent you a PM
Quote from: Maxim Pishnyak on September 21, 2013, 13:30:05 PM
Check your page source.
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js" type="text/javascript"></script>
<script src="/modules/mod_virtuemart_param_filter/assets/js.js" type="text/javascript"></script>
Well, it's not jquery.js, it's jquery-ui.js. But still it produces issue.
As you could see jquery-ui is around vm_param_filter. I could see "Include Jquery UI" option in this module in BE. I turn it off and everything works. Talk with filter developer about this.
Hi All,
It was an caching issue in my .htaccess file, not a problem with the extension. Thanks for all the help.