Hi,
because of a missing JRoute::_ call in the "action"-attribute, the update-quantity function in cart doesn't work when SEF is enabled, so you'll have to modify the file /components/com_virtuemart/views/cart/tmpl/default_pricelist.php in line 150 from:
<td align="right" ><form action="/index.php" method="post" class="inline">
to
<td align="right" ><form action="<?php JRoute::_('index.php'); ?>" method="post" class="inline">
Best regards
Snipy
Could please someone apply this one to the trunk?
done
Dankeschön!