{% comment %} Product-page placement (study §3.7 "Delivery/availability information can surface at the product level"). Renders the same widget in read-only "preview" mode: it shows the earliest available date per method and collects nothing — the interactive picker still lives on the cart page. Merchants add this block to their product template from the theme editor. {% endcomment %}
{% schema %} { "name": "t:product_availability.name", "target": "section", "settings": [ { "type": "text", "id": "heading", "label": "t:product_availability.heading_label", "default": "Delivery & pickup availability" }, { "type": "checkbox", "id": "show_shipping", "label": "t:datetime_picker.show_shipping_label", "default": true }, { "type": "checkbox", "id": "show_local_delivery", "label": "t:datetime_picker.show_local_delivery_label", "default": true }, { "type": "checkbox", "id": "show_pickup", "label": "t:datetime_picker.show_pickup_label", "default": true }, { "type": "text", "id": "location_id", "label": "t:datetime_picker.location_id_label", "info": "t:datetime_picker.location_id_info" } ] } {% endschema %}