Ignore:
Timestamp:
2011/08/05 23:13:55 (15 years ago)
Author:
kajiwara
Message:

複数お届け先 カゴ数量のエラー文言修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Multiple.php

    r21109 r21137  
    248248                    foreach ($arrParams as $index => $arrParam) { 
    249249                        if ($arrParam['product_class_id'] == $product_class_id) { 
    250                             $arrErr['quantity'][$index] = '※ カゴの中(数量:' . $arrCartRow['quantity'] .')と合計が一致していません。<br />'; 
     250                            $arrErr['quantity'][$index] = '※ 数量が購入数量(' . $arrCartRow['quantity'] .')と一致していません。<br />'; 
    251251                        } 
    252252                    } 
Note: See TracChangeset for help on using the changeset viewer.