diff --git a/application/views/orders/tailormademobile.php b/application/views/orders/tailormademobile.php index eca88f26..6393afd6 100644 --- a/application/views/orders/tailormademobile.php +++ b/application/views/orders/tailormademobile.php @@ -890,6 +890,7 @@ color: #ad1818; text-align: center; margin: 0 auto;} + .budget {font-size: 19px; margin-bottom: 10px;} @@ -980,34 +981,80 @@ +
+
+

Do you have a general idea of the budget for your tour?

+

Asia Highlights is dedicated to providing a premium private guided tour service, including + hand-picked hotels, the must-sees and unique local experiences, a local English-speaking guide, + and a comfortable private vehicle with a driver.
+ Our prices below are for a group of 2–6 people excluding pre- and post-tour flights:

+
+ +
+
+ +
+
+ +
+
+ + +
+ +
+ +
+ +

Any additional information you'd like to share about your budget?

+ +
+
+ +

- * When would you travel? + * What's your arrival date?

- +
- +
- +
@@ -1296,8 +1343,7 @@ 2. Interested in spending a few nights in local boutique hotels, like floating houses in Southeast 3. Asia, ryokans in Japan, small villa with private pool…
4. Adult-only hotels
- 5. Hotel location: near city center/at the seaside/convenient for exploring the nearby area…
- 6. My budget for the accomodation is… + 5. Hotel location: near city center/at the seaside/convenient for exploring the nearby area… @@ -1306,14 +1352,7 @@

This is a big trip for:

-
- - -
+
-
- - -
+
@@ -1887,6 +1919,17 @@ margin-right: 10px; var $teenagerNumberInput = $('#teenagerNumber'); var $childrenNumberInput = $('#childrenNumber'); var $infantNumberInput = $('#infantNumber'); + var budgetTipsBlock = $('#budgetTipsBlock'); + + $('input[name="budget_range"]').each((i, budgetEle) => { + $(budgetEle).click(function (e) { + var currentTarget = e.currentTarget; + if (currentTarget.id === 'higher') { + const noMatter = currentTarget.checked ? budgetTipsBlock.show() : budgetTipsBlock.hide(); + } + }) + }); + $('input[name="travel_group"]').each((i, groupEle) => { $(groupEle).click(function (e) {