How to add the Product Widget to your Shoplazza store.
Follow the steps below to add the product 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_description.liquid
, in there just before the end of thespz-accordion
add the following code<div data-kb-widget-type="kb-product-widget" data-kb-product-id={{product.id}}></div>
then save
Done! The product widget should show on your site now.
Updated on: 14/05/2025
Thank you!