forked from M-Labs/web2019
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
573fd4a848 | |||
3daa02c5bb |
@ -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,
|
||||||
|
}},
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -915,6 +921,8 @@ const shop_data = {
|
|||||||
'Each card provides 8 channels.',
|
'Each card provides 8 channels.',
|
||||||
'Breaking out all 32 channels from a Zotino requires 4 SMA-IDC cards.'
|
'Breaking out all 32 channels from a Zotino requires 4 SMA-IDC cards.'
|
||||||
],
|
],
|
||||||
|
datasheet_file: '/docs/sinara-datasheets/5518-5528.pdf',
|
||||||
|
datasheet_name: '5518 BNC-IDC / 5528 SMA-IDC datasheet',
|
||||||
size: 'small',
|
size: 'small',
|
||||||
warnings: [
|
warnings: [
|
||||||
"no_idc_source"
|
"no_idc_source"
|
||||||
@ -956,7 +964,7 @@ const shop_data = {
|
|||||||
'Connects an external HD68 cable to IDC-BNC, IDC-SMA or IDC-MCX cards.',
|
'Connects an external HD68 cable to IDC-BNC, IDC-SMA or IDC-MCX cards.',
|
||||||
],
|
],
|
||||||
datasheet_file: '/docs/sinara-datasheets/5568.pdf',
|
datasheet_file: '/docs/sinara-datasheets/5568.pdf',
|
||||||
datasheet_name: '5518 BNC-IDC / 5528 SMA-IDC datasheet',
|
datasheet_name: '5568 HD68-IDC datasheet',
|
||||||
size: 'small',
|
size: 'small',
|
||||||
options: [
|
options: [
|
||||||
{type: "Radio", args: {title: "Cable length", outvar: "hd68_cable_len", variants: ["1 M", "2 M", "3 M"], tip: "The desired length of the HD68 cable", fallback: 1}},
|
{type: "Radio", args: {title: "Cable length", outvar: "hd68_cable_len", variants: ["1 M", "2 M", "3 M"], tip: "The desired length of the HD68 cable", fallback: 1}},
|
||||||
|
Loading…
Reference in New Issue
Block a user