【Yahoo! ショッピング】ページ制作でよく使う自動生成ページのURLやHTML(検索フォーム等)

URL関連

ストアトップ(デフォルト/トリプル)

ストアクリエイターproのトップページ

https://store.shopping.yahoo.co.jp/{$shop_name}/

トリプルのトップページ

https://shopping.geocities.jp/{$shop_name}/

会社概要

https://store.shopping.yahoo.co.jp/{$shop_name}/info.html#head

ニュースレター

https://snlweb.shopping.yahoo.co.jp/shp_snl/optin/select/{$shop_name}

お買いものガイド

  • お支払いについて
  • お届けについて
  • 返品、交換、保証について

などの情報(ストアクリエイターの情報をもとに生成)

https://store.shopping.yahoo.co.jp/{$shop_name}/guide.html

お買い物かご

https://order.shopping.yahoo.co.jp/cgi-bin/cart-form

ショップレビュー

https://shopping.yahoo.co.jp/store_rating/{$shop_name}/store/review/

お問い合わせ

https://talk.shopping.yahoo.co.jp/contact/{$shop_name}/

 

HTML関連

検索フォーム

<form action="https://store.shopping.yahoo.co.jp/{$shop_name}/search.html" class="aside-searchform" method="get" name="form1" target="_top" accept-charset="euc-jp" onclick="document.charset='EUC-JP'; document.yahooSubmit.submit();">
<input type="text" placeholder="キーワードから探す" id="aside-searchform-input" name="p" autocomplete="off">
<input type="submit" value="検索" class="aside-searchform-submit">
</form>

※Class名などは変更してOK。
https://store.shopping.yahoo.co.jp/{$shop_name}/search.htmlに対して検索クエリをpで渡すだけ。

検索(search.html)で渡せるデータ

n = 表示件数( 20/50/100 )
p = 検索ワード
pf = 金額下限
pt = 金額上限
uIv = 在庫の有無(on / off)
uFs = 送料無料(on / off)
used = 新品/中古 (new / used)※指定がなければすべて表示
view = 表示形式( list / grid )
X = 並び順(おすすめ順→5、売れている順→4、新着順→99、安い順→2、高い順→3、レビュー件数順→8)

コメントを残す

メールアドレスが公開されることはありません。

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください