How to add delivery time for Dawn theme for free.

I use Dawn theme for my web site.

I would like to add delivery time for free.

I have created a following snippet but I can’t find where to put.

{{ ‘//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css’ | stylesheet_tag }}

Please help me!

Hey @purplespoon

You need to add to the cart-template.liquidfile. Look for the <form> element containing the cart form. Inside the form, find an appropriate location where you want to display the delivery time input field. A good location could be right before the “cart__update-wrapper” div or before the submit button.

Also, you need to load the required jQuery UI CSS to the theme.liquid file.

{{ '//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css' | stylesheet_tag }}
1 Like