-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from awesomemotive/release/4.7.2
`release/4.7.2`
- Loading branch information
Showing
38 changed files
with
1,025 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"id": "8297b4f2-6810-44ab-b826-797e70f8db62", | ||
"created_at": "2023-03-08 00:00:00", | ||
"updated_at": "2023-03-08 00:00:00", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "products-services" ], | ||
"keywords": [ "airport", "payment", "shuttle", "driver" ], | ||
"slug": "airport-shuttle-payment-form", | ||
"name": "Airport Shuttle Payment Form", | ||
"description": "Collect a payment for shuttle service from airport to hotel district or accommodations.", | ||
"url": "", | ||
"data": { | ||
"title": "Airport Shuttle Payment", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "card" ], | ||
"fields": [ | ||
{ | ||
"type": "customer_name", | ||
"label": "Passenger Name", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "telephone", | ||
"label": "Phone Number", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "Select Number of Bags" | ||
}, | ||
{ | ||
"type": "dropdown", | ||
"label": "Hotel Destination, Downtown Locations", | ||
"options": "Marriott, Hilton, Best Western, Holiday Inn", | ||
"required": "yes", | ||
"metadata": "Hotel" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"label": "Small Carry On, +1 Bag", | ||
"unit_amount": 2500, | ||
"default": true | ||
}, | ||
{ | ||
"label": "Small Carry On, +2 Bags", | ||
"unit_amount": 3500 | ||
}, | ||
{ | ||
"label": "Small Carry On, +3 Bags (max)", | ||
"unit_amount": 5500 | ||
}, | ||
{ | ||
"label": "Return Trip", | ||
"unit_amount": 2000 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"id": "d6c26327-4f3f-47b9-90d7-a1109b201a90", | ||
"created_at": "2023-03-08 00:00:00", | ||
"updated_at": "2023-03-08 00:00:00", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "products-service" ], | ||
"keywords": [ "payment", "service", "meal prep", "food" ], | ||
"slug": "meal-prep-service-form", | ||
"name": "Meal Prep Service Form", | ||
"description": "Allow clients to pay for the weekly meals received through your delivery service.", | ||
"url": "", | ||
"data": { | ||
"title": "Meal Prep Service Form", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "card" ], | ||
"fields": [ | ||
{ | ||
"type": "customer_name", | ||
"label": "Customer Name", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "telephone", | ||
"label": "Phone Number", | ||
"required": "yes", | ||
"placeholder": "A follow up call will be made" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "Select number of meals per day" | ||
}, | ||
{ | ||
"type": "number", | ||
"label": "Number of days per week", | ||
"default": 1, | ||
"required": "yes", | ||
"quantity": "yes", | ||
"metadata": "Number of Days" | ||
}, | ||
{ | ||
"type": "text", | ||
"label": "Please list food preferences, allergies, etc", | ||
"multiline": "yes", | ||
"required": "yes", | ||
"metadata": "Food Prefs" | ||
}, | ||
{ | ||
"type": "text", | ||
"label": "Pick up times, and additional notes as needs", | ||
"multiline": "yes", | ||
"required": "yes", | ||
"metadata": "Pick Up Time and Notes" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"label": "1 Meal Per Day", | ||
"unit_amount": 1200, | ||
"default": true | ||
}, | ||
{ | ||
"label": "2 Meals Per Day", | ||
"unit_amount": 2400 | ||
}, | ||
{ | ||
"label": "3 Meals Per Day", | ||
"unit_amount": 3600 | ||
}, | ||
{ | ||
"label": "6 Meals Per Day (small family)", | ||
"unit_amount": 7500 | ||
}, | ||
{ | ||
"label": "9 Meals Per Day (large family)", | ||
"unit_amount": 12500 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"id": "c1e8b717-3ece-4353-868b-b77db97f012a", | ||
"created_at": "2023-03-08 00:00:00", | ||
"updated_at": "2023-03-08 00:00:00", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "products-services" ], | ||
"keywords": [ "walking tour", "payment", "service" ], | ||
"slug": "walking-tour-payment-form", | ||
"name": "Walking Tour Payment Form", | ||
"description": "Collect a payment for leading a guided tour around your favorite city.", | ||
"url": "", | ||
"data": { | ||
"title": "Walking Tour Payment", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "card" ], | ||
"fields": [ | ||
{ | ||
"type": "customer_name", | ||
"label": "Customer Name", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "telephone", | ||
"label": "Phone Number", | ||
"placeholder": "A follow up call may be necessary", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "text", | ||
"label": "Price is per family, up to 4 people", | ||
"placeholder": "Please list any special requirements", | ||
"multiline": "yes", | ||
"required": "no", | ||
"metadata": "Notes" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "Choose the day of your walk", | ||
"display_type": "dropdown" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"label": "June 3rd", | ||
"unit_amount": 2000, | ||
"default": true | ||
}, | ||
{ | ||
"label": "June 10th", | ||
"unit_amount": 2000 | ||
}, | ||
{ | ||
"label": "June 17th", | ||
"unit_amount": 2000 | ||
}, | ||
{ | ||
"label": "June 24th", | ||
"unit_amount": 2000 | ||
}, | ||
{ | ||
"label": "July 1st", | ||
"unit_amount": 2000 | ||
}, | ||
{ | ||
"label": "July 8th", | ||
"unit_amount": 2000 | ||
}, | ||
{ | ||
"label": "July 15th", | ||
"unit_amount": 2000 | ||
}, | ||
{ | ||
"label": "July 22nd", | ||
"unit_amount": 2000 | ||
}, | ||
{ | ||
"label": "July 29th", | ||
"unit_amount": 2000 | ||
} | ||
], | ||
"extra": { | ||
"_inventory": "yes", | ||
"_inventory_behavior": "combined", | ||
"_inventory_combined": { | ||
"initial": 20, | ||
"available": 20 | ||
}, | ||
"_schedule_end": "yes", | ||
"_schedule_end_gmt": "+ 1 month 00:00:00" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.