Product reviews for Salesforce Commerce Cloud
Native SFCC LINK cartridge integration with full B2C Commerce compatibility. Page Designer support, verified purchase badges, and automatic JSON-LD schema for Google rich snippets — with no monthly per-review fees.
Salesforce Commerce Cloud has no native review system
B2C Commerce Cloud doesn't ship with a built-in product review and rating system. Most enterprise teams either build custom pipelines (expensive to maintain) or bolt on an overpriced third-party tool like Bazaarvoice or PowerReviews.
Growbic Reviews is a purpose-built alternative: a LINK cartridge that drops cleanly into your SFCC instance, maps to your Product catalogue, and delivers verified reviews with Google rich snippet schema — at a fraction of the cost.
SFCC setup in 4 steps
Upload the cartridge
Upload the growbic_reviews cartridge to your SFCC instance. Register it in Business Manager under Administration → Sites → Manage Sites → Settings.
# Cartridge path in Business Manager growbic_reviews:app_storefront_base
Configure hooks and pipelines
The cartridge registers hooks on dw.catalog.product for review display and dw.order.placed for post-purchase review request emails.
// hooks.json (auto-registered)
{
"hooks": [
{ "name": "dw.catalog.product.afterProductDisplay",
"script": "./cartridge/scripts/hooks/productHooks" }
]
}Add ISML templates
Include the Growbic review widget template in your product detail page ISML. Compatible with SFRA and Site Genesis based storefronts.
<isinclude template="growbic/reviewWidget" /> <isinclude template="growbic/reviewSchema" />
Map order data
Connect your order pipeline to send verified purchase data to the Growbic API. Verified buyers get a badge — boosting conversion.
// OrderListener.js
const GrowbicAPI = require('*/cartridge/scripts/growbicAPI');
GrowbicAPI.triggerReviewRequest(order);Everything your SFCC product pages need
Ready to add reviews to your SFCC storefront?
Our team has hands-on experience with SFCC integrations. We'll help with cartridge setup and migration from existing providers.
Talk to Our SFCC Team →