This commit is contained in:
parent
fe489673be
commit
b49042a626
8 changed files with 143 additions and 28 deletions
|
|
@ -136,6 +136,13 @@ export struct Product {
|
|||
std::string slug;
|
||||
std::string name;
|
||||
std::string tagline;
|
||||
// The hardware manufacturer, for the Product schema's brand field.
|
||||
// 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.
|
||||
std::string brand;
|
||||
// "available" — buyable now. "coming-soon" — listed with launch prices,
|
||||
// orders not open yet. "unavailable" — listed but not sellable (sourcing
|
||||
// gap, price swing). In both closed states the page stays up, the buy
|
||||
|
|
|
|||
Loading…
Reference in a new issue