Ignore:
Timestamp:
2013/08/30 18:47:51 (11 years ago)
Author:
m_uehara
Message:

#2363 r23157 - r23159, r23165 - r23167, r23169 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_CartSession.php

    r23124 r23170  
    171171            $incTax = SC_Helper_TaxRule_Ex::sfCalcIncTax($price, 
    172172                $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 
    173                 $this->cartSession[$productTypeId][$i]['id'][0], 
     173                $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 
    174174                $pref_id, $country_id); 
    175175 
     
    191191            $tax = SC_Helper_TaxRule_Ex::sfTax($price, 
    192192                $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 
    193                 $this->cartSession[$productTypeId][$i]['id'][0], 
     193                $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 
    194194                $pref_id, $country_id); 
    195195 
     
    416416                $arrTaxRule = SC_Helper_TaxRule_Ex::getTaxRule( 
    417417                                    $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 
    418                                     $this->cartSession[$productTypeId][$i]['id'][0], 
     418                                    $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 
    419419                                    $pref_id, 
    420420                                    $country_id); 
Note: See TracChangeset for help on using the changeset viewer.