This commit is contained in:
parent
eb655b24b6
commit
25805a093a
20 changed files with 788 additions and 805 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue