Configuring Annotations

You can configure the list of product attributes that are displayed in an annotation linked to a product in Store Studio.


Before you begin: You must have the Administrator role (VPLMAdmin). For more information, see: Managing Persons, Roles, Organizations, and Collaborative Spaces in the People & Organizations and Content - Administration guide.
See Also
Access Configuration Files
  1. Access the configuration files.
  2. In the Configuration Files page, download the ENOSHOStoreStudio_AnnotationsConfiguration.xml file.
  3. Modify the file to modify the annotations' properties.
    AttributesDescriptionValues
    idDescribes how the display is computed. This attribute is mandatory.

    • TITLE
    • SHOProductSubAssortmentCustomAttribute.

    selectDescribes how the display is computed. This attribute is mandatory.
    • name
    • attribute[RecommendedPublicPrice]
    • attribute[Title]

    You can retrieve and use custom attributes for the select attribute.

    For example, if you create a custom attribute named Custom Attribute for Merchandising Product, its database name will be XP_MerchandisingProduct_Ext.Custom_Attribute. You can use this attribute as follows: <attribute select="attribute[XP_MerchandisingProduct_Ext.Custom_Attribute]"/>

    You can use these extensions to retrieve custom attributes for various objects.

    XP_MerchandisingAssetDrawer_Ext

    XP_MerchandisingAssetGondolaSection_Ext

    XP_MerchandisingAssetHangingBar_Ext

    XP_MerchandisingAssetPallet_Ext

    XP_MerchandisingAssetPegSupport_Ext

    XP_MerchandisingAssetPeg_Ext

    XP_MerchandisingAssetShelf_Ext

    XP_MerchandisingAssetShortShelf_Ext

    XP_MerchandisingAssetWithRepresentation_Ext

    XP_MerchandisingAsset_Ext

    XP_MerchandisingAssortment_Ext

    XP_MerchandisingComposition_Ext

    XP_MerchandisingGondola_Ext

    XP_MerchandisingProduct_Ext

    XP_MerchandisingRepresentation3D_Ext

    XP_MerchandisingRetailCategory_Ext

    XP_MerchandisingRetailCluster_Ext

    XP_MerchandisingRetailStore_Ext

    XP_MerchandisingScene_Ext

    XP_MerchandisingStore_Ext

    XP_MerchandisingStoryboard_Ext

    XP_MerchandisingSubAssortment_Ext

    titleDefines the title of an attribute. This attribute is optional.Text value.
    Important: You can only assign one mandatory attribute (id or select) to each attribute tag.
  4. Upload the modified file.
    For more information, see Update a Configuration File.