Changeset 21137 for branches/version-2_11-dev/data/class/pages
- Timestamp:
- 2011/08/05 23:13:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Multiple.php
r21109 r21137 248 248 foreach ($arrParams as $index => $arrParam) { 249 249 if ($arrParam['product_class_id'] == $product_class_id) { 250 $arrErr['quantity'][$index] = '※ カゴの中(数量:' . $arrCartRow['quantity'] .')と合計が一致していません。<br />';250 $arrErr['quantity'][$index] = '※ 数量が購入数量(' . $arrCartRow['quantity'] .')と一致していません。<br />'; 251 251 } 252 252 }
Note: See TracChangeset
for help on using the changeset viewer.
