Configuring Predefined Templates

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

To add predefined templates:

  1. Go to Commerce > Websites > Configuration.

  2. Select your website and domain, then 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 add predefined templates (pre-Vinson):

  1. In the SC.Configuration.MyAccount.js file, duplicate the list_templates function and rename the list.

  2. Add predefined templates.

                    ,   product_lists: {
    
          additionEnabled: true
       ,   loginRequired: true
       ,   list_templates: [
          {
             'templateid': '1'
          ,   'name': 'My List'
          ,   'description': 'sample predefined template'
          ,   'scope': {
                'id':'2'
             ,   'name':'private'
    
          }
    
    ,   {
             'templateid': '1'
          ,   'name': 'New List'
          ,   'description': 'new sample predefined template'
          ,   'scope': {
                'id':'2'
             ,   'name':'private'
             }
    
          }
       ] 
    
                  

Related Topics

General Notices