Changeset 21340


Ignore:
Timestamp:
2011/11/16 10:06:21 (12 years ago)
Author:
Seasoft
Message:

#1556 (現在のカゴの中 販売制限のエラー文言の数量記載の誤り)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/SC_CartSession.php

    r21296 r21340  
    550550                        $this->setProductValue($item['id'], 'quantity', $limit, $productTypeId); 
    551551                        $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"; 
    553553                    } else { 
    554554                        $this->delProduct($item['cart_no'], $productTypeId); 
Note: See TracChangeset for help on using the changeset viewer.