- Timestamp:
- 2013/05/31 19:02:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/helper/SC_Helper_Purchase.php
r22783 r22845 372 372 } 373 373 $arrItems['price'] = $arrItems['productsClass']['price02']; 374 $inctax = SC_Helper_DB_Ex::sfCalcIncTax($arrItems['price']); 374 $inctax = SC_Helper_TaxRule_Ex::sfCalcIncTax($arrItems['price'], $arrItems['productsClass']['product_id'], 375 $arrItems['productsClass']['product_class_id']); 375 376 $arrItems['total_inctax'] = $inctax * $arrItems['quantity']; 376 377 }
Note: See TracChangeset
for help on using the changeset viewer.
