News:

Support the VirtueMart project and become a member

Main Menu

Cart not deleting / updating products at check out

Started by Suzukithunder, September 21, 2013, 13:05:41 PM

Previous topic - Next topic

Suzukithunder

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

Maxim Pishnyak

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.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

Suzukithunder

Hi Maxim,

Thanks for the reply. Do you have any idea why it is so and how I can remove it?

/Niels

Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

Suzukithunder

Yes and I see nothing strange there.....your help is really appreciated :)

Maxim Pishnyak

Template config? Template source code is text searched by you? Hunt 'jquery'.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

Suzukithunder

 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

Maxim Pishnyak

I could help, but you still could do something.

Backup your website. Download and unpack. Make a full text search then.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

Suzukithunder

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?

Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart


Maxim Pishnyak

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.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

Suzukithunder

Hi All,

It was an caching issue in my .htaccess file, not a problem with the extension. Thanks for all the help.