Stamped.io Integration Guide
In this article, we will provide you a guide for Stamped.io integration with Product Filter & Search app.
In this article
About Stamped.io
- Stamped.io collect and showcase Product & Videos, Site Review, Photo Reviews, Q&A, Instagram, Checkout Reviews easily to increase Social Proof & Conversions.
- App details: https://stamped.io/
- Boost sales with Collection Filter & Smart Instant Search and high-impact Customer's content throughout their buying journey.
Demo of Stamped.io Integration
1
Display reviews/ratings in the product item.
- www.motionrc.eu
- boost-pfs-integration-2.myshopify.com
2
Display filter option by ratings/reviews
- fxrracing.com
- boost-pfs-integration-2.myshopify.com
Instruction
Attention: The current document only works with the new front-end lib from Boost Commerce. Please read this document first to know if you are using the latest version.
Build rating for the product items
// For boost-pfs-filter.js '<span class="stamped-product-reviews-badge" data-id="{{itemId}}"></span>' + // For boost-pfs-filter-html.liquid <span class="stamped-product-reviews-badge" data-id="[[itemId]]"></span>
Then paste it inside the block productGridItemHtml, where you want your Ratings to appear, for example, under the product price:
If productGridItemHtml variable does not exist, please check the file boost-pfs-filter-html.liquid:
// Integrate Stamped.io Reviews var self = this; if (typeof StampedFn !== 'undefined' && typeof StampedFn.loadBadges == 'function') { StampedFn.loadBadges(); }
Build a filter option by ratings/reviews.
If something goes wrong, please contact us at support@boostcommerce.net.