# Rooflights — Suggested Shopify Data Fixes

Manual fixes to Shopify product data that would improve the GMC feed. These are source data issues that the feed manager intentionally does not paper over.

## 1. Truncated description bullet points (7 products, 369 variants)

Bullet point text is cut off mid-word in the Shopify `descriptionHtml`. Likely a character limit issue from an earlier data migration.

| Truncated | Should be |
|---|---|
| `timber ker` | `timber kerb` |
| `glazed uni` | `glazed unit` |
| `RAL 701` | `RAL 7016` |

**Products to fix:**
- `14971956167042` — Brett Martin Flat Glass Rooflight Electric Hinge to suit a Builders Kerb
- `14971956199810` — Brett Martin Flat Glass Rooflight Electric Hinge with PVC Kerb
- `14971959181698` — R&S Flat Glass Electric Opening Rooflight to fit Builders Kerb
- `14971959280002` — R&S Flat Glass Electric Opening Rooflight with PVC kerb
- `14971959345538` — R&S Flat Glass Manual Hinge Rooflight with Winding Rod and PVC Kerb
- `14971959411074` — R&S Flat Glass Manual Hinge Rooflight with winding rod to fit Builders Kerb
- `14971959509378` — R&S Flat Glass Rooflight Top Only

**Fix:** Edit each product's description in Shopify admin, find the `<li>` bullet points, and complete the truncated words.

## 2. "/ Standard" in variant titles (2 products, 14 variants)

The "Glass Spec" option uses "Standard" as a value, which is meaningless to shoppers. Should describe what "Standard" actually is (e.g. "Clear Laminated").

**Products to fix:**
- `14949918409090` — Astroglaze Electric Hinged Laminated Glass Rooflight
- `14971955413378` — Astroglaze Flat Fixed Laminated Glass Rooflight

**Fix:** In Shopify admin, rename the "Standard" option value to the actual glass specification (e.g. "Clear Laminated"). The "Solar Control" value is already descriptive.

## 3. "/ Yes" and "/ No" in variant titles (7 products, 516 variants)

The "Easy Clean Coating" option uses "Yes" / "No" as values. These appear in customer-facing titles as meaningless "/ Yes" or "/ No" suffixes.

**Products to fix:**
- `14971959181698` — R&S Flat Glass Electric Opening Rooflight to fit Builders Kerb
- `14971959280002` — R&S Flat Glass Electric Opening Rooflight with PVC kerb
- `14971959345538` — R&S Flat Glass Manual Hinge Rooflight with Winding Rod and PVC Kerb
- `14971959411074` — R&S Flat Glass Manual Hinge Rooflight with winding rod to fit Builders Kerb
- `14971959509378` — R&S Flat Glass Rooflight Top Only
- `14971959607682` — R&S Flat Glass Rooflight with PVC Kerb
- `14971959116162` — Mardome Trade Smoke Vent to suit Builders Kerb

**Fix:** Rename the option values: "Yes" → "Easy Clean", "No" → "Standard". Or rename "Yes (Increased Lead Time)" → "Easy Clean" etc.

## 4. "n/a Solid Lid" in variant titles and color field (1 product, 11 variants)

The "Finish" option has a value of "n/a Solid Lid" for smoke vent variants with a solid lid (no glass, so no finish applies). The literal "n/a" appears in customer-facing titles and in the `g:color` feed attribute.

**Product to fix:**
- `14971960131970` — Thermadome AOV Smoke Vent with 150mm PVC kerb to suit a builders kerb (requires weathering)

**Fix:** Rename the "Finish" option value from "n/a Solid Lid" to "Solid Lid" or "Insulated".
