Changeset 21510
- Timestamp:
- 2012/02/15 15:50:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_CartSession.php
r21481 r21510 528 528 * 表示/非表示商品のチェック 529 529 */ 530 if (SC_Utils_Ex::isBlank($product) ) {530 if (SC_Utils_Ex::isBlank($product) || $product['status'] != 1) { 531 531 $this->delProduct($item['cart_no'], $productTypeId); 532 532 $tpl_message .= "※ 現時点で販売していない商品が含まれておりました。該当商品をカートから削除しました。\n";
Note: See TracChangeset
for help on using the changeset viewer.