-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhand-fan-custom-shape.json
87 lines (87 loc) · 1.58 KB
/
hand-fan-custom-shape.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
76
77
78
79
80
81
82
83
84
85
86
87
{
"caption": "Custom Shape Hand Fans",
"footnotes": ["Add $150.00 for Custom Die (1 time charge)"],
"priceMultiplier" : 1,
"pricable": [
"250",
"500",
"1000",
"2500",
"5000",
"10000"
],
"rows": [
{
"type": "Single (8\"x8\")",
"250": 0.67,
"500": 0.47,
"1000": 0.40,
"2500": 0.34,
"5000": 0.33,
"10000": 0.31
},
{
"type": "Additional Color / Second Side",
"250": 0.27,
"500": 0.15,
"1000": 0.08,
"2500": 0.06,
"5000": 0.05,
"10000": 0.05
},
{
"type": "Sandwich (8\"x8\")",
"250": 0.88,
"500": 0.65,
"1000": 0.53,
"2500": 0.46,
"5000": 0.44,
"10000": 0.41
},
{
"type": "Additional Color / Second Side",
"250": 0.30,
"500": 0.16,
"1000": 0.10,
"2500": 0.08,
"5000": 0.06,
"10000": 0.05
},
{
"type": "Single (10\"x15\")",
"250": 0.75,
"500": 0.60,
"1000": 0.52,
"2500": 0.48,
"5000": 0.46,
"10000": 0.41
},
{
"type": "Additional Color / Second Side",
"250": 0.27,
"500": 0.15,
"1000": 0.08,
"2500": 0.06,
"5000": 0.05,
"10000": 0.05
},
{
"type": "Sandwich (10\"x15\")",
"250": 1.09,
"500": 0.84,
"1000": 0.75,
"2500": 0.71,
"5000": 0.67,
"10000": 0.61
},
{
"type": "Additional Color / Second Side",
"250": 0.30,
"500": 0.16,
"1000": 0.10,
"2500": 0.08,
"5000": 0.06,
"10000": 0.05
}
]
}