News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Urgent help for yet another: "empty cart" issue

Started by virtuenewbee, December 26, 2013, 08:58:54 AM

Previous topic - Next topic

virtuenewbee

Hi,
I've read a lot on google about this issue and did "fixes" suggested but nothing worked.
Please help: www.eshop-ua.com
The "Empty cart" is written in red
In backend, I already made a shipping and payment method.
Anyway when I click add to cart, I get "no shipping method choses" (in Russian, the language of the web site)

How to get the shopping cart to work please?

P.S.
This is a web site under construction yet and the old site is active and working (not on Joomla). So to not to use the main domain, I have this www.eshop-ua.com, but it is also setup in "shop" setting at backend.

sadrem

Hi
1) Option 1
Virtuemart->Configuration->Configuration->Templates
    Using the VirtueMart jQuery - YES
    Use external google jQuery library - YES

2) Option 2
  http://extensions.joomla.org/extensions/core-enhancements/performance/jquery-scripts/18327
p.s. Do not forget to change message icon to Solved.

virtuenewbee

Quote from: sadrem on December 26, 2013, 09:08:00 AM
Hi
1) Option 1
Virtuemart->Configuration->Configuration->Templates
    Using the VirtueMart jQuery - YES
    Use external google jQuery library - YES

2) Option 2
  http://extensions.joomla.org/extensions/core-enhancements/performance/jquery-scripts/18327

Hi, really thanks! It worked after renabling the JQuery of VM.
I'm still a little confused about this:
I use google JQuery because I use bootstrap in Joomla template, so, now if I install this plugin you kindly pointed to, should I delete the <script> pointing to google JQ now and/or disable the VM JQ? or simply leave everything and installing this plugin takes care of all please?

sadrem

Yes.
jquery easy plugin will solve the problem but it will slow a little Your shop. Just try to see if it's ok.
Disable template jquery
Disable vm jquery.
enable jquery plugin on fronted end only, do not use jqueryUI.
use "load no conflict" by inline script.
should work.
p.s. Do not forget to change message icon to Solved.

virtuenewbee

Quote from: sadrem on December 26, 2013, 09:23:14 AM
Yes.
jquery easy plugin will solve the problem but it will slow a little Your shop. Just try to see if it's ok.
Disable template jquery
Disable vm jquery.
enable jquery plugin on fronted end only, do not use jqueryUI.
use "load no conflict" by inline script.
should work.

Thank you!