GX-Bug #41107 » PropertiesPriceDropDownFix.patch
src/system/classes/properties/ProductPropertiesStructSupplier.inc.php (revision ) | ||
---|---|---|
370 | 370 |
{ |
371 | 371 |
$t_value_price = $coo_xtc_price->xtcFormatSpecialDiscount($p_products_id, $t_discount, $t_value_price, false); |
372 | 372 |
} |
373 |
if($_SESSION['customers_status']['customers_status_show_price_tax'] == 0)
|
|
373 |
if($_SESSION['customers_status']['customers_status_show_price_tax'] == 1)
|
|
374 | 374 |
{ |
375 |
$t_value_price = $coo_xtc_price->xtcRemoveTax($t_value_price, $coo_xtc_price->TAX[$t_products_tax_class_id]);
|
|
375 |
$t_value_price = $coo_xtc_price->xtcAddTax($t_value_price, $coo_xtc_price->TAX[$t_products_tax_class_id]);
|
|
376 | 376 |
} |
377 | 377 |
$t_value_price = $coo_xtc_price->xtcFormat($t_value_price, true); |
378 | 378 |
} |