booleanbites / houzi-support

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

Need Price Short In Mobile App #154

Open reproperty opened 3 months ago

reproperty commented 3 months ago

Dear Sir/Madam,

1) could you please guide me how to make price short India format like 100 , 1 K , 10 K, 1 Lac , 10 Lac , 1 Cr , 10 Cr, etc.. its showing full price in mobile app but web site looks good,

Please find screen shot

WhatsApp Image 2024-03-09 at 7 56 05 PM

WhatsApp Image 2024-03-09 at 8 02 28 PM

Which file i need to edit on app source code support me ASAP,

2) Also i have enabled stripe payment gateway added both secrete Keys but app side not working payment gateway how to enable It, when i upgrade to featured its showing no payment product available to purchase,

Awaiting reply ASAP

Best Regards Jagan.K

AdilSoomro commented 3 months ago
  1. You can use the price format hook, for providing custom formatting. Checkout the doc on hook here: https://houzi-docs.booleanbites.com/hooks-widgets/price_formatter_customization

  2. The app doesn't support stripe payments. It only supports in-app-purchases. Checkout the documentation to configure in-app-purchases. https://houzi-docs.booleanbites.com/tools/in_app_purchase

reproperty commented 3 months ago

Dear Adil, how to define Indian price format please any example there ? i dont understand this doc please explain this one or if you have video url how to change it ..?

@override PriceFormatterHook getPriceFormatterHook() { PriceFormatterHook priceFormatterHook = (String propertyPrice, String firstPrice) { // Define your own formatting here and return the formatted price string return null; };

return priceFormatterHook; } awaiting reply ASAP

Regards

reproperty commented 3 months ago

Dear Adil

Regarding Stripe : i could see on WP dashboard stripe payment gateway, if customer post any property i want to collect/setup small amount for featured listing so i need any payment gateway for this, image

AdilSoomro commented 3 months ago
  1. The Indian price format isn't already there. You will need to program the formatting yourself. Certain Flutter knowledge is required.

  2. Stripe payments is available for theme/website only. It is not available for mobile app. You can use in-app-purchase to charge your users from mobile app. Apple and Google do not allow you to use stripe payments in the app for unlocking features or for memberships.

reproperty commented 1 month ago

Hi

we are facing some bug issue on your app, 1) we are trying test membership on app, google play collected amount INR 25 but not updated membership plan on dashboard app both customer end and admin end also not sending any invoice email,

2) Need To Fix : order successful invoice email should send immediately to customer but not working theme / app, only signup and listing email only receiving sir, image

also after payment collected it loading ... transaction successful page screen not showing

3) we could not edit or set as featured see screenshot, delete button only working WhatsApp Image 2024-05-16 at 11 41 54 AM

please assist me

Awaiting reply ASAP

Regards