Important note: We won’t continue to support more updates to the Checkout Comments app.
Removing the script for question & reply box
The ScriptTag responsible for adding the Checkout Comment field(s) to your Checkout page will be automatically removed upon uninstallation of the app.
Removing the checkout comments widget
The Checkout Comments Widget is an optional feature and is not necessary for using the Judge.me Checkout Comments app.
Merchants typically add the code to their theme liquid file (layout/theme.liquid) and the product page (usually sections/product-template.liquid or templates/product.liquid).
For reference, here are the code snippets:
Code snippet for theme liquid (layout/theme.liquid)
Copy code{{ shop.metafields.judgeme.settings }}
Code snippet for product page
htmlCopy code<div id='judgeme_product_checkout_comments' class='jdgm-widget jdgm-comment-widget' data-product-title='{{ product.title }}' data-id='{{ product.id }}'> {{ product.metafields.judgeme.checkout_comments_widget }} </div>
If you need help uninstalling checkout comments, contact our team at [email protected]. We're available to help 24/7!