-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatches-options.json
75 lines (75 loc) · 1.39 KB
/
patches-options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"caption": "Patch Options",
"footnotes": [],
"arbitrary": true,
"priceMultiplier": 1,
"pricable": [
"backing.standard",
"backing.adhesive",
"backing.iron-on",
"backing.velcro",
"backing.plastic",
"backing.sew-on-pvc",
"border.merrow",
"border.hot-cut",
"metallicThread.price",
"additionalThread.price",
"neonThread.price",
"buttonLoop.price",
"3dPuffEmbroidery.price"
],
"rows": [
{
"backing": {
"standard": "FREE",
"adhesive": "+20% per patch",
"iron-on": "+$0.11 per patch",
"velcro": "+25% per patch",
"plastic": "+$0.11 per patch",
"sew-on-pvc": "FREE"
}
},
{
"border": {
"merrow": "FREE",
"hot-cut": "+$0.11 per patch"
}
},
{
"metallicThread": {
"price": "+20%",
"postfix": "per patch"
}
},
{
"additionalThread": {
"price": "+$0.11",
"postfix": "per patch"
}
},
{
"neonThread": {
"price": "+$0.11",
"postfix": "per patch"
}
},
{
"buttonLoop": {
"price": "+$0.11",
"postfix": "per patch"
}
},
{
"keychainAttachment": {
"price": "CALL",
"postfix": null
}
},
{
"3dPuffEmbroidery": {
"price": "+20%",
"postfix": "per patch"
}
}
]
}