Configuring Item Display Options

Depending on which SuiteCommerce Advanced (SCA) version you're using, perform the following procedures to configure item display options. For information about configuring properties for all SCA versions, see Wishlist Subtab.

To configure display options:

  1. Go to Commerce > Websites > Configuration.

  2. Select your website and domain and click Configure.

  3. In the configuration record, go to the Shopping tab and the Wishlist subtab.

  4. Set properties you need.

  5. Click Save

To configure display options (pre-Vinson):

  1. Create a custom module that includes SC.MyAccount.Configuration object as a dependency. See Configure Properties for details.

    Note:

    Do not edit the original SC.MyAccount.Configuration.js source file. See Develop Your SCA Customization for information and best practices on customizing JavaScript.

  2. Redefine the product_lists_templates array in the custom module. For details on these properties, see Display Modalities for Product List Items.

The following example shows a possible configuration.

             ,   product_lists_templates: [
         {id: 'list', name: 'List', columns: 1, icon: 'list-header-view-icon-list', isDefault: true}
      ,   {id: 'condensed', name: 'Condensed', columns: 1, icon: 'list-header-view-icon-condensed'}
      ] 

        

Related Topics

General Notices