removed fp6 from shop
All checks were successful
Deploy / build-deploy (push) Successful in 5m35s

This commit is contained in:
Jorijn van der Graaf 2026-09-05 18:38:39 +02:00
commit 25805a093a
20 changed files with 788 additions and 805 deletions

View file

@ -192,8 +192,9 @@ export struct Product {
// Deliberately NOT accompanied by a GTIN: the device is materially
// modified (different OS), and Google's product-data rules say a
// customized product must not carry the original manufacturer's GTIN —
// which also matches the legal framing that this is a Fairphone with
// different software, not a Catcrafts-manufactured phone. Empty = omit.
// which also matches the legal framing that this is the manufacturer's
// device with different software, not a Catcrafts-manufactured one.
// Empty = omit.
std::string brand;
// "available" — buyable now. "coming-soon" — listed with launch prices,
// orders not open yet. "unavailable" — listed but not sellable (sourcing
@ -220,7 +221,7 @@ export struct Product {
// decides how many units fit one parcel. A destination the carrier has no
// bracket for is refused at checkout rather than priced from a guess.
std::int64_t shipWeightGrams = 0;
// Root-relative path of the product photo, e.g. "/fp6-pmos.jpg". Served
// Root-relative path of the product photo, e.g. "/widget.jpg". Served
// from our own origin like every other asset — the privacy notice's
// "everything comes from catcrafts.net" applies to product images too.
std::string image;