VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Suzukithunder on September 21, 2013, 13:05:41 PM

Title: Cart not deleting / updating products at check out
Post by: Suzukithunder on September 21, 2013, 13:05:41 PM
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
Title: Re: Cart not deleting / updating products at check out
Post by: Maxim Pishnyak on September 21, 2013, 13:30:05 PM
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.
Title: Re: Cart not deleting / updating products at check out
Post by: Suzukithunder on September 26, 2013, 17:44:31 PM
Hi Maxim,

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

/Niels
Title: Re: Cart not deleting / updating products at check out
Post by: Maxim Pishnyak on September 26, 2013, 17:57:30 PM
Did you look into your template?
Title: Re: Cart not deleting / updating products at check out
Post by: Suzukithunder on September 26, 2013, 18:00:51 PM
Yes and I see nothing strange there.....your help is really appreciated :)
Title: Re: Cart not deleting / updating products at check out
Post by: Maxim Pishnyak on September 26, 2013, 18:02:32 PM
Template config? Template source code is text searched by you? Hunt 'jquery'.
Title: Re: Cart not deleting / updating products at check out
Post by: Suzukithunder on September 26, 2013, 18:06:40 PM
 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
Title: Re: Cart not deleting / updating products at check out
Post by: Maxim Pishnyak on September 26, 2013, 18:15:44 PM
I could help, but you still could do something.

Backup your website. Download and unpack. Make a full text search then.
Title: Re: Cart not deleting / updating products at check out
Post by: Suzukithunder on September 26, 2013, 18:37:58 PM
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?
Title: Re: Cart not deleting / updating products at check out
Post by: Maxim Pishnyak on September 29, 2013, 20:54:14 PM
PM me access.
Title: Re: Cart not deleting / updating products at check out
Post by: Suzukithunder on September 30, 2013, 20:16:03 PM
I have sent you a PM
Title: Re: Cart not deleting / updating products at check out
Post by: Maxim Pishnyak on October 03, 2013, 11:05:23 AM
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.
Title: Re: Cart not deleting / updating products at check out
Post by: Suzukithunder on October 22, 2013, 16:56:11 PM
Hi All,

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