How to edit the HTML of the title of my shipping rates at checkout?

Hi,

I’d like to insert a bit of HTML code that automatically displays the estimated delivery date of products. To do this, I think I’ll need to edit the HTML of the shipping rate titles at checkout. Is there any way that I can do this? Help would be greatly appreciated.

Hello @CC02 ,

You can try to follow these steps;

  • Go to Online Stores → Settings → Shipping and Delivery
  • Find the shipping zone you want to add the estimated delivery date to and click on “Edit”.
  • Under “Shipping rates”, click on “Edit” for the shipping rate that you want to customize.
  • In the “Rate name” field, add the estimated delivery date information using HTML code. For example, you could use the following code:
Standard Shipping (Estimated delivery date: [insert estimated delivery date here])
  • Save changes

Hope this can help you out.

OneCommerce team

Hi,

How can I paste this code into the rate name field? The code I’m wanting to use exceeds the 128 character limit for rate name fields. I was unaware that you could input HTML code into regular fields such as this anyways but, then again, I’m no tech genius.