![]() |
Install: Kibo eCommerce App Marketplace Platforms: Legacy eCommerce, UCP eCommerce and eCommerce+OMS |
PowerReviews provides ratings and reviews that help increase buyer confidence and stimulate sales for your products. With PowerReviews, customers can leave ratings, write reviews, and ask questions directly on your product pages. PowerReviews is also capable of syndicating product reviews from all major retailers and search engines, increasing the reach of the reviews on your storefront.
The PowerReviews application seamlessly integrates your PowerReviews account with your storefront so that you can start displaying and generating reviews on your product and category pages. You can import product reviews from PowerReviews to eCommerce and display the average ratings for products as a facet on your site.
Application Features
- Display PowerReviews ratings summaries, detailed reviews, Write a Review links, and Question and Answer boxes (Social Answers) using widgets in Site Builder.
- Incorporate PowerReviews ratings into your storefront's faceting filters.
- Import product reviews from PowerReviews to eCommerce.
- Send customer reviews received on your storefront to PowerReviews.
- Increase your site's search engine optimization using reviews on your product pages. Search engine bots use reviews content to index your page and bolster search results.
- Place web beacon widgets on your checkout page to measure the impact that reviews and Q&A have on sale conversion.
Install the App
You can install the PowerReviews application directly from the App Marketplace:
- Go to: www.kibocommerce.com/marketplace
- In the Search field, enter: PowerReviews
- Click the app icon.
- On the app page, click Install Now.
Configure the Application
To integrate your PowerReviews services with Kibo, review the configuration requirements to ensure you have everything you need to be successful before you begin, and then complete the steps in this section.
Configuration Requirements
- The PowerReviews application must be installed on your tenant.
- You must have an active PowerReviews account.
- You must have access to modify and update your site's theme.
Obtain PowerReviews Account Credentials
Note your PowerReviews account credentials. You will enter these credentials in Kibo.
- Log in to your PowerReviews account.
- Click Configuration > Configure Reviews to display the general configuration settings for your PowerReviews account.
- Note the Merchant Group ID, Merchant ID, Site ID, FTP Site, FTP username, FTP password, and ZIP File Name.
Configure the App
- In Admin, go to System > Customization > Applications.
- Click Mozu PowerReviews Enterprise Application.
- Click the Configuration link to open configuration settings.
- Open the Settings tab.
- Click Add Merchant Group to add your PowerReviews account information to Kibo:
- Enter the Merchant Group ID.
- Enter the FTP Username.
- Enter the FTP Password.
- In the PowerReview Import Frequency drop-down, choose a frequency for importing content from PowerReviews to your Kibo site.
- Click Show Advanced Settings.
- Enter the FTP Location using the FTP site from your PowerReviews account.
- Enter the FTP Port.
- Enter the PowerReview Import Filename using the ZIP file name from your PowerReviews account.
- Enter the zip file name provided by your PR representative..
- Click Add Mozu Site to configure PowerReviews for your storefront:
- Select your storefront from the Mozu Site drop-down.
- Enter the Merchant ID.
- Enter the Merchant API Key.
- Enter the Locale to match your site settings.
- Select the Rating Attribute for the site and locale.
- Enter product codes in the Regex field for products that have product codes containing unsupported characters.
- Click Save to save changes to the Kibo Site configuration.
- Click Save to save changes to the Merchant Group configuration.
Enable the App
After configuration, enable the PowerReviews application and extend the PowerReviews theme to your storefront using Site Builder.
To enable the app:
- In Admin, go to System > Customization > Applications.
- Click Mozu PowerReviews Enterprise Application.
- Click Enable App.
Update Your Theme
The PowerReviews Application requires widgets and a new template page in your Kibo theme. You can download the required code from GitHub.
The sample code on GitHub includes the following basic components that support the PowerReviews integration:
- Widgets:
- PowerReviews Snippets—Configurable widget for product pages that can display the following:
- Review Snippet—Small display that includes the PowerReviews rating and a link shoppers can follow to read or write full reviews.
- Q&A Snippet—Small display that includes links to existing questions and answers and a link shoppers can follow to ask a question.
- PowerReviews ROI Beacon—Measures how product reviews and Q&A affect sale conversions. This widget goes on your checkout page and is not visible to shoppers.
- PowerReviews Display—Configurable widget for product pages that can display the following:
- Review Display—Displays full-text reviews.
- Q&A Display—Displays full-text questions and answers.
- Why did you Buy?—Allows the user to enter the reason why they purchased a product.
- PowerReviews ROI Beacon—Configurable widget for checkout pages that can display the following:
- Include Why Did you buy—Indicates whether the beacon should include data on why the shopper bought a product.
- Include Seller Ratings—Indicates whether information from PowerReviews to indicate the ratings for the seller of a product.
- Seller Ratings PageId—A value provided by PowerReviews that links seller reviews to your PowerReviews page.
- PowerReviews Snippets—Configurable widget for product pages that can display the following:
- Page:
- Write a Review Page—Template for a page shoppers can use to review products directly on your site.
This section assumes you are familiar with Kibo theme development. Consult your theme developer or Kibo Professional Services if you need help implementing these theme modifications.
Modify and Merge the Code from GitHub
The files in the Mozu/Integration-PowerReviewsWidgets repository include some placeholders where you can modify the code to customize your integration. For example, we provide several override.css
files you can use to override the default styling of your PowerReviews widgets. We also include a modified category.hypr
template that pulls the powerreviews.js
functionality into your Category pages, but you do not need to update this file if you only want to show reviews on Product pages. You also can modify the Display widgets to support tabs. A sample implementation of this is provided in the next section.
The GitHub readme includes a full list of the files you can add or modify to support PowerReviews in your Kibo theme. You can run the git diff
command in any command-line shell to see the differences between the sample implementation and your own theme.
Build and Apply the Theme
- Use the Kibo Theme Generator or run Grunt to build the theme.
- Upload the resulting ZIP file to Dev Center.
- Install the updated theme to your sandbox.
- In Admin, go to Main > Site Builder > Themes.
- Click the dots next to the new theme and select Apply.
Edit Your Site in Site Builder
After you update your theme with the sample code from GitHub and apply the new theme you to your site, you are ready to modify your live site in Site Builder.
Add a Write a Review Page
Complete the following steps after adding the /templates/pages/write-a-review.hypr
file to your theme:
- In Admin, go to Main > Site Builder > Editor.
- Select your site from the top bar.
- In the site tree, go to Single Pages, click the three dots, and select Add Page.
- Add a Write a Review page by entering
Write a Review
for the Page Title, accepting the default Page URL, and selecting Write a Review from the template drop-down. - Click Save.
Add Review Widgets to Product Pages
- In Admin, go to Main > Site Builder > Editor.
- In the site tree, expand Templates and select Product.
- Switch to Widgets in the site tree and drag either the PowerReviews Snippets or PowerReviews Display widget into a dropzone.
Typically, you add Snippets to the top of a page or in the sidebar, to alert shoppers to reviews without taking up valuable screen space. You can add Displays to the bottom of the page so shoppers can read full-text content without leaving your site. - Choose a widget type in the configuration dialog.
- (Optional) If you want shoppers to see the review and Q&A sections in the same display on separate tabs, enable Is Tab Enabled? and use Tab Code to enter JavaScript that specifies which tab to activate when the user clicks a link to the display.For example, the following sample code would display the tabs defined earlier in this topic:
var tabItems = $('.cd-tabs-navigation a'); var tabItem = $('.cd-tabs-navigation'); var tabContentWrapper = $('.cd-tabs-content'); var selectedTab = tabItem.find('a[data-content=\"'+tabName+'\"]'); var selectedContent = tabContentWrapper.find('li[data-content=\"'+tabName+'\"]'); tabItems.removeClass('selected'); selectedTab.addClass('selected'); selectedContent.addClass('selected').siblings('li').removeClass('selected');
The functionactivateTab(tabName)
inpr-product-reviews.hypr
uses this code. The method itself is invoked bypowerreviews.js
(in GitHub atscripts/widgets/powerreviews.js
). - Click Save.
Add the ROI Beacon to Your Checkout Page
The ROI Beacon measures how product reviews and Q&A affect sale conversions:
- In Admin, go to Main > Site Builder > Editor.
- In the site tree, expand Templates and select Checkout.
- Switch to Widgets in the site tree and drag PowerReviews ROI Beacon to any dropzone. This widget is not visible to shoppers on your live site.
Use the App
Import Data
You can import reviews data for your products using the configuration page for the PowerReviews Application:
- In Admin, go to System > Customization > Applications.
- Click Mozu PowerReviews Enterprise Application.
- Click the Configuration link to open configuration settings.
- On the Import tab, click Import Now.
After you import data for the first time, Kibo automatically imports data based on the settings you set during configuration. For example, if you configure your settings at 10 am to import data every four hours, the imports occur six times a day at 2 am, 6 am, 10 am, 2 pm, 6 pm, and 10 pm. To view imported ratings for each product, use the Catalog page in Admin (go to Main > Catalog > Inventory and search for a product). A Rating field displays in the Properties section, showing a calculated average of all PowerReviews shopper ratings entered through your storefront, or syndicated from external sites if your PowerReviews account provides syndication services. The PowerReviews storefront theme uses the Rating property as one option to facet and filter products on your storefront.
You can now preview PowerReviews functionality on your storefront.