more-apartments-astro-integration 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.more-apartments/availability.json +36 -0
- package/.more-apartments/booking-response.json +15 -0
- package/.more-apartments/categories.json +11 -0
- package/.more-apartments/locations.json +3 -0
- package/.more-apartments/pages.json +46 -0
- package/.more-apartments/posts.json +3 -0
- package/.more-apartments/properties.json +1761 -0
- package/.more-apartments/settings-booking.json +13 -0
- package/.more-apartments/settings-main.json +32 -0
- package/.more-apartments/settings-properties.json +36 -0
- package/.more-apartments/settings-theme.json +78 -0
- package/README.md +982 -0
- package/dist/cli/index.js +1010 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/index.d.mts +2732 -0
- package/dist/index.d.ts +2732 -0
- package/dist/index.js +1009 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +964 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +75 -0
- package/routes/availability.js +40 -0
- package/routes/bookings.js +66 -0
- package/routes/locations.js +28 -0
- package/routes/page.js +27 -0
- package/routes/pages.js +27 -0
- package/routes/post.js +27 -0
- package/routes/posts.js +32 -0
- package/routes/properties.js +31 -0
- package/routes/property.js +27 -0
- package/routes/settings.js +50 -0
- package/src/components/PropertyBookingWidget.astro +169 -0
- package/src/components/PropertySearchGrid.astro +315 -0
- package/src/pages/booking-complete.astro +155 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"booking_confirmation": {
|
|
4
|
+
"sections": {
|
|
5
|
+
"arrival_description": true
|
|
6
|
+
},
|
|
7
|
+
"content": {
|
|
8
|
+
"body": "Thank you for booking with BookMyPlace.com! We're excited to help you experience :city like a local.\n\nYour booking for **:property_name** from **:arrival_date** to **:departure_date** is confirmed.\n\nBelow you will find the details of your reservation and payment information. Please review it carefully.\n\n## Payment Information\n- Prepayment: :prepayment_amount (:prepayment_percentage% of total)\n- Tourist Tax: :tourist_tax_amount (Collected on arrival)\n- Total Amount: :total_amount\n\n## Important Notes\n- Check-in and check-out times vary by property\n- Specific arrival instructions will be sent separately\n- Please review the property's house rules and cancellation policy\n",
|
|
9
|
+
"help": "Have questions about your booking or stay? Visit our [FAQ page](:faq_link) for information on check-in, payments, and more. If you need further assistance, please don't hesitate to [contact us](:contact_link).\n"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"site": {
|
|
4
|
+
"name": "Stayci.com",
|
|
5
|
+
"domain": "stayci.com",
|
|
6
|
+
"locale": "en"
|
|
7
|
+
},
|
|
8
|
+
"contact": {
|
|
9
|
+
"email": "office@bookmyplace.com",
|
|
10
|
+
"phone": "+31 880 313 199"
|
|
11
|
+
},
|
|
12
|
+
"social": {},
|
|
13
|
+
"pms": {
|
|
14
|
+
"property_providers": [
|
|
15
|
+
{
|
|
16
|
+
"name": "fake",
|
|
17
|
+
"system": "fake",
|
|
18
|
+
"api_key": "",
|
|
19
|
+
"base_url": "https://xmlsync.bookingmanager.com",
|
|
20
|
+
"discount": 3.5
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"pricing": {
|
|
25
|
+
"vat": 9,
|
|
26
|
+
"tourist_tax": {
|
|
27
|
+
"type": "percentage",
|
|
28
|
+
"value": 12.5
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"routing": {
|
|
4
|
+
"base_url": "listings"
|
|
5
|
+
},
|
|
6
|
+
"seo": {
|
|
7
|
+
"title": "Properties | Affordable Accommodations",
|
|
8
|
+
"description": "Discover a variety of affordable, fully-equipped properties. Ideal for all types of travelers. Find your perfect stay today!",
|
|
9
|
+
"openGraphTitle": "Browse Properties | Affordable Accommodations",
|
|
10
|
+
"tags": [
|
|
11
|
+
"affordable accommodation",
|
|
12
|
+
"budget rentals",
|
|
13
|
+
"city stays",
|
|
14
|
+
"group accommodation"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"index": {
|
|
18
|
+
"seo": {
|
|
19
|
+
"title": "Explore Holiday Rentals & Apartments | BookMyPlace.com",
|
|
20
|
+
"description": "Find and book your perfect short-stay apartment or holiday home in top destinations."
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"show": {
|
|
24
|
+
"hero": {
|
|
25
|
+
"provider": false,
|
|
26
|
+
"address": true
|
|
27
|
+
},
|
|
28
|
+
"cancellation_policy": {
|
|
29
|
+
"description": "Cancellation policies vary by property. Please refer to the specific terms provided by the property owner during the booking process or contact them directly for details."
|
|
30
|
+
},
|
|
31
|
+
"related_properties": {
|
|
32
|
+
"title": "Similar Places You Might Like"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"logo": {
|
|
4
|
+
"path": "logo.png",
|
|
5
|
+
"height": 48
|
|
6
|
+
},
|
|
7
|
+
"favicon_path": "favicon.ico",
|
|
8
|
+
"colors": {
|
|
9
|
+
"primary": "#ff5f00",
|
|
10
|
+
"secondary": "gray-700"
|
|
11
|
+
},
|
|
12
|
+
"layout": {
|
|
13
|
+
"navigation": {
|
|
14
|
+
"variant": "minimal",
|
|
15
|
+
"items": [
|
|
16
|
+
{
|
|
17
|
+
"label": "Destinations",
|
|
18
|
+
"route": "pages.home",
|
|
19
|
+
"type": "dropdown",
|
|
20
|
+
"items": [
|
|
21
|
+
{
|
|
22
|
+
"label": "The Hague",
|
|
23
|
+
"route": "/the-hague"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"label": "Rotterdam",
|
|
27
|
+
"route": "/rotterdam"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"label": "Group Travel",
|
|
33
|
+
"route": "/group-travel",
|
|
34
|
+
"type": "link"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"label": "Business VIP",
|
|
38
|
+
"route": "/business-vip",
|
|
39
|
+
"type": "link"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"label": "About",
|
|
43
|
+
"type": "link",
|
|
44
|
+
"route": "/about-us"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"label": "FAQ",
|
|
48
|
+
"type": "link",
|
|
49
|
+
"route": "/faq"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"label": "Contact",
|
|
53
|
+
"type": "link",
|
|
54
|
+
"route": "/contact"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"footer": {
|
|
59
|
+
"blog_title": "From Our Blog",
|
|
60
|
+
"contact_title": "Contact Us",
|
|
61
|
+
"categories": [
|
|
62
|
+
{
|
|
63
|
+
"title": "Explore Cities",
|
|
64
|
+
"slug": "locations",
|
|
65
|
+
"show_all": false,
|
|
66
|
+
"category": {
|
|
67
|
+
"id": "locations",
|
|
68
|
+
"slug": "locations",
|
|
69
|
+
"name": "Locations",
|
|
70
|
+
"description": "Find apartments and holiday homes in top cities like Amsterdam, Rome, Paris, Barcelona, and more. Book your perfect city stay."
|
|
71
|
+
},
|
|
72
|
+
"segments": []
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|