Settings
Configuring order attributes
When a customer chooses a delivery date or time on the cart or checkout pages (only for Shopify Plus merchants), the app adds custom attributes to the order. Those attributes will appear in your admin as extra attributes:
The app uses the Delivery date
and Delivery time
attribute keys by default, but you can override them. To do that, open the app and enter custom keys:
Format of values
- Delivery dates are saved using the
YYYY-MM-DD
ISO format. This format cannot be changed. - Delivery times are saved using the
HH:mm
ISO format. This format cannot be changed. - If you allow the "No preference" option, then the value will be saved as
no_preference
(for both date and time). This cannot be changed.