booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Custom features won't appear #105

Closed quitriz closed 9 months ago

quitriz commented 9 months ago

Hi,

for properties that has the default features that list inside the "fontawsome5" SELECTED then the custom features that i added will display on the detail widget, but if any of those default feature wasn't selected then all the customize features that i added separately don't display as well. I am posting 3 pics on the bottom, first 2 showing features display with the builtin icon and the third one doesn't have those select and the customize features not displaying even though those are selected when post

quitriz commented 9 months ago

Screenshot_20231001-084323~2.png

quitriz commented 9 months ago

Screenshot_20231001-084301~2.png

Screenshot_20231001-084305~2.png

MuhammadSulemanSaleem commented 9 months ago

Hi there,

If you want to show custom features in Property details page, first you have to define their iconData or icon widget against the respective feature name in the getPropertyDetailPageIconsMap() method on hooks_v2.dart file.

For more information, visit How to add Property Details Feature Icons.

I hope this will help you resolve the issue.

quitriz commented 9 months ago

Hi there,

If you want to show custom features in Property details page, first you have to define their iconData or icon widget against the respective feature name in the getPropertyDetailPageIconsMap() method on hooks_v2.dart file.

For more information, visit How to add Property Details Feature Icons.

I hope this will help you resolve the issue.

Hi,

Yes I already looked into that, but i have a lot of custom features. what i meant here is that even without the icon, those feautres still show. it just doesn't show when there isn't one of the defined icon feature selected. if there is one selected then all the customized features would show without editing the code. but i've just tested while ago another thing is that, when you select 3 customized features and more, they will show on the list, but then later i choose the other 3 and they didn't show :) so it's not good. I don't need to have icons defined feature, all i need is the tab that list all the custom features like a list that appear when users click on thethe "view detail" tab and read those features, that's all, cuz i have a lot of custom features.

Thanks

MuhammadSulemanSaleem commented 9 months ago

Hi, Please follow these steps:

  1. Make a backup of your project.
  2. Go to PROJECT_NAME/packages/houzi_package/lib/pages/property_details_related_pages/property_detail_page_widgets/pd_features.dart
  3. Replace the pd_features.dart with the attached file.

I hope this will help you resolve the issue.

pd_features.dart.zip

quitriz commented 9 months ago

Hi, Please follow these steps:

  1. Make a backup of your project.
  2. Go to PROJECT_NAME/packages/houzi_package/lib/pages/property_details_related_pages/property_detail_page_widgets/pd_features.dart
  3. Replace the pd_features.dart with the attached file.

I hope this will help you resolve the issue.

pd_features.dart.zip

hi,

Thank you, that fixed it.

thanks