Hello all,
I've just upgraded to v1.1.9. It appears that in the course of fixing Bug #364, the character validation routine now prohibits the input of decimal point/comma in the property field. As a result, I can no longer enter fractions in decimal form for my properties.
Does anyone have a quick fix to the problem?
Hi,
i have this same problem, answer is in line 181 in file \administrator\components\com_virtuemart\classes\ps_product.php
i comment this line:
// strpos( $property, "." ) or
and now everything looks ok

p.s.
sorry for my english
p.s.2
this is a very stupid bug, because i can't use shoes number in atributes:
if i use . (dot) i have an unrecognized error, if use , comma i have a two new atributes (4,5 -> 4 and 5)