> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.kudobuzz.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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.

1. Go to your online store and click on the three hamburger dots.

![](https://storage.crisp.chat/users/helpdesk/website/-/b/4/6/2/b4624435cf53a800/image_144xss7.png)
2. In the drop down menu, click on **Edit theme code**.

![](https://storage.crisp.chat/users/helpdesk/website/-/b/4/6/2/b4624435cf53a800/image_4d60bh.png)
3. Then click on **Continue editing**.

4. In the** theme **files, under **snippets**, search for `product_info_prices.liquid`, just before the start of the `spz-render`
add this code `<div data-kb-widget-type="kb-star-widget" id="{{product.id}}"></div>` and then save.

![](https://storage.crisp.chat/users/helpdesk/website/-/b/4/6/2/b4624435cf53a800/image_iw9qzz.png)
Done! The star rating widget should show on your site now.