Fluent Commerce Logo
Docs
Sign In
Essential knowledge

Author:

Fluent Commerce

Changed on:

13 Dec 2023

Overview

Settings configuration contain:

  • Settings List page
  • Setting Details page

Key points

  • Settings List page
  • Setting Details page

Settings List page

The Settings List page displays the list of settings.

Layout

No alt provided

To search for and view setting details the Mystique SDK filter component should be used. The Filter component should perform the search based on the following filtering criterion:

Setting name

Settings table displays information in the following columns:

  • (Setting) ID: The unique identifier of a particular setting.
  • Setting Name: The name of a particular setting.
  • Value: The setting value, filled if value type is BOOLEAN, INTEGER or STRING.
  • Value Type: The type value. Possible values are BOOLEAN, INTEGER, JSON, STRING.
  • Context: The context type. Possible values are GLOBAL, ACCOUNT, RETAILER, AGENT.
  • Context ID: The unique identifier of the context.

`Setting Name`
 a link to go to the Setting Details page. Clicking 
`Setting Name`
 opens the Setting Details page.

Setting Details page

The Setting Details page displays detailed information about the particular setting.

Layout

No alt provided

Breadcrumbs

  • Back to Settings: Link navigating back to the Settings List page.
SETTING DETAILS CARD
No alt provided

Setting Details card contains the following information:

  • (Setting) ID: The unique identifier of a particular setting.
  • (Setting) Name: The name of a particular setting.
  • Value Type: The type of value. Possible values are: BOOLEAN, INTEGER, JSON, STRING.
  • Value: The setting value. For JSON value type – the whole JSON is displayed; for BOOLEAN value type – true or false; for INTEGER value type – integer; for STRING value type - string.

The paging control is placed at the bottom of the Setting List table. It includes the following:

  • Label “Rows per page” and a dropdown list right to the label, which is populated with the values: 10, 25, 100 (100 is selected by default);
  • Label in the format: Showing < First sequence on page > - < Last sequence on page >;
  • “<” and “>” icons to navigate to the previous/next pages;
  • “<” / “>” icon should be disabled if user is on the first/last page respectively;
  • Pagination should be displayed if more than a set number of entries are available. If there are no entries at all or the number of entries is less than the set number of entries - pagination should not be visible.

Learn more about how to Configure OMS.

Fluent Commerce

Fluent Commerce