Overview
The plugin’s configuration is a single page under Settings → Plugins → Estimated Delivery. It has eight tabs across the top and one Save button on the right. Everything is per sales channel — switch the sales channel using the picker at the top of the page before editing.
The eight tabs
Section titled “The eight tabs”| # | Tab | Use it for |
|---|---|---|
| 1 | General | Master on/off for the sales channel and Dynamic Product Group inheritance |
| 2 | Widget | Pure styling and labels — what the widget looks like, in any context |
| 3 | Product Page | Whether to show the widget on the product detail page, and overrides for that context |
| 4 | Shopping Cart | Same, for the cart page |
| 5 | Checkout | Same, for the checkout confirm page |
| 6 | Checkout Register | Same, for the account / register page |
| 7 | Settings | The date math — working days rule, holidays rule, min/max days, cutoff times, date format |
| 8 | Translation | Storefront snippets — message, tooltip, step labels, weekday and month names |
How to think about it
Section titled “How to think about it”Roughly speaking:
- What it says lives in Translation.
- What it looks like lives in Widget.
- What dates it computes lives in Settings.
- Where it appears lives in Product Page, Shopping Cart, Checkout, Checkout Register.
- Whether it runs at all lives in General.
The Widget tab also drives a live preview on the right-hand side of the page. As you change colours, fonts or labels, the preview re-renders with your sample data so you can iterate without reloading the storefront.
Saving and discarding changes
Section titled “Saving and discarding changes”The plugin tracks unsaved changes across tabs. If you switch tab with pending edits and you have not clicked Save, the plugin asks you to confirm — “Changes were not saved. Are you sure you want to discard your changes?” — and either discards the edits or cancels the navigation.
The Save button writes the configuration for the currently selected sales channel only. To roll the same configuration out to multiple channels you can either:
- Configure once at the All sales channels level (top of the sales-channel picker) — this becomes the inherited default.
- Or open each sales channel in turn and save its overrides explicitly.
Where to go next
Section titled “Where to go next”- Widget — colours, fonts, layout
- Page positions — where the widget appears on each page
- Settings — working days, holidays, cutoff, date format
- Translations — message, tooltip, step labels, calendar names