Add arm length options for MAT (12ft/17ft) and Techna (12ft/14ft)
This commit is contained in:
@ -85,8 +85,11 @@
|
||||
"image": "barrier",
|
||||
"imageFile": "Mat.jpeg",
|
||||
"requiredParts": [
|
||||
{ "id": "op-unit-barrier", "name": "Mega Arm Tower Barrier Gate Operator(MAT)", "qty": 1, "unitPrice": 3195 },
|
||||
{ "id": "barrier-arm", "name": "Barrier Arm (8ft Aluminum)", "qty": 1, "unitPrice": 395 }
|
||||
{ "id": "op-unit-barrier", "name": "Mega Arm Tower Barrier Gate Operator (MAT)", "qty": 1, "unitPrice": 3195 }
|
||||
],
|
||||
"armOptions": [
|
||||
{ "id": "arm-mat-12", "name": "Barrier Arm (12ft Aluminum)", "price": 495 },
|
||||
{ "id": "arm-mat-17", "name": "Barrier Arm (17ft Aluminum)", "price": 695 }
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -99,8 +102,11 @@
|
||||
"image": "barrier",
|
||||
"imageFile": "techno.jpeg",
|
||||
"requiredParts": [
|
||||
{ "id": "op-unit-barrier-hd", "name": "Techna Barrier Gate Operator (CBG24DC)", "qty": 1, "unitPrice": 5495 },
|
||||
{ "id": "barrier-arm-hd", "name": "Barrier Arm (16ft Steel)", "qty": 1, "unitPrice": 695 }
|
||||
{ "id": "op-unit-barrier-hd", "name": "Techna Barrier Gate Operator (CBG24DC)", "qty": 1, "unitPrice": 5495 }
|
||||
],
|
||||
"armOptions": [
|
||||
{ "id": "arm-techna-12", "name": "Barrier Arm (12ft Steel)", "price": 595 },
|
||||
{ "id": "arm-techna-14", "name": "Barrier Arm (14ft Steel)", "price": 695 }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user