News:

Support the VirtueMart project and become a member

Main Menu

Virtuemart added 2nd product goes in loop

Started by michybetti1085, November 17, 2018, 18:22:03 PM

Previous topic - Next topic

michybetti1085

Quote from: Studio 42 on November 24, 2018, 12:57:34 PM
You have a old script using mootools
Uncaught TypeError: window.addEvent is not a function
You should find what extension try to use mootools that is obsolete in Joomla 3

where did you see how I can do to find it?

GJC Web Design

check in your browser console for these errors
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

michybetti1085

Quote from: GJC Web Design on November 28, 2018, 09:17:32 AM
check in your browser console for these errors

I have seen the error on the browser console several times but I do not understand how to solve it

GJC Web Design

To help you fix this full access is required  - and that normally means employing someone

have u tried with  the standard template?

atm your site is showing  errors ( 1000's) which prevents the pages opening

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

Studio 42

You should try to disable maximum plugins and modules to solve the continus loop. Something try to load again and again same missing file and after 30 secondes you have more then 5000 load attempt and  errors 500.

michybetti1085

Quote from: GJC Web Design on November 29, 2018, 10:07:27 AM
To help you fix this full access is required  - and that normally means employing someone

have u tried with  the standard template?

atm your site is showing  errors ( 1000's) which prevents the pages opening

if you can help me you can give yourself access by creating a user

GJC Web Design

Quoteand that normally means employing someone

so you wish to employ me?
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

michybetti1085

Quote from: Studio 42 on November 29, 2018, 11:53:33 AM
You should try to disable maximum plugins and modules to solve the continus loop. Something try to load again and again same missing file and after 30 secondes you have more then 5000 load attempt and  errors 500.



I understood what the error created. Basically it is the "cart" button configured in the location of the shoppingcart template at the top near the menu items, which has the function of displaying the products in the cart very convenient, and open it in preview.

I deactivated the cart module and now the addition of the products works correctly.

https://www.calzolerialarapida.it/

Unfortunately, I would not like to give it away as it is very useful and convenient for customers.

To overcome this problem I created a menu item with links to the same module and strangely so it does not create the conflict.

If you want the proof I created the copy of the site in the subdirectory testaruba with activated the module that creates the problem, here:

https://www.calzolerialarapida.it/testaruba

Can you tell me and explain how to solve this problem of the cart module that I would like to continue to use?

michybetti1085

#23
Quote from: jenkinhill on November 18, 2018, 12:41:31 PM
You are loading two versions of the jQuery library. First you load the correct VM version of jQuery:
<script src="/media/jui/js/jquery.min.js?4a377bcef325126547181c804e21d425" type="text/javascript"></script    This loads jQuery v1.12.4 which VM uses.


I understood what the error created. Basically it is the "cart" button configured in the location of the shoppingcart template at the top near the menu items, which has the function of displaying the products in the cart very convenient, and open it in preview.

I deactivated the cart module and now the addition of the products works correctly.

https://www.calzolerialarapida.it/

Unfortunately, I would not like to give it away as it is very useful and convenient for customers.

To overcome this problem I created a menu item with links to the same module and strangely so it does not create the conflict.

If you want the proof I created the copy of the site in the subdirectory testaruba with activated the module that creates the problem, here:

https://www.calzolerialarapida.it/testaruba

Can you tell me and explain how to solve this problem of the cart module that I would like to continue to use?

michybetti1085

Quote from: GJC Web Design on November 17, 2018, 20:02:15 PM
QuoteUse the external jQuery libraries provided by Google

get rid of this..  uncheck


I understood what the error created. Basically it is the "cart" button configured in the location of the shoppingcart template at the top near the menu items, which has the function of displaying the products in the cart very convenient, and open it in preview.

I deactivated the cart module and now the addition of the products works correctly.

https://www.calzolerialarapida.it/

Unfortunately, I would not like to give it away as it is very useful and convenient for customers.

To overcome this problem I created a menu item with links to the same module and strangely so it does not create the conflict.

If you want the proof I created the copy of the site in the subdirectory testaruba with activated the module that creates the problem, here:

https://www.calzolerialarapida.it/testaruba

Can you tell me and explain how to solve this problem of the cart module that I would like to continue to use?

Studio 42

The module you use have be modified by the template développer.
Try with it, if he know the solution, it's specific to your template.