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:
-
Go to Commerce > Websites > Configuration.
-
Select your website and domain, then click Configure.
-
In the configuration record, go to the Shopping tab and the Wishlist subtab.
-
Set properties you need.
-
Click Save
To add predefined templates (pre-Vinson):
-
In the SC.Configuration.MyAccount.js file, duplicate the list_templates function and rename the list.
-
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' } } ]