- Timestamp:
- 2012/11/12 20:33:15 (10 years ago)
- Location:
- branches/version-2_12-multilang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang
- Property svn:mergeinfo changed
/branches/version-2_12-dev merged: 22089-22095
- Property svn:mergeinfo changed
-
branches/version-2_12-multilang/data/class/pages/cart/LC_Page_Cart.php
r22066 r22096 150 150 $this->tpl_total_inctax[$key] = $objCartSess->getAllProductsTotal($key); 151 151 $totalIncTax += $this->tpl_total_inctax[$key]; 152 $this->tpl_total_tax[$key] = $objCartSess->getAllProductsTax($key);153 // ポイント合計154 $this->tpl_total_point[$key] = $objCartSess->getAllProductsPoint($key);155 152 156 153 $this->arrData[$key] = $objCartSess->calculate($key, $objCustomer);
Note: See TracChangeset
for help on using the changeset viewer.