COD AVAILABILITY

{% comment %} Start of Cash on Delivery postal code checker snippet Instructions: 1.Customize title, available, unavailable and placeholder messages below. 2.Customize success and failure colors. 3.Adjust the pixel spacing value (default 20) to best match the surroundings of the snippet. This will adjust spacing above and below the snippet. {% endcomment %} {% assign title = 'Check COD Availability' %} {% assign cod_available_message = 'Cash on Delivery is available!' %} {% assign cod_unavailable_message = 'Cash on Delivery is not available to this postal code.' %} {% assign placeholder_message = 'Postal code e.g. 414001' %} {% assign check_button_text = 'Check' %} {% assign success_color = '#468847' %} {% assign failure_color = '#FF0000' %} {% assign spacing_in_pixels = 20 %}

{{ title | escape }}

{% comment %} End of Cash on Delivery postal code checker snippet {% endcomment %}