I am using this code to show estimated delivery dates for products. It works well, except it DOES NOT exclude holidays, like it is supposed to. Any ideas on what I did wrong?
{% if settings.dates_show %}
Estimated delivery dates (US orders only):
FREE shipping: **-**
Express shipping: **-**
{{ '//cdnjs.cloudflare.com/ajax/libs/moment.js/2.16.0/moment.min.js' | script_tag }}
{% endif %}