VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: serapol on April 17, 2012, 23:33:06 PM

Title: BUG. Error in script vmprices.js (fixed)
Post by: serapol on April 17, 2012, 23:33:06 PM
When used in the html markup class ".product" disrupted the script vmprices.js. There is an incorrect selection of the form.

Line 126 in vmprices.js
"Virtuemart.product ($ (".product "));"
should be replaced to
"Virtuemart.product ($ (" form.product "));"
Title: Re: BUG. Error in script vmprices.js (fixed)
Post by: Milbo on April 17, 2012, 23:49:00 PM
thx, added