TotalDiscountSum != $shop->CartDiscountSum); if ($shop->CartCount()) { ?>
CartContents as $row) { ?>CartCount() ? "class='tr_last'" : ""))?>>
: 1 ? " * ".$row['Qty']." = ".$shop->FormatCurrency($row['ItemPrice']*$row['Qty']) : "")?>
?>
: FormatCurrency($row['OriginalPrice'] - $row['ItemPrice'])?>
:
').attr('checked', 'checked'); $('#netshop_cart_contents').submit(); return false;"> " type='checkbox' name="cart" value='-1' style="display: none;" />
CartDiscounts) { foreach ($shop->CartDiscounts as $discount) { ?>
{$discount['Description']}" : "") ?>
0 ? "-" : ""); echo $discount['SumF']; ?>
: FormatCurrency($shop->CartSum())) ?>