Skip to content

Things to Fix — LEMO Store

Ongoing list of issues found on the JBS/LEMO Shopify store. Tick them off as they're resolved.

High Risk (hardcoded paths)

  • /blogs/product-insights/identifying-your-lemo-connector in templates/page.faq.json:63 — 404s if blog article handle changes
  • /collections/termination-tools in sections/footer-group.json:21 — 404s if collection doesn't exist
  • /collections/accessories in sections/footer-group.json:21 — 404s if collection doesn't exist
  • /pages/frequently-asked-questions in sections/footer-group.json:28 — likely a duplicate of /pages/faq
  • All shopify://collections/*-copy entries in series selector templates — stripped -copy suffixes and pushed (2026-07-08)
  • shopify://pages/s-series-1 in page.series-selector.json:79 — verify this page handle exists
  • shopify://pages/high-voltage-connectors in page.supreme.json:50 — verify this page exists

Empty Buttons

  • Nuclear Series in page.supreme.json — button renders with no link
  • F Series in page.optima.json — button renders with no link
  • https://www.lemo.com/int_en/solutions/originals/s-indoor-stepped-insert.html — in both page.lemo-s-series.liquid and sections/s-series.liquid
  • https://web.lemo.com/img/resources/catalog/ROW/UK_English/SE_series.pdf — same two files
  • https://www.lemo.com/en/our-world/media/resources — in footer

Product Images

  • Normalise product image sizes — LEMO-supplied images vary in dimensions; need consistent sizing across catalogue. Possible approaches: batch resize via script, CSS object-fit containment, or Shopify's built-in image cropping

Missing Collections

These collection handles are referenced in series selector templates but don't exist yet (their -copy originals had 0 products so no clean collection was created). Create them in Shopify admin and assign products.

  • Create d-series-cable-plugs collection
  • Create e-series-cable-plugs collection
  • Create f-series-panel-and-fixe-sockets collection
  • Create f-series-cable-plugs collection
  • Create k-series-cable-sockets collection
  • Create k-series-cable-plugs collection
  • Create redel-p-series-cable-sockets collection
  • Create redel-sp-series collection
  • Create s-series-cable-sockets collection
  • Create t-series-cable-plugs collection
  • Create m-series-cable-sockets collection

Connector Illustrations

  • Replace placeholder connector SVGs with proper line drawings (B, S, T, P, K series)
  • PR cable socket SVG — user creating via Canva; needs styling to match plug image style
  • Consider tracing official LEMO PDF wireframes from Solutions Selection Guide (pages 6-7) for cleaner series-agnostic connector profiles
  • Configure social media links in config/settings_data.json (all 9 currently empty)