Overview

StoreFront includes some customization functionality out of the box using the administration console. Using the Customization API, you can further customize the user interface beyond the build-in capabilities. The API consists of:

  • A list of CSS styles that are applied to elements in the UI that you can customize.
  • The HTML IDs of areas of the UI that you can customize.
  • A set of script extension points, which allow you to define JavaScript callback functions to be called when various things occur on the UI.
  • JavaScript functions to make something happen, for example to launch an app or show a message box.

Customizations apply when opening the store in a web browser and in Citrix Workspace app for Windows, Mac, Chrome, iOS, Android, and Linux.

This API is available for StoreFront 3.0 and higher when using the unified experience. It is not available when using the next generation experience.

Overview

In this article