- Posts: 5
- Thank you received: 0
Cart is not working properly.
-
aalekzander
Inactive member - Topic Author
- New Member
Less
More
12 years 3 months ago #22192
by aalekzander
Cart is not working properly. was created 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 help.
www.naturedream.ru/store
Joomla 2.5.7
VM 2.0.10
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #22200
by ivan.milic
Replied by ivan.milic on topic Cart is not working properly.
Try to disable SEF
Please Log in to join the conversation.
-
aalekzander
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 3 months ago #22217
by aalekzander
Replied by aalekzander on topic Cart is not working properly.
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
Less
More
- Posts: 6754
- Thank you received: 718
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.
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.
-
aalekzander
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 3 months ago #22220
by aalekzander
Replied by aalekzander on topic Cart is not working properly.
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" />
<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
Less
More
- Posts: 6754
- Thank you received: 718
12 years 3 months ago #22221
by milos
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.
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