Reviews Subtab

These settings configure properties related to product reviews.

More Information: SuiteCommerce Product Reviews

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

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

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

Shopping Tab
Quick Order Subtab
Wishlist Subtab

General Notices