Liquid code dilevery and count

Topic summary

A user is asking whether it’s possible to create a Liquid code snippet that dynamically displays a green dot with green text showing estimated delivery dates (e.g., “ordered today will be delivered between February 24 and February 29”). The delivery window is 3 to 5 working days, and the code should automatically calculate and update these dates daily.

Response:
Another user suggests a simpler alternative: using a static text block stating “packages take 3 to 5 working days,” which customers would understand without needing dynamic date calculations.

Status: The question remains open, with no definitive Liquid code solution provided yet.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

i want to know if its possible with a liquid code that a green dot with the text in green ‘‘ordered today will be delivered between February 24 and February 29’’ because my packages take 3 to 5 working days. and that he calculates that every day

Hi @vieamira ,

I think easier solution that you put text block with content: “packages take 3 to 5 working days”, customer will understand that :hugs:

1 Like