Compare commits

..

7 Commits

Author SHA1 Message Date
Egor Savkin 9195feb42e Move order options to the OrderForm, fix missing tooltip props, update tooltip contents
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-02-07 16:23:17 +08:00
Egor Savkin 6ca0f6e2ab Add css classes to the radio component, add shipping summary and other content fixes
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-02-02 17:24:01 +08:00
Egor Savkin feb43eb1d1 Add more order options and enhance the look of them
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-02-01 12:18:51 +08:00
Egor Savkin b145b8d9ad Add order options
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-01-30 17:20:29 +08:00
Egor Savkin 6b27ac49b5 Cache total price calculation
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-01-30 14:56:31 +08:00
Egor Savkin 20319b6500 Add flexible crate options
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-01-30 13:02:01 +08:00
Egor Savkin 8f334120cd Prototype crate and order options
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-01-29 17:26:59 +08:00
2 changed files with 25 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -779,7 +779,7 @@ const shop_data = {
'DAC temperature can be stabilized using the Sinara 8451 Thermostat (sold separately).'
],
options: [
{type: "Switch", args: {title: "TEC", outvar: "tec", tip: "Used for stabilizing temperature with Sinara 8451 Thermostat"}},
{type: "Switch", args: {title: "TEC chip", outvar: "tec_chip", tip: "Used for stabilizing temperature with Sinara 8451 Thermostat"}},
],
datasheet_file: '/docs/sinara-datasheets/5432.pdf',
datasheet_name: '5432 Zotino datasheet',
@ -870,6 +870,28 @@ const shop_data = {
idc: 1
}
},
'idc-mcx-adapter': {
id: 'idc-mcx-adapter',
name: 'MCX-IDC',
name_number: '5538',
name_codename: '',
price: 160,
image: '/images/shop/graphic-03_MCX-IDC.svg',
specs: [
'Breaks out analog signals from Zotino or HD68-IDC to MCX connectors.',
'Each card provides 8 channels.',
'Breaking out all 32 channels from a Zotino requires 4 MCX-IDC cards.'
],
size: 'big',
type: 'idc-bnc',
warnings: [
"no_idc_source"
],
consumes: {
hp: 8,
idc: 1
}
},
'hd68-idc-adapter': {
id:'hd68-idc-adapter',
name: 'HD68-IDC',
@ -1250,6 +1272,7 @@ const shop_data = {
itemIds: [
'idc-bnc-adapter',
'idc-sma-adapter',
'idc-mcx-adapter',
'hd68-idc-adapter',
'vhdcicarrier']},
{ name: 'Misc',