- Timestamp:
- 2010/11/24 05:30:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php
r19670 r19680 148 148 // カート集計処理 149 149 $this->tpl_message = $objCartSess->checkProducts($key); 150 $this->tpl_total_ pretax[$key] = $objCartSess->getAllProductsTotal($key);150 $this->tpl_total_inctax[$key] = $objCartSess->getAllProductsTotal($key); 151 151 $this->tpl_total_tax[$key] = $objCartSess->getAllProductsTax($key); 152 152 // ポイント合計 … … 155 155 156 156 // 送料無料までの金額を計算 157 $this->tpl_deliv_free[$key] = $this->arrInfo['free_rule'] - $this->tpl_total_ pretax[$key];157 $this->tpl_deliv_free[$key] = $this->arrInfo['free_rule'] - $this->tpl_total_inctax[$key]; 158 158 } 159 159 … … 291 291 292 292 // 送料無料までの金額を計算 293 $tpl_deliv_free = $this->arrInfo['free_rule'] - $this->tpl_total_ pretax;293 $tpl_deliv_free = $this->arrInfo['free_rule'] - $this->tpl_total_inctax; 294 294 $this->tpl_deliv_free = $tpl_deliv_free; 295 295
Note: See TracChangeset
for help on using the changeset viewer.
