Browse Documentation
Back to Integration Overview
🛍️

Shopify Integration

E-commerce • 1-Click Theme Extension

Easily embed lead capture forms, custom product inquiries, or survey popups into your Shopify store without editing complicated Liquid template files manually.

Method 1: Theme App Extension (Recommended)

Shopify Online Store 2.0 themes allow you to add forms visually from the Theme Editor.

  1. Log in to your Shopify Admin Dashboard.
  2. Go to Online Store > Themes and click Customize on your active theme.
  3. In the left sidebar, click Add Block (or Add Section) on the section where you want the form.
  4. Under Apps, select Form Web App Extension.
  5. Select your Form ID from the app configuration dropdown and click Save in the top right corner.

Method 2: Custom Liquid Template Embed

If you are using custom liquid code or legacy Shopify themes, you can embed the script directly:

<!-- Paste inside your theme.liquid or main-product.liquid -->
<div id="form-app-container" data-form-id="YOUR_FORM_ID"></div>
<script src="https://email-marketing-liart.vercel.app/api//widget.js" async></script>