How to add estimated delivery date code under add to cart button?

Can someone please give me the code to add an estimated delivery under the add to cart button on all of my product pages.

" Order today and receive your order by …th - …th (3-6 days from the current date).

PS. if you can add a delivery logo at the beginning of the sentence that would be great.

https://hothugger.com/

Refresh theme

thank you

@Finn4 - if you add only notice and not the date, so notice like - Order today and receive your order in 3-6 business days

this would be easy and by changing theme code , it can be put for all the products

Hello @Finn4 ,

Welcome to Shopify Community! I’m happy to assist you with anything you need.

To add an estimated delivery date under the “Add to cart” button on your product pages, you will need to edit the HTML code for your theme. Here is an example code:

Order today and receive your order by  -  (3-6 days from the {{ 'now' | date: '%Y-%m-%d }}).

How it should look after the you implement the code :

Where do I put this code?

thank you

Hello @Finn4

Add below code to main-product.liquid after

Order today and receive your order by  -  (3-6 days from the {{ 'now' | date: '%Y-%m-%d' }})