How to add the star rating widget to your Shoplazza store.
Follow the steps below to add the star rating widget to your Shoplazza store.
- Go to your online store and click on the three hamburger dots.
- In the drop down menu, click on Edit theme code.
- Then click on Continue editing.
- In the theme files, search for
product_info_prices.liquid
, just before the start of thespz-render
add this code <div data-kb-widget-type="kb-star-widget" id="{{product.id}}"></div>
and then save.
Done! The star rating widget should show on your site now.
Updated on: 14/05/2025
Thank you!