PluginProbe
Yatra – Travel Booking & Tour Operator Software / 3.0.15
Yatra – Travel Booking & Tour Operator Software v3.0.15
3.0.15 3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 All 83 releases
yatra / sample-data / discounts.json

discounts.json in Yatra – Travel Booking & Tour Operator Software 3.0.15, at sample-data/discounts.json

105 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "code": "SUMMER2024",
4 "description": "Summer special discount - 15% off all trips",
5 "type": "percentage",
6 "amount": 15.00,
7 "usage_limit": 100,
8 "usage_limit_per_customer": 1,
9 "status": "publish",
10 "applicable_to": "all",
11 "first_time_customer_only": 0,
12 "is_group_discount": 0,
13 "discount_mode": "promo"
14 },
15 {
16 "code": "EARLYBIRD",
17 "description": "Early bird discount for bookings 60+ days in advance",
18 "type": "percentage",
19 "amount": 20.00,
20 "usage_limit": 50,
21 "status": "publish",
22 "applicable_to": "all",
23 "first_time_customer_only": 0,
24 "is_group_discount": 0,
25 "discount_mode": "promo"
26 },
27 {
28 "code": "GROUP10",
29 "description": "Group discount for 10 or more travelers",
30 "type": "percentage",
31 "amount": 10.00,
32 "usage_limit": 0,
33 "status": "publish",
34 "applicable_to": "all",
35 "first_time_customer_only": 0,
36 "is_group_discount": 1,
37 "min_group_size": 10,
38 "discount_mode": "group"
39 },
40 {
41 "code": "WELCOME50",
42 "description": "Welcome discount for first-time customers",
43 "type": "fixed",
44 "amount": 50.00,
45 "usage_limit": 200,
46 "usage_limit_per_customer": 1,
47 "status": "publish",
48 "applicable_to": "all",
49 "first_time_customer_only": 1,
50 "is_group_discount": 0,
51 "discount_mode": "promo"
52 },
53 {
54 "code": "FAMILY20",
55 "description": "Family package discount for 4+ travelers",
56 "type": "percentage",
57 "amount": 20.00,
58 "usage_limit": 0,
59 "status": "publish",
60 "applicable_to": "all",
61 "first_time_customer_only": 0,
62 "is_group_discount": 1,
63 "min_group_size": 4,
64 "max_group_size": 8,
65 "discount_mode": "group"
66 },
67 {
68 "code": "LASTMINUTE",
69 "description": "Last minute deals - book within 7 days of departure",
70 "type": "percentage",
71 "amount": 25.00,
72 "usage_limit": 30,
73 "status": "publish",
74 "applicable_to": "all",
75 "first_time_customer_only": 0,
76 "is_group_discount": 0,
77 "discount_mode": "promo"
78 },
79 {
80 "code": "LOYAL100",
81 "description": "Loyalty discount for returning customers",
82 "type": "fixed",
83 "amount": 100.00,
84 "usage_limit": 0,
85 "usage_limit_per_customer": 1,
86 "status": "publish",
87 "applicable_to": "all",
88 "first_time_customer_only": 0,
89 "is_group_discount": 0,
90 "discount_mode": "promo"
91 },
92 {
93 "code": "WINTER2024",
94 "description": "Winter special - 18% off winter trips",
95 "type": "percentage",
96 "amount": 18.00,
97 "usage_limit": 75,
98 "status": "publish",
99 "applicable_to": "all",
100 "first_time_customer_only": 0,
101 "is_group_discount": 0,
102 "discount_mode": "promo"
103 }
104 ]
105