Remove Liquid Error message from bottom of website

Topic summary

A user encountered a Liquid error message appearing at the bottom of their Shopify store.

A support representative from the Ryviu app provided a solution: navigate to Online Store > Themes > Edit code, open the theme.liquid file, and remove specific lines of code containing ‘wsa-rezimotsuc-tcudorp’ (either with ‘include’ or ‘render’).

The user confirmed the fix worked successfully and the error message disappeared. The issue has been resolved.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hi @QueKrazy

Dan here from Ryviu: Product Reviews & QA app.

Please go to your Online Store > Themes > Edit code, open theme.liquid file, find and remove this line of code and save your file to solve.

{% render 'product-customizer-asw' %}

Or

{% include 'product-customizer-asw' %}
1 Like