News:

Looking for documentation? Take a look on our wiki

Main Menu

update quantity icon not responding after upgrade to VM 2.6.6

Started by chill_e_g, June 02, 2014, 11:25:20 AM

Previous topic - Next topic

chill_e_g

So that is basically it, I can use the trash icon in the cart, but the update quantity does not do anything. Anybody have this problem?

jenkinhill

Possibly a JavaScript conflict. http://forum.virtuemart.net/index.php?topic=119638.0

Maybe you use a commercial template? But without a uRL nobody can really help.
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

chill_e_g

Sorry, not a frequent user of the forum, http://shop.scrapbookstudio.co.za. I will check the link you provided now.

chill_e_g

I am not coming right, would appreciate some assistance ( I have limited knowledge ). I have Jquery easy installed and published, but no change to the quantity update button. This was working before the upgrade.
http://shop.scrapbookstudio.co.za/shop

Let me know what other info you need. Thanks in advance.

AH

I would suggest a styling change to make your add to cart button fit better on browse and detail

span.addtocart-button {
  float: left;
  margin: 0 0 0 10px;
}

span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll 0 -160px #E8E8E8;
  border: 1px solid #00A000;
  border-radius: 4px;
  color: #b9298b;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px 5px;
  text-align: center;
}
Regards
A

Joomla 4.4.5
php 8.1

chill_e_g

Thank you, I only wish you had a solution to my problem. I do not know how to debug / source the error

AH

Regards
A

Joomla 4.4.5
php 8.1

jenkinhill

Firebug gives these errors:

"NetworkError: 404 Not Found - http://ajax.googleapis.com/ajax/libs/jqueryui/1.9/themes/base/jquery-ui.css"

"NetworkError: 404 Not Found - http://ajax.googleapis.com/ajax/libs/jqueryui/1.9/jquery-ui.min.js"

"NetworkError: 404 Not Found - http://ajax.googleapis.com/ajax/libs/jqueryui/1.9/jquery-ui.min.js"

"CSS Usage: initializing extensions"
TypeError: $(...).chosen is not a function

...ect_all: true,select_all_text : vm2string.select_all_text,select_some_options_te...

"NetworkError: 404 Not Found - http://shop.scrapbookstudio.co.za/components/com_virtuemart/assets/images/vmgeneral/search.png"

"NetworkError: 404 Not Found - http://shop.scrapbookstudio.co.za/components/com_virtuemart/assets/images/vmgeneral/search.png"


You have jQueryEasy installed but you should do this for the chosen is not a function error: http://forum.virtuemart.net/index.php?topic=123564.msg421778#msg421778
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

chill_e_g

Thanks for all your input, but I am afraid it is way over my head, I am stressing as this site is huge and I cannot afford anything to ever go wrong with it.

As soon as I disable easy jquery, I cannot add to cart.

What bugs me is nothing has changed except for the VM upgrade

jenkinhill

Who said disable jQueryEasy? Just configure it correctly - fix the TypeError: $(...).chosen is not a function error by following the instruction in the link I provided earlier.
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

chill_e_g

Thanks for pointing it out, but alas the problem still exists. How do I use firebug to check for script conflicts

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

AH

QuoteThanks for all your input, but I am afraid it is way over my head, I am stressing as this site is huge and I cannot afford anything to ever go wrong with it.

So why did you do a live upgrade?

Always upgrade on a test server and do FULL regression testing before you commit to live.

As you are now in a pickle, follow Jenkin's advice
Regards
A

Joomla 4.4.5
php 8.1

GJC Web Design

My 2 pennies worth..

It looks to me that on the cart page your not loading Mootools.core.js which is where some of the errors are coming from

Your also trying to load a non existant http://ajax.googleapis.com/ajax/libs/jqueryui/1.9/jquery-ui.min.js (do u need jquery-ui?)
Is that coming from Jqueryeasy?

It should be something like http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js as base versions aren't supported by Google anymore

If you fix these things and still you have errors then it is a case of disabling extensions that are calling JS (there are quite a few) until you find which one breaks it

Then work backwards from there

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

chill_e_g

Thank you all, I was not expecting so much assistance, unfortunately I do not have the knowledge to understand any of this. I am a customizer, not a coder. I have been to the page Jenkil suggested to debug js, but I am understanding nothing, sorry. I fear you guys will give up on me and then I am truly buggered.

Please see if mootools is loading on cart page and suggest onother fix.