Cart is not working properly.

More
12 years 3 months ago #22192 by aalekzander
Please if anyone can guide me, regarding the process of adding to the cart. When I press add to cart, it does not respond anyhow, no matter how many click, but then if to refresh the page or to move to other category, all of it appear in the cart. In the demo, the window pop up, which is offeres the options (Check Out or continue shopping), however in my site the window is not appearing at all.
Please help.
www.naturedream.ru/store
Joomla 2.5.7
VM 2.0.10

Please Log in to join the conversation.

More
12 years 3 months ago #22200 by ivan.milic
Try to disable SEF

Please Log in to join the conversation.

More
12 years 3 months ago #22217 by aalekzander
I've tried, but it did not help anyhow. I updated VirtueMart to the virsion 2.0.10, but no changes in this case. Yesterday site didn't appear properly, but today everything is fixed except this issue. Its fully functioning now, but the products not appearing in the cart by the click (the window requestng further actions does not apper). Install the clear template to the localmachine and its working there.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 3 months ago #22218 by milos
Replied by milos on topic Cart is not working properly.
Every new version of VM comes with new problems. Here's the solution:

1. Update to VM 2.0.12b
2. Go to VM configuration and disable loading of jQuery under Templates tab.

Please Log in to join the conversation.

More
12 years 3 months ago #22220 by aalekzander
I've updated VM to the 2.0.12b, and switching off jQuery does not help. When all scripts are disabled, it does transfer to the cart straight away without modal window. Though that there is a conflict between jQuery and Mootools, but what below should work with no problem, will try to source it to googlejQuery.

<head>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" >
jQuery.noConflict();
</script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/gk.scripts.js"></script>
<?php
/* The following line loads the MooTools JavaScript Library */
JHtml::_('behavior.framework', true); ?>

<jdoc:include type="head" />

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 3 months ago #22221 by milos
Replied by milos on topic Cart is not working properly.

aalekzander wrote: When all scripts are disabled


You should not disable all the scripts, only loading of jQuery. Also, what is gk.scripts.js? Maybe some 3rd party extension makes the conflict with VM.

Please Log in to join the conversation.

Time to create page: 0.168 seconds
Powered by Kunena Forum