Use the SuiteCommerce Configuration record to configure the display of product reviews on your website, including filter and sort options. For pre-Vinson implementations of SuiteCommerce Advanced, configure properties by extending the backend and frontend configuration files.
To configure Product Reviews:
- Go to Commerce > Websites > Configuration.
- Select your website and domain and click Configure.
- In the Configuration record, go to the Shopping tab and the Reviews subtab.
- Set properties as required.For information about configuring properties for product reviews using the Configuration record
- Click Save.
Product reviews are sorted by default by their creation date rather than by a custom creation date. To sort reviews by custom creation date, add a new sort option using the custom creation date’s property ID.
To configure product reviews by custom creation date:
- Go to Commerce > Websites > Configuration.
- Select your website and domain and click Configure.
- In the Configuration record, go to the Shopping tab and the Reviews subtab.
- Enter the following details in the Sort Options area:
- In the ID field, enter: custom_date
- In the Name field, enter: By Date Migrated
- In the Params field, enter: {“order”: “custom_created_on:ASC”}
- Check Is Default if you want this to be the default sort option displayed in the dropdown list on your website.
- Click Add.
- Click Save.