";?> ショッピング/新商品一覧リスト
検索
welcome to the sherrytrifle online store
カートを見る
カートの商品数
0
合計金額
0 円
ショッピング新商品
?>

お勧め商品

ブックボックスB5059

¥4,725

この商品の詳細を見る

アンティーク調のクラシカルな花模様が美しいブック型の小物入れです。大小の本を無造作に重ねた状態で固定されており、本の背表紙が引き出しになっています。内側にはフェルト生地が貼ってありますので、アクセサリーなども、傷を付けずに収納出来ます。アンティークの洋書のような加工が施してあり、さりげなく置くだけでもお洒落でさまになります。サイズは横約20.5x高さ約12_x奥行約15cm。…

ブックボックスB5059

*/?>
新商品・新掲載一覧リスト(37アイテム) 新商品・新掲載一覧リスト(37アイテム)*/?>   [1] 2 3 次のページ>>
*/?>

新商品・新掲載一覧リスト(37アイテム) 新商品・新掲載一覧リスト(37アイテム)*/?>   [1] 2 3 次のページ>>
インテリアカテゴリー
NEW ITEM・新商品\n"; $new_item['open'] .= "
    \n"; $new_item['open'] .= "
  • 新商品
  • \n"; $new_item['open'] .= "
\n"; $new_item['close'] = "
NEW ITEM・新商品
\n"; //RENEW ITEM $renew_item['open'] = "
RENEW・再入荷
\n"; $renew_item['open'] .= "
    \n"; $renew_item['open'] .= "
  • 再入荷
  • \n"; $renew_item['open'] .= "
\n"; //20070527 再入荷商品がクローズの場合はまだ見せない $renew_item['close'] = "
RENEW・再入荷
\n"; //INTERIOR ITEM $interior_item['open'] = "
INTERIOR ITEM・インテリアアイテム
\n"; $interior_item['open'] .= "
\n"; $interior_item['open'] .= "\n"; $interior_item['open'] .= "
\n"; $interior_item['close'] = "
INTERIOR ITEM・\n"; $interior_item['close'] .= "家具・照明・時計・鏡・インテリア小物
\n"; //TABLE WARE $tableware['open'] = "
TABLE WARE・テーブルウェア
\n"; $tableware['open'] .= "
\n"; $tableware['open'] .= "\n"; $tableware['open'] .= "
\n"; $tableware['close'] = "
\n"; $tableware['close'] .= "TABLE WARE・陶器・グラス・キッチン小物
\n"; //# FABRIC $fabric['open'] = "
ファブリック
\n"; $fabric['open'] .= "
\n"; $fabric['open'] .= "\n"; $fabric['open'] .= "
\n"; $fabric['close'] = "
FABRIC・布製品・タオル
\n"; //RELAX $relax['open'] = "
リラックス
\n"; $relax['open'] .= "
\n"; $relax['open'] .= "\n"; $relax['open'] .= "
\n"; $relax['close'] = "
RELAX・キャンドル・香り・バスグッズ
\n"; //DECORATION $decoration['open'] = "
DECORATION・デコレーション
\n"; $decoration['open'] .= "
\n"; $decoration['open'] .= "\n"; $decoration['open'] .= "
\n"; $decoration['close'] = "
\n"; $decoration['close'] .= "DECORATION・花・アクセサリー・ブラスハンドル
\n"; //SALE ITEM $sale_item['open'] = "
SALE ITEM・セール品
\n"; $sale_item['open'] .= "
\n"; $sale_item['open'] .= "
    \n"; $sale_item['open'] .= "
  • セール品
  • \n"; $sale_item['open'] .= "
\n"; $sale_item['open'] .= "
\n"; $sale_item['open'] .= "\n"; $sale_item['close'] = "
SALE ITEM・セール品
\n"; //# 表示用HTML変数を定義 $new_item_html = $new_item['close']; $renew_item_html = $renew_item['close']; $interior_item_html = $interior_item['close']; $tableware_html = $tableware['close']; $fabric_html = $fabric['close']; $relax_html = $relax['close']; $decoration_html = $decoration['close']; $sale_item_html = $sale_item['close']; //#自URL $url = $_SERVER['PHP_SELF']; //# URLによって開くボックスを決定 if (preg_match("/shopping2\/newlist\/[0-9]+\.html$/", $url)) { $new_item_html = $new_item['open']; } elseif (preg_match("/shopping2\/renew\/[0-9]+\.html$/", $url)) { $renew_item_html = $renew_item['open']; } elseif (preg_match("/shopping2\/(top\/interior(\-[0-9]+)?|list\/interior\-[^\/]+)\.html$/", $url)) { $interior_item_html = $interior_item['open']; } elseif (preg_match("/shopping2\/(top\/tableware(\-[0-9]+)?|list\/tableware\-[^\/]+)\.html$/", $url)) { $tableware_html = $tableware['open']; } elseif (preg_match("/shopping2\/(top\/fabric(\-[0-9]+)?|list\/fabric\-[^\/]+)\.html$/", $url)) { $fabric_html = $fabric['open']; } elseif (preg_match("/shopping2\/(top\/relax(\-[0-9]+)?|list\/relax\-[^\/]+)\.html$/", $url)) { $relax_html = $relax['open']; } elseif (preg_match("/shopping2\/(top\/decoration(\-[0-9]+)?|list\/decoration\-[^\/]+)\.html$/", $url)) { $decoration_html = $decoration['open']; } elseif (preg_match("/shopping2\/sale\/[0-9]+\.html$/", $url)) { $sale_item_html = $sale_item['open']; } elseif (preg_match("/shopping2\/detail\/([0-9A-Z]+)\-[0-9]+\.html$/", $url, $match)) { $shouhincode = $match[1]; //# postgreSQL接続 $con = pg_connect("dbname=dbpco000 user=dbpco000 password=Sherry7142"); //商品番号から第一カテゴリを取得 $sql = "select category1 from SHOUHIN where shouhincode = '".$shouhincode."'"; $res = pg_query($con, $sql); $row = pg_fetch_array($res); pg_free_result($res); //# postgreSQL切断 pg_close($con); if (isset($_SERVER['HTTP_REFERER']) && preg_match("/^http:\/\/www\.sherrytrifle\.com\/shopping2\/newlist\/[0-9]+\.html$/", $_SERVER['HTTP_REFERER'])) { $new_item_html = $new_item['open']; } elseif (isset($_SERVER['HTTP_REFERER']) && preg_match("/^http:\/\/www\.sherrytrifle\.com\/shopping2\/renew\/[0-9]+\.html$/", $_SERVER['HTTP_REFERER'])) { $renew_item_html = $renew_item['open']; } elseif (isset($_SERVER['HTTP_REFERER']) && preg_match("/^http:\/\/www\.sherrytrifle\.com\/shopping2\/sale\/[0-9]+\.html$/", $_SERVER['HTTP_REFERER'])) { $sale_item_html = $sale_item['open']; } elseif ($row['category1'] == "interior") { $interior_item_html = $interior_item['open']; } elseif ($row['category1'] == "tableware") { $tableware_html = $tableware['open']; } elseif ($row['category1'] == "fabric") { $fabric_html = $fabric['open']; } elseif ($row['category1'] == "relax") { $relax_html = $relax['open']; } elseif ($row['category1'] == "decoration") { $decoration_html = $decoration['open']; } } ?>
サービス
お問合せ

インテリアショップのセキュリティ

実在性の証明とプライバシー保護の為、日本ベリサインのサーバーIDを導入しSSL暗号化通信を実現しています。