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:

  1. Go to Commerce > Websites > Configuration.

  2. Select your website and domain, then click Configure.

  3. In the Configuration record, go to Shopping > Reviews.

  4. Set the properties you need. See Reviews Subtab for more on configuring product review properties.

  5. Click Save.

Note:

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:

  1. Go to Commerce > Websites > Configuration.

  2. Select your website and domain, then click Configure.

  3. In the Configuration record, go to Shopping > Reviews.

  4. 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.

  5. Click Add.

  6. Click Save.

Related Topics

General Notices