LEMO Store — Migration Checklist¶
When moving from lemo-test.myshopify.com to the company Shopify account, follow this order.
Before You Start¶
- Finalise all theme changes in the browser editor or local files
- If you made changes via browser: run
shopify theme pull --store=lemo-test.myshopify.com -t "JBS/LEMO Customs" --forceto sync them locally first
Step 1: Theme Transfer (via CLI → .zip)¶
The theme carries: templates, CSS, sections, color settings, product-specs, card hover effects, all of it.
Option A — download from admin: 1. Online Store → Themes → JBS/LEMO Customs → ... → Download theme file
Option B — via CLI zip (so I can do it from here):
shopify theme zip --store=lemo-test.myshopify.com -t "JBS/LEMO Customs"
Step 2: Data Transfer (via Matrixify app)¶
Install Matrixify on both stores (free demo plan lets you test 10 items).
From old store — export: - Products (including metafields) - Custom Collections + Smart Collections - Pages ✔️ (body content transfers) - Navigation Menus ✔️ - Blog Posts - Redirects - Files (images) - Customers (if needed)
To new store — import: Same file(s), import into new store.
Skip: Orders, Draft Orders, Discounts, Payouts (company store starts fresh).
Step 3: Manual Config (not transferable)¶
Must be redone in Shopify admin:
- Shipping zones and weight-based rates
- Payment gateways
- Tax settings
- Store password (set a new one)
- Domain (connect company domain)
- Search & Discovery filter groups (recreate tag-based filters)
- Product template assignment (bulk-select products → More actions → Change template →
lemo-product)
Step 4: Verify¶
- Homepage looks right (hero, series grid, footer)
- Series pages render correctly (B, S, T, etc.)
- Product pages show spec table from tags
- Navigation menu links work
- Collections filter correctly
- Cart and checkout work
- 404 page shows
Theme Files That Transferred¶
| File | Role |
|---|---|
templates/page.lemo-s-series.liquid |
S Series info page |
templates/page.*.json |
Series selector pages (B, K, M, S, T, SP, D) |
templates/page.optima.json |
Optima page |
templates/page.supreme.json |
Supreme page |
templates/product.lemo-product.json |
LEMO product template |
templates/product.lemo2.json |
LEMO product alt template |
sections/product-specs.liquid |
Tag-based spec table |
sections/s-series.liquid |
S Series section |
layout/theme.liquid |
Custom CSS variables (--lemo-navy, etc.) |
assets/REDEL P series plug.png |
Connector image |
config/settings_data.json |
Color schemes, announcement bar, footer text |
Links¶
- Matrixify app: https://apps.shopify.com/excel-export-import
- New store admin: https://admin.shopify.com/store/lemo-test (replace with company store URL)
- Theme zip command:
shopify theme zip --store=lemo-test.myshopify.com -t "JBS/LEMO Customs"
Related¶
- [[JBS LEMO Shopify Storefront]]
- [[LEMO Site Tree]]
- [[Things to Fix - LEMO Store]]
- [[Index]]