商品ページのタブ項目の変更と増設

  • Posts: 27
  • Thank you received: 0
9 years 7 months ago #168752

お世話になります。

商品ページの、商品説明部分(エディタに記載するもの)は「Description」で
重量等が「Specifications」となり、タブ表記になっています。

Specificationsの部分はエディタに記載することとし「Description」上で反映するようにしました。

そこで、
Comment → Review
Post a comment → Post a review
とタブの名称を変更したいのですが、どのように変更するのでしょうか。

また、このタブに、「Shipping & Return」「Warranty」の項目を増やしたいのですが、どのように設定&カスタマイズすればよいでしょうか。
「Shipping & Return」「Warranty」の項目は、全ての商品で同じ内容です。

もし増設がむりであれば、代替え案があればお願いします。

出来るだけ早く回答をお願いします。
お手数ですが、よろしくお願いいたしjます。

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 301
  • Thank you received: 24
9 years 7 months ago #169021

yukiko 様

1. 翻訳上書きにてタブのテクスト変更が可能です。
翻訳上書きの方法に関しましては、下記リンク先をご参考になさって下さい。
翻訳上書き

2. タブを追加なさりたい場合、ディスプレイ→閲覧経由で"show_tabular"ファイルを編集し、同ファイルにカスタムコードを追加して下さい。
下記リンク先トピックに追加すべきコードが記載されておりますので、ご参考になさって下さい。
追加コード


Hikari software日本語カスタマー担当チーフ
藤井律子

Please Log in or Create an account to join the conversation.

  • Posts: 27
  • Thank you received: 0
9 years 7 months ago #169124

ありがとうございます。

指示どおりやってみましたが、反映されません。
phpファイルを添付いたしますので、どこを変更したら良いのか教えてください。

よろしくお願いいたします。

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 27
  • Thank you received: 0
9 years 7 months ago #169136

添付ファイルの様に変えてみましたが、タブは若干反映しますが、内容が反映しません。
下記URLを見てください。
coolwatch31.com/nixon/nixon51-30/product/301-a124-019

どこが間違えて、どのようにすればよいでしょうか。
ご享受ください。よろしくお願いいたします。

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 301
  • Thank you received: 24
9 years 7 months ago #169255

yukiko 様

次のコード

<div class="hikashop_tabs_content" id="hikashop_show_shipping_&_return">
         <div>We accept returns only due to an initial failure or the watch is differing from the description/photograph. In that case, please contact us via e-mail within 7 days from the delivered day and return the watch to a predetermined address within 10 days according to the directions from us. We exchange/refund for it after we receive and check the watch. (We will give a full refund if no stock is available).</div>
</div>
      <div>
        <p>The warranty service is 1 year from the date of purchase. If an error of the movement occurs, please send us the Transaction/Order ID, the paypal transaction number, Description of the error, and the cause (please send us a photo also) via email. We will contact you promptly after checking the situation. However, if a failure occurred by an incidental/improper use (opening/closing the cover/lid, unfixed crown/button under water, giving the watch a shock due to dropping or hitting), the trouble is a breach of warranty. A failure of consumption parts; such as batteries, glass, a case part, and a belt, other than movement is not subject for warranty. If your watch is not functioning properly by initial failure, please contact us within 7 days after the watch is delivered. In that case we will provide exchange/refund /return for free. If we receive a contact after passing one week from the delivered day, the initial failure is out of warranty.We can accept repairing the watches which are out of a warranty. However in that case repairing and shipping charges will be buyer fs responsibility.</p>
</div>

の代わりに、下記のコードにして下さい。
<div class="hikashop_tabs_content" id="hikashop_show_shipping_&_return">
         <div>We accept returns only due to an initial failure or the watch is differing from the description/photograph. In that case, please contact us via e-mail within 7 days from the delivered day and return the watch to a predetermined address within 10 days according to the directions from us. We exchange/refund for it after we receive and check the watch. (We will give a full refund if no stock is available).</div>
</div>
      <div class="hikashop_tabs_content" id="hikashop_show_tabular_warranty">

        <p>The warranty service is 1 year from the date of purchase. If an error of the movement occurs, please send us the Transaction/Order ID, the paypal transaction number, Description of the error, and the cause (please send us a photo also) via email. We will contact you promptly after checking the situation. However, if a failure occurred by an incidental/improper use (opening/closing the cover/lid, unfixed crown/button under water, giving the watch a shock due to dropping or hitting), the trouble is a breach of warranty. A failure of consumption parts; such as batteries, glass, a case part, and a belt, other than movement is not subject for warranty. If your watch is not functioning properly by initial failure, please contact us within 7 days after the watch is delivered. In that case we will provide exchange/refund /return for free. If we receive a contact after passing one week from the delivered day, the initial failure is out of warranty.We can accept repairing the watches which are out of a warranty. However in that case repairing and shipping charges will be buyer fs responsibility.</p>
</div>

加えて、HTMLに「&」の字を入れるのはお勧め致しません。
問題のコード及びタブタイトルのコードから 「&」を削除することをお勧め致します。


Hikari software日本語カスタマー担当チーフ
藤井律子

Please Log in or Create an account to join the conversation.

Time to create page: 0.076 seconds
Powered by Kunena Forum