Just note guys if your products have alot of options this makes ya site run like crap Backend Kept timing out when a product had 20 variations between 5 different options
If your using the quickstart
when using vm you get an error when saving categories change this
JROOT/administrator/components/com_virtuemart/helpers/vmtable.php
LINE = 1758
$this->{$slugName} = trim(utf8_strtolower($this->{$slugName}));
change it to this
$val = $this->{$slugName}...