What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I add details to my shipping method in Debut theme?

How can I add details to my shipping method in Debut theme?

lorenzoc
Tourist
4 0 0

Hello there, how could I add details in the shipping method?
I want add explain why it's a Gratis/Free shipping.
I'm using Debut theme.
I already saw the weight and price conditions in shipping.

ScreenCheckOut.png

Replies 5 (5)

Andrew
Shopify Staff (Retired)
1746 173 324

Hi @lorenzoc,

Hyde here from Shopify. Interesting question!

You could obviously give a very brief explanation within the shipping title itself when creating the shipping rate. In other words, when it comes to point for in the steps to create the rate as outlined here, you could enter an explanatory name: 

21-03-kj1kf-sng0d

 For example, the name could be "free shipping for such and such a reason". The alternative would be to use the language editor and edit some of the wording in the checkout. Simply type in "shipping" into the search bar and you'll see all the different options that you could edit to clarify your shipping

21-03-u9nhg-5man5

 

I hope this all helps! Let me know if you have any further questions.

All the best, Hyde.

To learn more visit the Shopify Help Center or the Community Blog.

lorenzoc
Tourist
4 0 0

Hello there and thank you so much for your replay!

I would like to ask you if by changing the theme it's possible to enter in some way these details. Is it?
Because I've already see sites made in shopify with these more details in the shipping method.


I also thought that I could go and change the code, but if I'm not wrongI read that check-out is only editable for ShopifyPlus. Right?

Andrew
Shopify Staff (Retired)
1746 173 324

While I cannot speak to other stores, I can confirm that you absolutely cannot edit the checkout, regardless of the theme. Really the language editor or shipping rate names are the only two ways of achieving what you're looking to achieve. -Hyde

To learn more visit the Shopify Help Center or the Community Blog.

lorenzoc
Tourist
4 0 0

Thank you for your support.

I was reading this page about my problem:
https://help.shopify.com/en/manual/orders/status-tracking/customize-order-status/show-content-based-...

 

I thought "Great, I found the solution", but I tried the script suggested and it doesn't works:

  <script>
    // DEBUG {{ checkout.shipping_method.title }} has been used
    {% if checkout.shipping_method.title == 'Ritiro' %}
      Shopify.Checkout.OrderStatus.addContentBox(
        `<p>Okay, we're ready for you to collect your products from 17 Mapple Crescent, Toronto. Our store is open 9:00 to 5:00 every day.</p>`
      )
    {% endif %}
  </script>
Andrew
Shopify Staff (Retired)
1746 173 324

If that addresses your question then I may have initially misunderstood what you were asking and I'm glad that you found this document yourself! That said, the document does stipulate at the very top:

21-03-kdv4n-b8tcd

 In other words, I would be unable to support your efforts to edit the coding to this end. If you're having difficulty implementing it yourself you may need to reach out to a Shopify Expert

All the best, Hyde. 

To learn more visit the Shopify Help Center or the Community Blog.