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 "));"
thx, added