Changeset 18200 for branches/comu-ver2/data/class/helper/SC_Helper_DB.php
- Timestamp:
- 2009/07/18 14:08:56 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/helper/SC_Helper_DB.php
r18180 r18200 323 323 } 324 324 325 if ($limit != "" && $limit < $arrCart['quantity']) {325 if ($limit != "" && $limit < $arrCart['quantity']) { 326 326 // カート内商品数を制限に合わせる 327 327 $objCartSess->setProductValue($arrCart['id'], 'quantity', $limit); 328 328 $quantity = $limit; 329 $objPage->tpl_message = "※「" . $arrData['name'] . "」は販売制限(または在庫が不足)しております。一度にこれ以上の購入はできません。\n";329 $objPage->tpl_message .= "※「" . $arrData['name'] . "」は販売制限(または在庫が不足)しております。一度に数量{$limit}以上の購入はできません。\n"; 330 330 } else { 331 331 $quantity = $arrCart['quantity'];
Note: See TracChangeset
for help on using the changeset viewer.
