From 573fd4a8486208a684ff6b29dba48b7042c16913 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Fri, 10 Jan 2025 13:03:31 +0800 Subject: [PATCH] Add switch for requesting manufacturing outside HK Signed-off-by: Egor Savkin --- static/js/shop_data.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 55216cc..9d7d88f 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -129,6 +129,12 @@ const shop_data = { {type: "Line", args: {title: "Please provide delivery address", 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, + }}, ]} ], -- 2.47.0