Common Presale Questions

πŸ’¬ What will i get after purchasing Fluxstore?

  • Full source code package for both iOS and Android
  • Free Wordpress plugins, Opencart and Magento Rest API
  • Free FluxBuilder tool to customize the design of app easily
  • Careful document instructions on how to install, customize, publish on stores
  • Free Video tutorial, please subscribe and press bell icon to get notifications
  • Design Source by Figma design tools
  • Free Splash screen animate by Flare
  • Free pre-config WooCommerce website to help installing more easily
  • One time purchase, Lifetime use and free version upgrade
  • Private Gitlab repo to download previous version
  • Support github for integration's issues

πŸ’¬ Will i get the free upgrade on next coming version ?

  • Yes you will get the free upgrade with more awesome features coming. Please follow the change logs to see the detailed update. You will get the notify email for new version update on stores.

πŸ’¬ What is difference between all Fluxstore apps?

  1. FluxStore Pro: this is multi-purpose Flutter app compatible with all Woocommerce, Opencart 3.x, or Magento 2.x websites. If you have already released the website or setup new sites, this product is suitable for your requirements
  2. FluxStore Multi Vendor: use this app to build your own marketplace like Amazon, Alibaba… This app is compatible with Woocommerce website and requires to install Dokan or WCFM plugin
  3. FluxStore WooCommerce: the features are same with FluxStore Pro, but only focus compatible with any WooCommerce websites
  4. FluxNews: compatible with any Wordpress templates
  5. FluxStore Listing: use to build innovative apps like Airbnb, TripAdvisor, Yelp or FourSquare. This app requires to install one of following WooCommerce templates: Listeo, ListingPro, or MyListing
  6. FluxStore Shopify: compatible with any Shopify stores
  7. FluxStore PrestaShop: compatible with any PrestaShop website.

NOTE:

  • These apps sync with your data/website instantly
  • One purchase of source code is used for one website
  • We do not provide backend/website. If you need Woocommerce website, check the free pre-config Woocommerce website if it helps

πŸ’¬ Is this app compatible with local payment?

  • If this payment is available on your Woocommerce or Opencart website, most of the time the payment on app works same as your website.

Common Website Integration

πŸ’¬ How to get Customer key, Consumer secret?

πŸ’¬ How to deactivate the purchase code?


Common App Customize

πŸ’¬ How to disable/hide any UI from the app?

  • Issue: How to disable options from settings sections , like language, currency, dark theme; hide some categories in category grid with icons; remove the zip code; remove the 'See All' line of the category page
  • Solution: we suggest to use the Inspector to customize any UI from the app – https://www.youtube.com/watch?v=yGMt3Y20Zmg

πŸ’¬ How to change the Setting screen (About Us, Privacy & term)?

πŸ’¬ How to disable Smart chat?

  • Refer to lib/common/config/general.dart set "EnableSmartChat": false and remove this code https://tppr.me/VanGH

πŸ’¬ How to change button & bar on https://ibb.co/JtLS01q

  • You could search the icon and change the color file lib/screens/settings/settings.dart screen – https://tppr.me/omHMO

πŸ’¬ How to change the status bar color for all screens

  • You could search the icon and change the color file lib/screens/settings/settings.dart screen – https://tppr.me/omHMO

πŸ’¬ How to hide/remove the zip code?

  • You can run the app and navigate to Checkout page, use the Inspector from Android Studio and point to the zip code, it will jump to the related file so that you could remove or customize this feature.

πŸ’¬ How to hide/show the Login/Sign In options?

  • Update the kLoginSetting in lib/common/config/general.dart to show/hide the Login optionshttps://flutter.dev/)

πŸ’¬ How to Change the Menu UI Icon, how to change any UI from the app?

πŸ’¬ How to change background color?

  • Navigate to this file: lib/common/styles.dart. There will be 2 methods called: buildLightTheme and buildDarkTheme. Please change the attribute: backgroundColor of those methods to your preferred colors.

πŸ’¬ How to change the loading animation?


Common Release Questions

πŸ’¬ How to change the app icon?

πŸ’¬ Do i need Mac to build my iOS app?

  • Yes, you need Mac. If not, there is also some services like https://codemagic.io/start/ to support you build the app without having the MacOS.

πŸ’¬ Update app release in Google Play failed?

  • Issue: three weeks ago I uploaded the app with ver. 1.6.6b to google play and it is live now. But today I failed when trying to update to 1.7.3, notification "You need to use a different version code for your APK or Android App Bundle because you already have one with version code 3001"
  • Solution: you can bum version code in pub.yaml in root folder source code https://tppr.me/3DeUr

πŸ’¬ How to change the package name (bundle id)?

πŸ’¬ Do i need to publish a new version of the app everytime i change a image or customize some colors?