To janaa1234:
Do you still have problem with bypass shipping? If you don't, just disregard my post. This is what I did to disabled shipping:
Configuration--Admin: Under Shipping tab, select nothing. Under Checkout tab: uncheck the first two, then fill in "1" for Payment Method, and "2" for Confirmation.
Then to avoid error on the order edit, file /administrator/components/com_virtuemart/html/order.order_print.php on line 509, change from
if( $db->f("ship_method_id") ) {
$details = explode( "|", $db->f("ship_method_id"));
}
to:
if( $db->f("ship_method_id") ) {
$details = explode( "|", $db->f("ship_method_id"));
} else {
$details = array("","","","");
}
Hope this helps.
To heidiheidi: Try to download using Firefox. Mine can install properly. If you want I can email you the package.