To change the Catalog Media browse node icon, do the following:

<!-- The media node -->
 <browse-item id="media"
              label-resource="node.media.label"
              is-root="true"
              icon="images/stat_error_16.png">
   <list-definition id="mediaRootFolders"
                    retriever="query"
                    child-type="/atg/commerce/catalog/MerchandisingProductCatalog:folder">
     <retriever-parameter name="query"
                          value="parentFolder IS NULL" />
     <retriever-parameter name="refresh-property"
                          value="parentFolder" />
   </list-definition>
 </browse-item> <!-- end media -->

To implement custom icons for the Catalog Asset type, do the following:

catalogIconSwf=images/gray_x_icon.png
catalogLargeIconSwf=images/gray_x_icon.png

The following is sample code when using Font Awesome icons instead of an image:

catalogIconSwf=fa fa-calculator
catalogLargeIconSwf=fa fa-calculator

The following are customization examples:

MerchConfig.003, for example, to specify a localized display string for the previous sku-color example the following steps are necessary:

<item-descriptor name="sku"> <table name="my_sku_extensions" type="auxiliary" id-column-name="sku_id"> <property name="color" data-type="string" column-name="color" category-resource="categoryPresentation" display-name-resource="sku.color"> <attribute name="resourceBundle" value="my.module.Resources"/> </property> </table> </item-descriptor>

Copyright © 1997, 2018 Oracle and/or its affiliates. All rights reserved. Legal Notices