User Interface Overview
This section describes the general UI structure and dialog design, with emphasis on navigation elements and recurring views.
Navigation Elements
The main navigation element in Intershop Commerce Management is the navigation bar. Moreover, a number of navigation elements, such as the context select box and quick access buttons, reappear throughout the application.
navigation bar
home button
view toggle
context select box
quick access buttons
time zone selector
manager
section
The navigation bar, the context selection box and the quick access buttons are displayed in every view of Intershop Commerce Management.
Navigation Bar
The navigation bar is divided into sections. Each section provides access to managers for a certain type of objects in Intershop Commerce Management. The manager list in a section can be expanded or collapsed by clicking the section name.
To access a manager, click its name in the navigation bar.
Context Selection Box
The context selection box is a drop-down list that displays the management contexts (or levels), which the current user is allowed to access, i.e., the organization, channels or applications. To select a context, expand the list and click the context name. The navigation bar changes and displays the sections available for the selected context.
Quick Access Buttons
The quick access buttons provide immediate access to certain functionality:
-
Home
Opens the Intershop Commerce Management start page in the current window.
-
Dashboards
Opens a menu that allows to access existing dashboards or to create a new dashboard.
-
Profile
Opens the user detail view for the current user to edit general and address information.
-
Help
Opens the user manual in a new window.
-
Logout
Logs out the user from the current session and displays the log on screen.
View Toggle
The View Toggle is used to switch between the Intershop Commerce Management Data View and the Design View.
-
Data View
Switches to the "Data View" of Intershop Commerce Management. This back office interface provides access to all features of Intershop Commerce Management, such as managing products, customers, orders, search indexes, settings, and more. You can also edit content assets here. However, unlike the Design View, there is no immediate storefront preview of changes.
-
Design View
Switches to the "Design View", i.e., the editing mode of the storefront. The Design View allows content editors to create and manage content assets directly in the storefront, with the ability to immediately preview the effect of an action, e.g., the assignment of a component to a page slot, on the resulting page.
Time Zone Selector
The time zone selector is a drop-down list that allows for selecting a time zone for the current user's Intershop Commerce Management session. When switching the time zone here, be aware of the following issues:
-
The default time zone corresponds to the time set on the server that hosts Intershop Commerce Management.
-
The time zone setting made here overwrites the default setting and, if specified, the channel-specific time zone setting for the current user's Intershop Commerce Management session. It does not influence the time zone settings for the storefront applications.
-
The time zone setting made here is saved with the current user's preferences and remains valid until the user modifies this setting again. That is, just closing a session does not revert the setting to the default.
Dashboards
Dashboards are a means for centrally accessing relevant data, which can be configured to fit the needs of a particular organization and user role. In fact, a dashboard is a customizable set of views ("widgets") that display certain data and allow to navigate to the corresponding Intershop Commerce Management area.
Users can:
-
Create any number of named dashboards,
-
Add any number of widgets to a dashboard,
-
Resize widgets,
-
Rearrange widgets by simply moving them to another position,
-
Remove widgets.
The following sections outline the usage of dashboards.
Accessing Dashboards
Creating Dashboards
Renaming Dashboards
Deleting Dashboards
Adding Widgets to Dashboards
Configuring Widgets
Moving Widgets
Resizing Widgets
Deleting Widgets
Views
This section describes the views that are common throughout Intershop Commerce Management.
Overview Page
The sections and a number of managers start displaying an overview page. Overview pages list tasks or processes available in the corresponding section or manager, and allow for executing the displayed tasks or controlling the displayed processes.
List View
A list view displays a list of objects in a table.
Most list views provide select checkboxes that allow for selecting a single or multiple objects from the list in order to perform certain actions. Larger lists are presented on multiple pages, where a paging bar facilitates the navigation. Selections made on a page are kept when switching to another page.
If a column header is displayed as a link, you can use it to sort the list by this attribute. Generally, one click produces a descending list, and another click produces an ascending list.
If the name of an object or its ID is displayed as a link, you can access a detail view for this object by clicking the link.
Detail View
A detail view provides more information on an object. The information can be presented all on one page, or grouped on several tabs.
Product detail views include additional buttons that allow for switching to the next or the previous product (
,
).
Common Buttons
The following table describes the common buttons that are used throughout Intershop Commerce Management.
| Button Name | Description |
|---|---|
| OK | Saves the changes you have made, closes the current screen and returns you to the list. |
| Cancel | Discards the changes you have made, closes the current screen and returns you to the list. |
| Apply | Saves the changes you have made leaving you on the current page. |
| Reset | Discards the changes you have made and restores the previous saved state. |
| New | Starts the process for creating a new object. Opens either a general detail screen or an object creation wizard. |
| Delete | In list views, deletes the selected objects. On detail pages, deletes the current object and returns you to the list. |
| Next >> | In wizards, saves the changes you have made in the current step and takes you to the next step. |
| << Previous | In wizards, saves the changes you have made in the current step and returns you to the previous step. |
| Finish | In wizards, saves the changes you have made in the last step and completes the wizard. |
| << Back to List | Closes the detail view and returns you back to the list without saving anything. |
| << Back | Closes the current page and returns you to the previous page without saving anything. |
| Edit Selected | In list views or search result lists, starts a process for editing a selected set of objects in batch mode. |
| Edit All | In list views or search result lists, starts a process for editing all objects in the list in batch mode. |
| Find | In searches, executes the search with the given parameters. |
|
|
Locks an object for editing. |
|
|
Releases an object lock. |
Quick Navigation
Intershop Commerce Management provides a simple search that helps you to easily find and access available management areas. To use the quick navigation:
General Search Options
For text string searches, there are some common options supported throughout Intershop Commerce Management, irrespective of the search context (products, users, etc.) or the search type (simple or advanced search).
The following table lists the common search expression syntax.
| Search Expression | Description |
|---|---|
| word | Executes a fuzzy word search for the given string. |
| wo?d | Executes a wildcard search where the question mark substitutes any one character. |
| wo* | Executes a wildcard search where the asterisk substitutes any zero or more characters. |
| +word | Executes an exact word search for the given string. |
| "word a" | Executes an exact sub-string search for the given string. |
| -word | Excludes the given string from the search. |
| -"word a" | Excludes the given string from the search. |
| LCD monitor | Combines the two strings using the logical operator defined as default for the current search (OR for product search and user search, AND for content asset searches). |
| LCD & CRT | If the default logical operator is OR, forces a logical AND combination. |
| LCD | CRT | If the default logical operator is AND, forces a logical OR combination. |
| <<none>> | In attribute value fields (advanced searches), executes a search for an empty string, i.e., for attributes without values |