Product Review Configuration
Configure product review display, filters, and sorting using the SuiteCommerce Configuration record. For pre-Vinson implementations of SuiteCommerce Advanced, configure properties by extending backend and frontend configuration files. For details, see Best Practices for Customizing SCA.
To configure product reviews:
-
Go to Commerce > Websites > Configuration.
-
Select your website and domain, then click Configure.
-
In the Configuration record, go to Shopping > Reviews.
-
Set the properties you need. See Reviews Subtab for more on configuring product review properties.
-
Click Save.
By default, product reviews are sorted by creation date, not custom creation date. To sort by custom date, add a new sort option with the custom date's property ID.
To sort product reviews by custom date:
-
Go to Commerce > Websites > Configuration.
-
Select your website and domain, then click Configure.
-
In the Configuration record, go to Shopping > Reviews.
-
Enter the following in the Sort Options area:
-
In the ID column, enter: custom_date
-
In the Name column, enter: By Date Migrated
-
In the Params column, enter: {"order": "custom_created_on:ASC"}
-
Check Is Default to make this the default sort option displayed in the dropdown list on your site.
-
-
Click Add.
-
Click Save.