Configuring the Display of Product Attributes

You can configure the product attributes that are displayed when you point to a product.


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 ENOSHOWebApp_Configuration.xml file.
  3. Modify the file to modify the product attributes.
    • Configure the attributes of the WebApp tag.
      AttributesDescriptionValues
      idDefines the identifier.cdt, home, or retail.
    • Configure the attributes of the attributelist tag. This tag is applicable for consumer decision tree, homepage, and the products and representations pages of assortments.
      AttributesDescriptionValues
      contextDefines the list of attributes required in the specific context.Text value.

      For example, product-properties.

    • Configure the attributes of the attribute tag. This tag is applicable for consumer decision tree, homepage, and the products and representations pages of assortments.
      AttributesDescriptionValues
      selectThe name of the attribute to display.Text value.

      For example: attribute[SHOAtt_Color], attribute[SHOAtt_Brand], and attribute[ShopperHeight]

      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

      indexThe name of the attribute to be indexed by 3DSearch.Text value.

      Note: This value must be the same as the name of the attribute declared in the 3DSearch config.xml file. In the config.xml file, if the value of the fastsort keyword is set to true for the attribute, you can sort the attribute column in the app. For more information, see Config.xml Parameters in the 3DSearch Administration Guide.

    • Configure the attributes of the CustomSearch tag.
      Attributes Description Values
      filterbymarketingtag Defines whether products can be filtered by marketing tags.

      true: products can be filtered by marketing tags.

      false: products cannot be filtered by marketing tags.

    • Configure the attributes of the new tag.
      AttributesDescriptionValues
      valueThe age of a planogram in number of days with respect to the selected date for it to be labeled as new. For example, if the value is 30, a planogram created up to 30 days before the selected date is labeled as new.Number
    • Configure the attributes of the recent tag.
      AttributesDescriptionValues
      valueThe age of a planogram in number of days with respect to the selected date for it to be labeled as recent. For example, if the value is 90, a planogram created from 90 days to 30 days before the selected date is labeled as recent.Number
    • Configure the attributes of the adaptations, masterplanograms, and the actualplanograms tags.
      AttributesDescriptionValues
      showFutureDefines whether planograms effective from the selected date must be displayed.

      true: future planograms are displayed.

      false: future planograms are not displayed.

      • Configure the attributes of the states tag.
        AttributesDescriptionValues
        privateDefines whether planograms in the Private state are displayed.

        true: planograms in the Private state are displayed.

        false: planograms in the Private state are not displayed.

        inworkDefines whether planograms in the In Work state are displayed.

        true: planograms in the In Work state are displayed.

        false: planograms in the In Work state are not displayed.

        frozenDefines whether planograms in the Frozen state are displayed.

        true: planograms in the Frozen state are displayed.

        false: planograms in the Frozen state are not displayed.

        releasedDefines whether planograms in the Released state are displayed.

        true: planograms in the Released state are displayed.

        false: planograms in the Released state are not displayed.

        obsoleteDefines whether planograms in the Obsolete state are displayed.

        true: planograms in the Obsolete state are displayed.

        false: planograms in the Obsolete state are not displayed.

      • Configure the attributes of the tags tag.
        AttributesDescriptionValues
        newDefines whether the label NEW is displayed on new planograms.

        true: The label NEW is displayed on new planograms.

        false: The label NEW is not displayed on new planograms.

        recentDefines whether the label RECENT is displayed on recent planograms.

        true: The label RECENT is displayed on recent planograms.

        false: The label RECENT is not displayed on recent planograms.

        futureDefines whether the label FUTURE is displayed on future planograms.

        true: The label FUTURE is displayed on future planograms.

        false: The label FUTURE is not displayed on future planograms.

        obsoleteDefines whether the label OBSOLETE is displayed on obsolete planograms.

        true: The label OBSOLETE is displayed on obsolete planograms.

        false: The label OBSOLETE is not displayed on obsolete planograms.

  4. Upload the modified file.
    For more information, see Update a Configuration File.