
Adding Questions & Answers add-ons can enhance customer interaction on your Shopify product pages. This feature enables customers to ask questions and vote on others, providing valuable insights into the product.
From Shopify admin, open Sales channels menu.
Navigate to Online Store > Themes.
Click the “…“ button on the theme you want to add Q&A widget and select Edit code.

Open product.liquid file in templates folder.
Add this code to the bottom of the file and save it.
<!-- RYVIU APP :: QA -->
<div class="lt-block-reviews">
<questions-answers handle="{{product.handle}}" product_id="{{product.id}}"></questions-answers>
</div>
<!-- / RYVIU APP -->Need help?
Get in touch with our support team through live chat or email at [email protected]. We're here to help!