-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved display of parking options on property pages (multiParkingLot) #939
Comments
@fredericalpers Please take a look at my demo video and let me know your opinions. Thanks! multi-parkinglot.mp4 |
@dai-eastgate looks good to me! thank you :) I will review this as soon as possible. |
@dai-eastgate I do have on more question. Can the prices also be displayed in currencies other than the euro? E.g. a swiss customer with swiss franks (CHF) or even Đồng ? When changing the currency in enterprise to CHF the website frontend still displays Euro |
@fredericalpers Yes, prices can be displayed in currencies other than the euro.
If you are changing to CHF but it still shows euro, this usually happens when the "waehrung" field has not been added to the configuration. Please add it and let me know the results. |
@dai-eastgate Thank you for the update! However, from a user perspective, this implementation might not be ideal. Customers generally would not want to see an additional entry with "Currency: XX" in the list. Would it be possible to adjust this so that the configured value in Enterprise is used directly instead? This would create a cleaner experience for users. |
@fredericalpers Are you suggesting that you want the correct currency to display without needing to configure the currency field?
Please clarify if this is what you meant! |
@dai-eastgate Currently I have to add the Currency field to be able to show the correct currency for the MultiParkingLot field. Ideally I do not have to add the extra currency field for the correct display on the MultiParkingLot field. |
@fredericalpers I fixed it. Please take a look at my demo video and let me know your opinions. Thanks! parking.space.mp4 |
Thank you, I will review this as soon as possible :) |
Improved display of parking options on property pages (multiParkingLot)
User Story
Currently, the parking options in the property front-end template are displayed as simple text such as “2 carports at 10000 € each (purchase)”. This display is not very flexible and not user-friendly. Our goal is to create a more individual and user-friendly display of parking options based on actual data and to hide excess information such as prices of €0.
Scenario 1 (with prices):
2 Carport, 10,000 € (purchase), 3 Duplex, 300 € (rent)
Scenario 2 (with and without price):
2 carport, 1 garage, € 5,000 (purchase)
Scenario 3 (without price):
2 carport, 1 garage
Task / Requirements
The text was updated successfully, but these errors were encountered: