diff --git a/TIAMMobileApp/wwwroot/index.html b/TIAMMobileApp/wwwroot/index.html index 6e5321e8..c242fcc1 100644 --- a/TIAMMobileApp/wwwroot/index.html +++ b/TIAMMobileApp/wwwroot/index.html @@ -40,6 +40,15 @@ return /android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini|mobile/i.test(navigator.userAgent); } +
diff --git a/TIAMSharedUI/Pages/TransferPage.razor b/TIAMSharedUI/Pages/TransferPage.razor index 72f6ef96..06412237 100644 --- a/TIAMSharedUI/Pages/TransferPage.razor +++ b/TIAMSharedUI/Pages/TransferPage.razor @@ -24,8 +24,150 @@+ Step 1: Choose Your Transfer Direction +
+At the top of the form, select whether you need a transfer "To the Airport" or "From the Airport" by clicking on the corresponding tab.
++ + Step 2: Enter the Destination (or Pickup) Address + +
+In the PickupAddress section, select your address:
++ Step 3: Confirm the Destination +
+Once you select or enter the address, the form will display it as the "Selected address." Make sure this is correct before proceeding.
++ Step 4: Enter Flight Information (Optional) +
+If applicable, fill in your FlightNumber. This is optional, so you can leave it blank if you don't have or don’t want to provide it.
++ Step 5: Specify the Number of Passengers +
+In the NumberOfPassengers field, enter the number of people who will be traveling. The default is set to 1, but you can change it as needed.
++ Step 6: Indicate the Amount of Luggage +
+In the NumberOfLuggage field, enter the total number of luggage items you will be bringing.
++ Step 7: Fill in Your Personal Information +
+Under FullName, enter your first and last name in the respective fields. Provide your PhoneNumber in the designated field. The phone number appears to be pre-filled with a sample number ("+11234567890"), so be sure to update it with your actual contact number. Enter your EmailAddress to receive confirmation and any further communication regarding your transfer.
++ Step 8: Add Additional Comments (Optional) +
+If you have any special requests or additional information you’d like to provide, use the Comment section to do so.
++ Step 9: Submit Your Request +
+Once all fields are filled in correctly, click the Submit button at the bottom of the form to place your transfer order.
++ Step 10: Confirmation +
+ +After submitting, you should receive a confirmation email or message. Ensure all the details are correct, and you’re all set!
+
@@ -74,15 +218,15 @@
Booking your airport transfer is easy! Simply visit our booking page, enter your details, and confirm your reservation. You can also contact us at info@touriam.com or call us at (123) 456-7890 for assistance.
Experience the convenience and reliability of Tour I Am. Book your airport transfer today and travel with peace of mind!
Address:
+ //@(((Product)context.DataItem).Profile.Address.AddressText)
+Address: @(((Product)context.DataItem).Profile.Address.AddressText)
+ // } + + if (product.ProductType == TIAM.Core.Enums.ProductType.Hotel) + { + + } + else if (product.ProductType == TIAM.Core.Enums.ProductType.Transfer) + { + + } + + } + +