EDS and Storefront Blocks
Blocks are how display reviews from within Edge Delivery Services and Adobe Commerce Storefront. They are easy to setup and configure, but require the app to be properly configured before they can work.
Installation
This guide assumes you have a compatible Edge Delivery Services installation already.
-
Copy the block directories in this
blocks/directory into your storefront’sblocksdirectory. -
Commit and deploy these to your aem.page or aem.live instances to enable them.
-
In your config.json, add the following keys under public.default and redeploy your application:
"yotpo": {
"config-url": "https://xxxxxx-yotpo-stage.adobeioruntime.net/api/v1/web/aio-commerce-yotpo-app/yotpo-config",
"instance-id": "1039593",
"url": "https://cdn-widgetsrepository.yotpo.com/v1/loader/2DscstHDudRbdPAOzC5foy1bLIBMZjhtyDjmsDJq"
}
yotpo-config-url action value can be found when you deploy the app in the deployment output in the console.
- In your content repository such as https://da.live/, navigate to the
<store>/products/defaultdocument, and create a block namedyotpo, like so:

- Test your storefront and ensure reviews are showing up correctly. Be sure to configure the integration in the Adobe Commerce Admin.