Ich werde alle BUG-FIX von mir posten damit etwas Ordnung herrscht:
Problem zu lesen hier:
Downloadartikel mit Versandkosten schon paar mal - Wo ist das Problem ?
BUGFIX:
xtCore\pages\checkout.php
[Line 338]
PHP-Code:
if($_SESSION['cart']->type == 'virtual'){
//EDIT BY LUKAS
// if cart only virtual delete session shipping if exist -> no shipping cost for download products
if (isset($_SESSION['cart']->sub_content['shipping'])) unset($_SESSION['cart']->sub_content['shipping']);
if (isset($_SESSION['selected_shipping'])) unset($_SESSION['selected_shipping']);
//EDIT END
if($page_data=='shipping')
$page_data = 'payment';
}