Searchspring equips brands and retailers with user-friendly search, merchandising, personalization, and analytics tools to increase online conversion and curate unique shopping experiences. You can easily integrate your review data with Searchspring as outlined below.
Overview
Searchspring ingests summary data from PowerReviews (via an XML file) to know the overall rating of each of your products. Through this, you can enhance your webpages and sort/filter options.
Product Results
Add star ratings to your product listing pages (PLPs):
Similar feature functionality is also offered through PowerReviews' Category Snippets. Discuss with your Customer Success Manager to determine which strategy is best for you.
Enhance Faceting
Add star ratings to the filtering/faceting options:
Sort Order
Order search results by star rating:
How to Enable
PowerReviews Clients
The PowerReviews and Searchspring integration is easy to enable. Simply contact your Customer Success Manager or Implementation Team to ensure your Review Summary XML file is being sent to the PowerReviews SFTP.
Once that is confirmed, let your Searchspring contact know you'd like to setup the PowerReviews integration. Be ready to provide them with your PowerReviews Account Credentials (Merchant ID and API Key) and PowerReviews SFTP credentials (Username and Password).
You can find your Account Credentials in the PowerReviews Portal under Account > Overview (or simply access the Account Credentials link above). Ask your Customer Success Manager or Implementation Team for your PowerReviews SFTP credentials, if needed.
That’s it! Searchspring will take it from there and you’ll be all set up to receive the benefits from our integration shortly.
Searchspring Steps
You'll need to place the PowerReviews div component into the product cards using the variable you have specified for the PowerReviews Page ID. Below is an example of how this can be done:
<!-- PowerReviews Code Start -->
<div data-pr-component="CategorySnippet" data-pr-page-id="{{ product.id }}"></div>
<!-- PowerReviews Code End -->
"{{ product.id }}" or the variable utilized in place of this would need to be the Page ID within the Review Summary XML file provided on the SFTP. The review_summary.zip file will be within the /data directory on the SFTP.
Please note that this is one example, and your code may differ based on your implementation with PowerReviews and with Searchspring.