Changeset 20976 for branches/version-2_11-dev/data/class/SC_CartSession.php
- Timestamp:
- 2011/06/15 16:30:24 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/SC_CartSession.php
r20877 r20976 219 219 $this->cartSession[$productTypeId][$i]['id'][0] = ""; 220 220 } 221 $id = $this->cartSession[$productTypeId][$i]['id'][0]; 222 $point = SC_Utils_Ex::sfPrePoint($price, $point_rate, POINT_RULE, $id); 221 $point = SC_Utils_Ex::sfPrePoint($price, $point_rate); 223 222 $total+= ($point * $quantity); 224 223 }
Note: See TracChangeset
for help on using the changeset viewer.
