Hi,
For your first question i don't have answer, but if you would like to make the netto prices display, please open the /asministrator/components/com_virtuemart/classes/ps_product.php file and look for
PHP Code:
$html .= $CURRENCY_DISPLAY->getFullValue($base_price);
in the 1909th line. This need to be replaced with this one
PHP Code:
$html .= $CURRENCY_DISPLAY->getFullValue($price);
Thanks