Add to cart is not working and no shipment and payment method selected.

Started by jrmobile, February 10, 2015, 09:16:20 AM

Previous topic - Next topic

jrmobile

Good day,

Will appreciate f someone can give me a hand on VM3 issues.

1. Add to cart button won't work

I've tried to turn off all jQuery and only VM one left.
The post container is fine.
There is an error in console
ncaught TypeError: undefined is not a function(index):809 (anonymous function)jquery-1.5.2.min.js:16 f.resolveWithjquery-1.5.2.min.js:16 d.extend.readyjquery-1.5.2.min.js:16 c.addEventListener.y

I even tried to turn all jQuery off and turn on only last Google jQuery. No effect.

2. The cart always asking
No shipment method has been configured
No payment method has been configured

I've tried to delete and recreate all methods
Reinstalled last AIO
Checked country settings
Checkin plugins publishing
Removed all terms for the shipping method.
Upgraded old VM2 fields
I've even tried to change shipping methos validation in plugin folder to TRUE
But nothing helped.

Here is the site
http://ownmusic.ru/index.php/en/

Will appreciate any help.
Thanks in advance
Заранее благоSPAMарен за любую поSPAMсказку.

SteP[IT]

For the jquery question, it should be a conflict: try to install JQueryEasy plugin, and configure it in the appropriate way.
For the second point, have you configured at least one shipping metod and one payment metod in VM? If no one of them is present, you can't go further in cart steps.
J 3.9.2 - VM 3.4.3

MMC EDIZIONI - Italian High-Quality PaperBooks Publisher
Site: https://www.mmcedizioni.it

web3

Hello,

I also can't add products to cart. Without login it's notice: No shipment and payment method has been configured. After login it's: Missing value for name, zip, country, phone etc. + shipment and payment has not been configured. Hovever Add/Edit billing address information is correctly completed. The last changes in VM i did(probably) 10 days ago and after that it was working.
I'm using VM 3.0.2, Joomla 3.3.6 with JQueryEasy. Have 2 published shipping and payment method.
Site link: http://skuska.hrac.sk/index.php/en/e-shop/playstation/playstation-2/playstation-2-games

jrmobile

Quote from: SteP[IT] on February 11, 2015, 10:24:23 AM
For the jquery question, it should be a conflict: try to install JQueryEasy plugin, and configure it in the appropriate way.
For the second point, have you configured at least one shipping metod and one payment metod in VM? If no one of them is present, you can't go further in cart steps.

1. Thanks for your suggestions.
I've installed and published JQueryEasy.
Turn off all the rest jQuery in all modules.
But no effect.

2. Yes i did. I even deleted and recreated new ones.

GJC Web Design

jquery-1.5.2.min.js   ?   very old version...

Quotencaught TypeError: undefined is not a function(index):809 (anonymous function)jquery-1.5.2.min.js:16 f.resolveWithjquery-1.5.2.min.js:16 d.extend.readyjquery-1.5.2.min.js:16 c.addEventListener.y

j3 is using 1.11.1
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

MJK

Have the same problem, when i add to cart - shows empty cart. Installed the basic template. This happend after update.
I have
PHpVersion    5.4.37
Web Server    Apache
Virtuemart 3.0.4.
Joomla! Version    Joomla! 3.3.6 Stable
my site: www.super-djevojka.eu

Please help.

jrmobile

Quote from: GJC Web Design on February 12, 2015, 14:06:16 PM
jquery-1.5.2.min.js   ?   very old version...

Quotencaught TypeError: undefined is not a function(index):809 (anonymous function)jquery-1.5.2.min.js:16 f.resolveWithjquery-1.5.2.min.js:16 d.extend.readyjquery-1.5.2.min.js:16 c.addEventListener.y

j3 is using 1.11.1

Thank you for your attention, to my issue.
I gave it a try. Turned off all other components that loads jQuery and loaded 1.11.0
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>
  <script src="/components/com_virtuemart/assets/js/jquery-migrate.min.js" type="text/javascript"></script>
  <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript"></script>
  <script src="/components/com_virtuemart/assets/js/jquery.ui.autocomplete.html.js" type="text/javascript"></script>
  <script src="/components/com_virtuemart/assets/js/jquery.noconflict.js" type="text/javascript"></script>

But it still won't work.

GJC Web Design

and now you have a page full of errors

why don't you use jqueryeasy?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

GJC Web Design

@MJK - u have a JS error

ReferenceError: jQuery is not defined
http://www.super-djevojka.eu/media/system/js/validate.js


your loading jquery 1.8.2

after upgrade - upgrade from what?

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jrmobile

Quote from: GJC Web Design on February 13, 2015, 12:27:45 PM
and now you have a page full of errors

why don't you use jqueryeasy?

I tried it with jqueryeasy, but it was the same effect.
For some reason jqueryeasy has the last jQuery version 1.9.1.
And all of these errors doesn't seem to be critical for VM.
Am i getting it wrong and it may be critical?

GJC Web Design

of course it doesn't  - select it!

and all these errors are fatal to the cart -
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

MJK

GJC Web Design thanks for reply, i updated it from joomla 2.5, VM from 2.0.26

How to fix it?
Regards.

GJC Web Design

@MJK ..  and is your template and extensions all VM3 compatible?????
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

MJK

I  have changed templates, but it seems that for this version (in my case) makes no difference.

I've sent you a pm.   :D