Open reproperty opened 8 months ago
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
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
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
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,
The Indian price format isn't already there. You will need to program the formatting yourself. Certain Flutter knowledge is required.
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.
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,
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
please assist me
Awaiting reply ASAP
Regards
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
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