Reviews Subtab
These settings configure properties related to product reviews.
More Information: SuiteCommerce Product Reviews
Enable Product Reviews
This Boolean specifies if customers can view and create product reviews on your Commerce website.
The Enable Product Reviews setting applies to 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 do not want your customers to view and create product reviews on your website.
ID |
productReviews. enableProductReviews |
UI location |
Shopping > Reviews |
JSON file |
ProductReviews.json |
Max Flag Count
This number specifies the number of flags a review must receive before being 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 specifies if users must be logged in to create a review.
ID |
productReviews.loginRequired |
UI location |
Shopping > Reviews |
JSON file |
ProductReviews.json |
Configuration file (pre-Vinson) |
SC.Shopping.Configuration.js |
Flagged Status
This number specifies the number of times a review is 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 specifies the number of times the review has been approved by a user.
ID |
productReviews.approvedStatus |
UI location |
Shopping > Reviews |
JSON file |
ProductReviews.json |
Configuration file (pre-Vinson) |
SC.Shopping.Configuration.js |
Pending Approval Status
This number specifies the number of 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 number specifies the number of product reviews displayed per page.
ID |
productReviews.resultsPerPage |
UI location |
Shopping > Reviews |
JSON file |
ProductReviews.json |
Configuration file (pre-Vinson) |
SC.Shopping.Configuration.js |
Max Rate
This number specifies the maximum 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
This Boolean, if checked, causes the application to compute and display the overall rating for the product.
ID |
productReviews.computeOverall |
UI location |
Shopping > Reviews |
JSON file |
ProductReviews.json |
Configuration file (pre-Vinson) |
SC.Shopping.Configuration.js |
Filter Options
This array specifies how product reviews are filtered and displayed. Each filter option defines the following properties:
-
ID (string) – specifies the internal identifier of the filter option.
-
Name (string) – specifies the label of the filter option as it appears in the user interface.
-
Params (string) – defines a JSON object that declares the URL parameters of the filter option.
-
Is Default (Boolean) – specifies the default filter option displayed in the drop down list.
IDs |
|
UI location |
Shopping > Reviews |
JSON file |
ProductReviews.json |
Configuration file (pre-Vinson) |
SC.Shopping.Configuration.js |
Sort Options
This array specifies how product reviews are sorted. Each sort option defines the following properties:
-
ID (string) – specifies the internal identifier of the sort option.
-
Name (string) – specifies the label of the sort option as it appears in the user interface.
-
Params (string) – defines a JSON object that declares the URL parameters of the sort option.
-
Is Default (Boolean) – specifies the default sort option displayed in the drop down list.
IDs |
|
UI location |
Shopping > Reviews |
JSON file |
ProductReviews.json |
Configuration file (pre-Vinson) |
SC.Shopping.Configuration.js |