Changeset 23170 for branches/version-2_13-dev/data/class/SC_CartSession.php
- Timestamp:
- 2013/08/30 18:47:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_CartSession.php
r23124 r23170 171 171 $incTax = SC_Helper_TaxRule_Ex::sfCalcIncTax($price, 172 172 $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 173 $this->cartSession[$productTypeId][$i][' id'][0],173 $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 174 174 $pref_id, $country_id); 175 175 … … 191 191 $tax = SC_Helper_TaxRule_Ex::sfTax($price, 192 192 $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 193 $this->cartSession[$productTypeId][$i][' id'][0],193 $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 194 194 $pref_id, $country_id); 195 195 … … 416 416 $arrTaxRule = SC_Helper_TaxRule_Ex::getTaxRule( 417 417 $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 418 $this->cartSession[$productTypeId][$i][' id'][0],418 $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 419 419 $pref_id, 420 420 $country_id);
Note: See TracChangeset
for help on using the changeset viewer.
