Jump to content
xt:Commerce Community Forum

BUG-FIX Downloadprodukte mit Versandkosten


bexpro

Recommended Posts

Ich werde alle BUG-FIX von mir posten damit etwas Ordnung herrscht:

Problem zu lesen hier:http://www.xt-commerce.com/forum/fragen-zur-software/77447-downloadartikel-mit-versandkosten-schon-paar-mal-wo-ist-das-problem.html#post356055

BUGFIX:

xtCore\pages\checkout.php

[Line 338]

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';
}[/PHP]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...