Ignore:
Timestamp:
2012/02/15 15:50:54 (12 years ago)
Author:
pingpong
Message:

#1541 非表示商品が購入完了できるバグの修正

File:
1 edited

Legend:

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

    r21481 r21510  
    528528             * 表示/非表示商品のチェック 
    529529             */ 
    530             if (SC_Utils_Ex::isBlank($product)) { 
     530            if (SC_Utils_Ex::isBlank($product) || $product['status'] != 1) { 
    531531                $this->delProduct($item['cart_no'], $productTypeId); 
    532532                $tpl_message .= "※ 現時点で販売していない商品が含まれておりました。該当商品をカートから削除しました。\n"; 
Note: See TracChangeset for help on using the changeset viewer.