Delm + EComposer
You can integrate your delivery widgets into custom pages built with EComposer by using the Code element. This allows you to place a delivery estimate anywhere within your custom layout.
1. Enable the Delm Core app embed
The Delm Core app embed is required whenever you add widgets directly to your theme templates via custom code rather than using standard app blocks.
- Go to Shopify Admin > Online Store > Themes > Customize.
- Open App embeds on the left.
- Toggle Delm Core to ON and click Save.

2. Copy your widget embed code
You need the specific Liquid snippet for the widget you want to display.
- Open the Delm app and go to the Widget section.
- Select the widget you want to use.
- Click Install and navigate to the Liquid tab.

- Copy the code snippet (it looks like
<delm-widget ...></delm-widget>).

3. Add the Code element in EComposer
Now you can place this code anywhere on your EComposer page.
- Open your page in the EComposer Builder.
- Search for the Code element in the left-hand sidebar elements list.

- Drag and drop the Code element onto your page where you want the delivery date to appear.
- In the element settings on the left, find the Custom code field.
- Paste the snippet you copied from Delm into this field.

- Save and Publish your page.
4. Verification
Once published, view your live page. The widget will automatically load and calculate the delivery date based on the product context of that page.
Updated on: 20/02/2026
Thank you!