FluxStore 3.16.8: Social bottom bars, maintenance mode, and new layouts

FluxStore 3.16.8 release notes for Social bottom bars, maintenance mode, and new layouts, with configuration changes, fixes, and upgrade guidance.

  • 22 Jan 2024
  • 04 Mins read
FluxStore
Release notesv3.16.8
On this page

FluxStore 3.16.8 focuses on Social bottom bars, maintenance mode, and new layouts. The release notes below preserve the official feature details, configuration examples, and fixes published by InspireUI.

Released January 22, 2024. View the official FluxStore WooCommerce changelog.

NEW FEATURE

BottomBar styles like Twitter or Facebook

Now the app's BottomBar supports the following styles: "static", "opacityEffect" and "slideEffect" like Twitter and Facebook.

Video previewWatch the video


New Templates & Layouts

Lots of new Home UI and Layouts help you easily design your Apps beautifully and professionally.

Video previewWatch the video


Sale Label Color

Ability to change Color for Sale Labels and detect Text Color for buttons.

Demo Screenshot

FluxStore release preview

FluxStore release preview


Filter by Multiple Tags & Categories

Flexible to select many tags and categories on the Filter screen.

Demo Screenshot

FluxStore release preview

Video

Video previewWatch the video


Refund & Cancel Orders

Ability to show or hide Refund and Cancel buttons on the Order Details screen for a list of payments.

Demo Screenshot

FluxStore release preview


Scroll Up on Home

User can tap on Home icon to scroll up to the top of Home screen.

Video

Video previewWatch the video


Georgia Languages

  • Support new Georgia language.
  • Thanks to our Customers who sent us the translation native language file
  • Now FluxStore apps support more than 60 native languages.

IMPORTANT UPDATE

  • Upgrade Zoho SaleIQ Chat
  • Increase android minSdkVersion to 23 and upgrade library
  • Upgrade Firebase module (update Minimum Deployments iOS 12.0 to 13.0)
  • Improved loading speed of Product Detail screen
  • Upgrade logic for Video Tab
  • Add a Phone Number field in the User Profile Edit page
  • BACK TO SHOP button redirects to the default Tab

This release contains many fixes:

  • Fixed: UI overflow in Payment screen.
  • Fixed: loading style for booking product.
  • Remove the large empty space between keyboard and textbox.
  • Fixed: Not auto close webview after checkout on iOS.
  • Fixed: load more stores.
  • Fixed: overlap status in cart screen.
  • Fixed: clean recent products when change site.
  • Fixed: refresh stores when change site.
  • Hide wallet if the site is not supported.
  • Fixed: auto logout on multi sites.
  • Fixed: to reload UI when apply coupon for cart.
  • Update position of quantity selection, chat button, cart button.

How to update/migrate the app to the latest version? Version 3.16.0

  • Follow this guide:

[support.inspireui.com

https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter](https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter)

  • Input your purchase code to configs/env.props file (if not input, the app will crash):

FluxStore release preview


Last updated: 19 Nov, 2023 - Link Purchase | Download

NEW FEATURE

Maintenance Mode

Guide

Install this Maintenance Mode plugin to your Website, then activate it.

Demo Video

Video previewWatch the video


New UI

Video previewWatch the video

New UI design for My Cart and Product Detail screens.

  1. Home screen:

FluxStore release preview

  1. Product Detail screen with Sticky CTA:

FluxStore release preview

  1. My Cart screen:

FluxStore release preview


Web Embed layout

  • Flexible to Add new layout Web Embed into the Dynamic layout on Homepage. Users can set URL, iFrame or embedded HTML code.
  1. URL Embed:

FluxStore release preview

Example config JSON for URL

    {
      "type": "url",
      "data": "https://odnaworld.com/price-alert-app/",
      "height": 50.0,
      "spacing": {
        "margin": null,
        "padding": null
      },
      "script": null,
      "navigator": null,
      "layout": "webEmbed"
    },

Example config JSON for URLwith padding and navigator

    {
      "type": "url",
      "data": "https://odnaworld.com/price-alert-app/",
      "height": 50.0,
      "spacing": {
        "margin": null,
        "padding": {
          "start": 5.0,
          "end": 5.0,
          "top": 0.0,
          "bottom": 0.0
        }
      },
      "navigator": {
        "tag": null,
        "showSubcategory": false,
        "screen": "category"
      },
      "layout": "webEmbed"
    },

Example config JSON URL with script

    {
      "type": "url",
      "data": "https://odnaworld.com/price-alert-app/",
      "height": 50.0,
      "spacing": {
        "margin": null,
        "padding": null
      },
      "script": "document.documentElement.style.pointerEvents = \"none\";",
      "layout": "webEmbed"
    },
  1. iFrame embed:

FluxStore release preview

Example config JSON of iFrame

    {
      "type": "iframe",
      "data": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yRlwOdCK7Ho\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>",
      "height": 250.0,
      "spacing": {
        "margin": null,
        "padding": null
      },
      "layout": "webEmbed"
    },
  1. HTML code embed:

FluxStore release preview

Example config JSON of HTML custom code.

    {
      "type": "html",
      "data": "<script src=\"https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs\" type=\"module\"></script> \n\n    <dotlottie-player src=\"https://lottie.host/f8a15007-36dc-415b-9792-60d5bb8def69/Io1SXJKXFU.json\" background=\"transparent\" speed=\"1\" style=\"width: 300px; height: 300px;\" loop autoplay></dotlottie-player>",
      "height": 100.0,
      "spacing": {
        "margin": null,
        "padding": null
      },
      "layout": "webEmbed"
    },

Catalan Languages

  • Support new Catalan language.
  • Thanks to our Customers who sent us the translation native language file
  • Now FluxStore apps support more than 60 native languages.

IMPORTANT UPDATE

  • Upgrade OneSignal
  • Upgrade minSdkVersion to build Android apps
  • Only show GDPR Message when the user allows AppTrackingTransparency
  • Support opening Zalo url via SmartChat
  • Add Blog retrieval Limit

This release contains many fixes :

  • Fix: show related listings based on the category
  • Fix: call product api forever
  • Fix: the START SHOPPING button always link to home screen
  • Fix: address display on location area
  • Fix: order history when login
  • Fix: issue that allows creating Product without input name
  • Fix: update order after assigned
  • Fix: clear search text
  • Fix: webview not update user cookie when user login
  • Fix: side menu color
  • Fix: dark theme on Conversations screen
  • Fix: parse phone even phone valid is disabled
  • Fix: show image after create product
  • Fix: total in order detail is incorrect
  • Fix: load blog by category wordpress
  • Fix: show the product price based on the tax settings
  • Fix: load product if countryCode is in lowercase bug
  • Fix: cannot press checkout button for product addons
  • Fix: responsive for all device
  • Fix: the products not loading first time
  • Fix: hide name category icon in vertical custom category
  • Fix: not load country if fail to parse phone number
  • Fix: auto fill OTP
  • Fix: product Gift Card
  • Fix: graph headings are missing in Dark Theme
  • Fix: clear cache booking
  • Fix: override ios app environment, can not login SMS
  • Fix: Native PayPal: Checkout issue with incorrect price format
  • Fix: redundant Vendor Admin option for WooCommerce apps
  • Fix: Topup Wallet always show 0.00
  • Fix: reload Balance Wallet when Topup
  • Fix: total price when Topup
  • Fix: reload Cart screen when adding product in Wallet cart

How to update/migrate the app to the latest version?

  • Follow this guide:

[support.inspireui.com

https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter](https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter)

  • Input your purchase code to configs/env.props file (if not input, the app will crash):

FluxStore release preview