GX-Bug #45949 » MultiTaxShoppingCartDropDownFix.patch
| 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) |