Changeset 21340 for branches/version-2_11-dev/data/class/SC_CartSession.php
- Timestamp:
- 2011/11/16 10:06:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/SC_CartSession.php
r21296 r21340 550 550 $this->setProductValue($item['id'], 'quantity', $limit, $productTypeId); 551 551 $this->setProductValue($item['id'], 'total_inctax', SC_Helper_DB_Ex::sfCalcIncTax($item['price']) * $limit, $productTypeId); 552 $tpl_message .= "※「" . $product['name'] . "」は販売制限(または在庫が不足)しております。一度に数量{$limit} 以上の購入はできません。\n";552 $tpl_message .= "※「" . $product['name'] . "」は販売制限(または在庫が不足)しております。一度に数量{$limit}を超える購入はできません。\n"; 553 553 } else { 554 554 $this->delProduct($item['cart_no'], $productTypeId);
Note: See TracChangeset
for help on using the changeset viewer.