ShopifyやEコマースに関連することを話してみよう
テーマはSimpleを使用しています。
商品の値段の下にある、「税込 配送料は購入手続き時に計算されます。」の文言を削除したいのですが、初心者の為やり方が分かりません。ご存じの方がいらっしゃいましたら、お教えていただけると嬉しいです。
どうぞよろしくお願い致します。
解決済! ベストソリューションを見る。
成功
該当テーマの「アクション」ボタンを押し、「コードを編集」を選び、sections内のproduct-template.liquidを選んで、表示されたコードの中から以下の箇所を探し削除すれば消えると思います。
{%- if cart.taxes_included or shop.shipping_policy.body != blank -%}
<div class="product-single__policies rte">
{%- if cart.taxes_included -%}
{{ 'products.product.include_taxes' | t }}
{%- endif -%}
{%- if shop.shipping_policy.body != blank -%}
{{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- endif -%}
</div>
{%- endif -%}
または、以下のようなCSSをテーマのスタイルシートに追加することでも消すことはできると思います。
.template-product .product-single__policies{
display:none;
}
ただしLiquidもCSSもよくわからないという場合は、エキスパートやパートナーなどの業者に依頼されることをお勧めします。
成功
該当テーマの「アクション」ボタンを押し、「コードを編集」を選び、sections内のproduct-template.liquidを選んで、表示されたコードの中から以下の箇所を探し削除すれば消えると思います。
{%- if cart.taxes_included or shop.shipping_policy.body != blank -%}
<div class="product-single__policies rte">
{%- if cart.taxes_included -%}
{{ 'products.product.include_taxes' | t }}
{%- endif -%}
{%- if shop.shipping_policy.body != blank -%}
{{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- endif -%}
</div>
{%- endif -%}
または、以下のようなCSSをテーマのスタイルシートに追加することでも消すことはできると思います。
.template-product .product-single__policies{
display:none;
}
ただしLiquidもCSSもよくわからないという場合は、エキスパートやパートナーなどの業者に依頼されることをお勧めします。
Shopify アカデミーの学習パスと認定スキルバッジExpanding Your Shopify Business Internationallyを活用して、国際的にビジネ...
By Shopify Feb 7, 2025Shopify アカデミーの学習パスB2B on Shopify:立ち上げとカスタマイズで卸売販売に進出しましょう。これら3つの無料コースは、ShopifyストアでB2B機能...
By Shopify Jan 31, 2025サポートの選択肢が増えていく中、最適となる選択の判断が難しくなっているかと存じます。今回は問題の解決に最適となるサポートの選択方法を、紹介させて頂きます。 選択肢のご紹介...
By Mirai Oct 6, 2024