Changeset 21622


Ignore:
Timestamp:
2012/03/09 17:47:50 (12 years ago)
Author:
coelacanth
Message:

変数がそのまま文字列で表示されていたのを修正
シングルクォート→ダブルクォートに変更。

File:
1 edited

Legend:

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

    r21563 r21622  
    554554                        $this->setProductValue($item['id'], 'total_inctax', $total_inctax, $productTypeId); 
    555555                        $tpl_message .= '※「' . $product['name'] . '」は販売制限(または在庫が不足)しております。'; 
    556                         $tpl_message .= '一度に数量{$limit}を超える購入はできません。' . "\n"; 
     556                        $tpl_message .= "一度に数量{$limit}を超える購入はできません。" . "\n"; 
    557557                    } else { 
    558558                        $this->delProduct($item['cart_no'], $productTypeId); 
Note: See TracChangeset for help on using the changeset viewer.