← back to Dw Vendor Microsites

vendors/fromental/MANIFEST-NOTE.md

38 lines

# Fromental — manifest entry needed (NOT yet added)

The shared `manifest.json` was intentionally **not edited** during this scaffold
(per onboarding instruction). Before this microsite deploys, add an entry like:

```json
"fromental": {
  "vendor_code": "fromental",
  "vendor_name": "Fromental",
  "catalog_table": "fromental_catalog",
  "is_private_label": false,
  "house_name": "Fromental",
  "subdomain": "fromental",
  "banned_names": [],
  "table_count": 735,
  "samples_only": true,
  "status": "OK",
  "build_status": "BUILT",
  "deploy_status": "PENDING",
  "wave": null,
  "port": null,
  "quote_only": true
}
```

Notes:
- **Fromental is customer-facing, NOT private-label** → `banned_names: []`, no scrub.
- **Quote-only line** — `samples_only: true` (no prices/checkout in the viewer).
- Catalog table `fromental_catalog` is populated LOCALLY (735 rows) from
  `products.json`. The repo's `lib/export-catalog.sh` reads via `ssh my-server`
  (Kamatera) — the local staging JSONL was exported directly from the local
  `dw_unified.fromental_catalog` for this scaffold. When deploying, either point
  the export at whichever DB holds the table, or ship `staging/fromental.jsonl`.
- **Settlement gate** applies to Fromental (scenic / botanical / bird-heavy line)
  — run before publishing any product images.
- Subdomain: `fromental.designerwallcoverings.com` (deploy is GATED — see the
  pending-approval memo).