Reviews Subtab

These settings let you manage product reviews.

More Information: SuiteCommerce Product Reviews

Enable Product Reviews

This Boolean controls whether customers can view and write product reviews on your site.

The Enable Product Reviews setting works with SuiteCommerce and SuiteCommerce Advanced versions 2024.2 and later. For SuiteCommerce Advanced versions 2024.1 and earlier, install the Reference Product Review Records SuiteApp. See Product Reviews for SuiteCommerce Advanced 2024.1 and Earlier.

This setting is enabled by default. Clear the Enable Product Reviews box if you don't want customers to view or write reviews.

ID

productReviews. enableProductReviews

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Max Flag Count

This number lets you choose how many flags a review needs before it's marked as flagged by users.

ID

productReviews.maxFlagsCount

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Login Required

This Boolean controls whether customers need to be logged in to write a review.

ID

productReviews.loginRequired

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Flagged Status

This integer lets you define the number of times a review has been flagged. If the value of the productReviews.maxFlagsCount property is reached, then this property is set to that value.

ID

productReviews.flaggedStatus

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Approved Status

This number displays how many times users have approved a review.

ID

productReviews.approvedStatus

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Pending Approval Status

This number displays how many pending approvals the review has.

ID

productReviews.pendingApprovalStatus

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Results per Page

This integer lets you define how many product reviews display on each page.

ID

productReviews.resultsPerPage

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Max Rate

This number sets the highest rating an item can receive.

ID

productReviews.maxRate

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Compute Overall

If you check this Boolean, the application will calculate and show the product's overall rating.

ID

productReviews.computeOverall

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Filter Options

This array lets you control how product reviews are filtered and displayed. Each filter option defines the following properties:

  • ID (string) – the internal identifier for the filter option.

  • Name (string) – the label for the filter option in the user interface.

  • Params (string) – defines a JSON object that declares the filter option’s URL parameters.

  • Is Default (Boolean) – sets the default filter option in the drop-down list.

IDs

productReviews.filterOptions
productReviews.filterOptions.id
productReviews.filterOptions.name
productReviews.filterOptions.params
productReviews.filterOptions.isDefault

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Sort Options

This array lets you control how product reviews are sorted. Each sort option defines the following properties:

  • ID (string) – the internal ID for the sort option.

  • Name (string) – the label for the sort option in the user interface.

  • Params (string) – defines a JSON object that declares the sort option’s URL parameters.

  • Is Default (Boolean) – sets the default sort option in the drop-down list.

IDs

productReviews.sortOptions
productReviews.sortOptions.id
productReviews.sortOptions.name
productReviews.sortOptions.params
productReviews.sortOptions.isDefault

UI location

Shopping > Reviews

JSON file

ProductReviews.json

Configuration file (pre-Vinson)

SC.Shopping.Configuration.js

Related Topics

General Notices