Projekt

Allgemein

Profil

GX-Bug #45949 » MultiTaxShoppingCartDropDownFix.patch

/includes/classes/shopping_cart.php - Till Tepelmann, 30.03.2016 14:13

Unterschiede anzeigen:

src/includes/classes/shopping_cart.php (revision )
616 616
			if($this->tax[$key]['value'] > 0)
617 617
			{
618 618
				$output .= $this->tax[$key]['desc'] . ": " . $xtPrice->xtcFormat($this->tax[$key]['value'], true) . "<br />";
619
				$val = $this->tax[$key]['value'];
619
				$val += $this->tax[$key]['value'];
620 620
			}
621 621
		}
622 622
		if($format)
    (1-1/1)