Hi,
How do I change the Shipping calculated at checkout text on plak theme product page ?
Thanks in advance
Hi @pet-master
Katrine from Plak support here
In order to change the change (Shipping calculated at checkout), please follow these steps :
- From your Shopify dashboard, click Online store > Actions > Edit languages
- Click on Products in the top navigation menu
- Head to Shipping policy html
- There you can change the text
- Click Save
Kind regards,
Katrine| Plak theme support
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as a Solved Solution
Hi Katrine,
I'm currently using Plak v1.8
How can I remove the [Shipping calculated at checkout] line from the product pages.
On both desktop and mobile product pages.
Thanks,
Michael Gonzalez
Hi @shaaba1
In order to remove completely the text (Shipping calculated at checkout), please follow these steps :
- From your Shopify dashboard, click Online store > Actions > Edit code
- Open the files prod-template1.liquid and prod-template2.liquid
- Remove the below code
{%- if shop.shipping_policy.body != blank -%}
{{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- endif -%}
- Click Save
- Open the file cart-template.liquid
- Remove this code
{%- capture taxes_shipping_checkout -%}
{%- if shop.taxes_included and shop.shipping_policy.body != blank -%}
{{ 'cart.general.taxes_included_and_shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- elsif shop.taxes_included -%}
{{ 'cart.general.taxes_included_but_shipping_at_checkout' | t }}
{%- elsif shop.shipping_policy.body != blank -%}
{{ 'cart.general.taxes_and_shipping_policy_at_checkout_html' | t: link: shop.shipping_policy.url }}
{%- else -%}
{{ 'cart.general.taxes_and_shipping_at_checkout' | t }}
{%- endif -%}
{%- endcapture -%}
<div class="cart__shipping rte">{{ taxes_shipping_checkout }}</div>
- Click Save
I hope this may help 🙂
Kind regards,
Katrine | Plak support
Hi Katrine,
Once again it worked like a charm.
Thanks,
Michael Gonzalez
Welcome to the Shopify Forum Community provided by Plak ThemeLLC, a place where you can discuss about eCommerce and Shopify, solve technical issues, get help with Shopify Design, Apps integration, Marketing, Facebooks ad, Google ads and more.
Before posting, we invite you to read and follow the forum rules | We also support any questions related to Free Shopify themes :Dawn, Express, Minimal, Brooklyn, Narrative, Supply, Debut, Venture, Boundless and Simple