Compare commits

...

1 Commits

Author SHA1 Message Date
573fd4a848 Add switch for requesting manufacturing outside HK
Signed-off-by: Egor Savkin <es@m-labs.hk>
2025-01-10 13:03:31 +08:00

View File

@ -129,6 +129,12 @@ const shop_data = {
{type: "Line", args: {title: "Please provide delivery address", {type: "Line", args: {title: "Please provide delivery address",
outvar: "shipping_instructions", fallback: "",}}], outvar: "shipping_instructions", fallback: "",}}],
]}, ]},
{type: "Switch", args: {
title: "I would like this order made outside Hong Kong (see FAQ)",
outvar: "outside_hk",
tip: "For the convenience of our customers who may be discouraged from doing business with companies registered in Hong Kong, M-Labs can manufacture Sinara hardware orders upon request in Manila, Philippines. Additional fees and terms may apply.",
fallback: false,
}},
]} ]}
], ],