VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: metapps on August 05, 2012, 11:27:51 AM

Title: Stockable Plugin Bug, ajax server calls double
Post by: metapps on August 05, 2012, 11:27:51 AM
I am using Joomla 2.5.6 and VirtueMart 2.0.8E

When creating  a custom attr using the stockable plugin

I noticed in firebug that every time you make a selection, the number of calls to the server doubles!
This is pretty serious and will problem cause some big performance issues for high traffic websites.

It might not just be unique to the stockble plugin, as looking through the code,
something going wrong in components/com_virtuemart/assets/js/vmprices.js seems to be the problem

Hopefully this has already been fixed.