GetSelectCategory($_SERVER['REQUEST_URI']); // カテゴリ情報取得 $CateInfo = $Product->GetCategoryInfo(); // 商品一覧を取得 $ItemInfo = $Product->GetItemInfo($item_no); // 在庫チェック $StockInfo = $Product->checkGoodsInfo($item_no); // 在庫数を設定、非公開だと0で在庫0とする $StockNum = ($StockInfo->gds_status) ? $StockInfo->stock_num : 0; $goodBaseImg = DIMG.$ItemInfo->base_name; $goodName = $ItemInfo->gds_name; $goodUrl = $ItemInfo->url; $goodExplan = $ItemInfo->explan; $goodPrice = number_format($ItemInfo->price); $goodItem1 = $ItemInfo->item_1; $goodItem2 = $ItemInfo->item_2; $goodItem3 = $ItemInfo->item_3; $goodItem4 = $ItemInfo->item_4; $goodItem5 = $ItemInfo->item_5; $goodItem6 = $ItemInfo->item_6; $cate_mark = $ItemInfo->code_mark; // 12月上旬販売開始 if($Product->open_Enable) { // --------------------- // 在庫数が0の場合に表示 if(!$StockNum) { $stockCart =<<< _HTMLVIEW
大変申し訳ございません。ただ今品切れをしております。
_HTMLVIEW; } else { $stockCart =<<< _HTMLVIEW
数量
_HTMLVIEW; } // --------------------- } else { $stockCart =<<< _HTMLVIEW
12月上旬販売開始予定
_HTMLVIEW; } // -------------------------------------------------------------------------------------------------------------------- ?> Chateau Jun - シャトージュンオンラインショップ -

WINE LIST

シャトージュンワインリスト



\r\n ",$ItemLabel); ?>

ImageFiles) { if( isset($ItemInfo->ImageFiles[2]) ) { $blockName = $Product->getFileBlockName($item_no, $ItemInfo->ImageFiles[2]->thum_name, 2); ?>
※仕様、デザインは予告なく変更する場合があります
Gift Package
GetListInfo(0, "gift", null, 5); if( count($GiftInfo) ) // 1件以上ある場合 { $cols = null; foreach($GiftInfo as $Rows) { $id = $Rows->gds_sid; $goodThumImg = $Product->getFileThumName( $Rows, 2 ); $pageLinks = "page.php?id={$Rows->gds_sid}"; $goodName = $Rows->gds_name; $goodPrice = number_format($Rows->price); $goodExplan = mb_strcut($Rows->explan, 0, 96,"UTF-8")."..."; // 在庫チェック $Rows->Stock = $Product->checkGoodsInfo($Rows->gds_sid); // 在庫数を設定、非公開だと0で在庫0とする $StockNum = ($Rows->Stock->gds_status) ? $Rows->Stock->stock_num : 0; // 12月上旬販売開始 if($Product->open_Enable) { // --------------------- // 在庫数が0の場合に表示 if(!$StockNum) { $stockCart =<<< _HTMLVIEW
品切れ
_HTMLVIEW; }else{ $stockCart =<<< _HTMLVIEW
数量
_HTMLVIEW; } }else{ $stockCart =<<< _HTMLVIEW
12月上旬販売開始予定
_HTMLVIEW; } // 2018.06.13 料金を削除 //
¥{$goodPrice}(税込)
$cols .=<<< _HTMLVIEW
{$goodName}
{$goodName}
{$goodExplan}
詳細を見る
_HTMLVIEW; } // 表示出力 echo $cols; } else // 1件も無い場合 { ?>
art series
_HTMLVIEW; break; case "gift": $ttl =<<< _HTMLVIEW
gift
_HTMLVIEW; break; case "other": $ttl =<<< _HTMLVIEW
other
_HTMLVIEW; break; default: $ttl =<<< _HTMLVIEW
premium series (vintage)
_HTMLVIEW; } echo $ttl; // 商品一覧を取得 $PremiumInfo = $Product->GetListInfo(0, $cate_mark, $item_no , 6); if( count($PremiumInfo) ) // 1件以上ある場合 { $cols = null; $item_num = 0; foreach($PremiumInfo as $resrows) { $goodThumImg = $Product->getFileThumName( $resrows, 2 ); $pageLinks = "page.php?{$cate_mark}&id={$resrows->gds_sid}"; $goodName = $resrows->gds_name; $goodPrice = number_format($resrows->price); $goodItem3 = $resrows->item_3; if( $item_num != 5 ) { $border = ' line_rt'; }else{ $border = ''; } // 2018.06.13 料金を削除 //
¥{$goodPrice}(税込)
$cols .=<<< _HTMLVIEW
{$goodName}
{$goodName}
詳細を見る
_HTMLVIEW; $item_num ++; } // 表示出力 echo $cols; } else // 1件も無い場合 { ?>