テンプレのバナーの色を替える
- saatscommerce
- 2023年7月27日
- 読了時間: 2分

商品説明テンプレートの設定は詳細設定の商品テンプレートにて行います。

特にご変更をされない場合は、そのままご利用いただくことで
表示されているような形でeBayの出品画面にも表示されますが
もしこちらをご変更になられたい場合は、アイコンをクリックして装飾を行うか
あるいは、ソースコードを表示させるボタンである< >をクリックして
ソースコードを表示させてから、ソースコードをご入力ください。

イメージ動画
もし色々とお試しになられて元に戻されたいとなりました場合はリセットをする機能がございませんので、ソースコードを表示させた状態で以下のコードを貼り付けていただくことで元に戻すことができます。
==ここから==
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<h1 align="center" style="font-size:29px; color:#000000;"><br></h1>
<p class="sub_tit" style="width:780px; line-height:30px; padding:10px;background-color:#330000; color:#FFFFFF; font-size:35px; font-weight:bold;">
Description</p>
<p class="sub_text" style="width:660px;padding:0px 10px;">{$itemdesp}<br></p>
<p class="Payment" style="width:780px;line-height:40px;padding:10px;background-color:#330000;color:#FFFFFF;font-size:35px;font-weight:bold;">
Payment
</p>
<p class="sub_text" style="width:660px;padding:0px 10px;">
Please pay within 4 days after purchase.</p>
<p class="Shipping" style="width:780px;line-height:40px;padding:10px;background-color:#330000;color:#FFFFFF;font-size:35px;font-weight:bold;">
Shipping
</p>
<p class="sub_text" style="width:780px;padding:0px 10px;">Please refer to Shipping and handling.</p><p class="sub_text" style="width:780px;padding:0px 10px;">About other area, please ask me.<br><br></p>
<p class="sub_tit" style="width:780px; line-height:40px;padding:10px;background-color:#330000;color:#FFFFFF;font-size:35px;font-weight:bold;">
Returns
</p>
<p class="sub_text" style="width:780px;padding:0px 10px;">
Returns are accepted ONLY if the item was not the item described.
</p>
<p class="sub_tit" style="width:780px;line-height:40px;padding:10px;background-color:#330000;color:#FFFFFF;font-size:35px;font-weight:bold;">
International Buyers - Please Note:
</p>
<p class="sub_text" style="width:780px;padding:0px 10px;">
* Import duties, taxes and charges are not included in the item price or shipping charges. These charges are the buyer's responsibility.
<br>
* Please check with your country's customs office to determine what these additional costs will be prior to bidding/buying.
<br>
* These charges are normally collected by the delivering freight (shipping) company or when you pick the item up - do not confuse them for additional shipping charges.
<br><br>
</p>
==ここまで==
ソースコードは自由にご変更いただくことが可能ですが、変更を加えると現在ツールから出品されている全ての商品のデータが上書きされてご変更になられた内容に変わりますのでお気をつけください。
Comments