Shopify themes, liquid, logos, and UX
product-template.liquid
file and find the code that generates the review section. It might look similar to this:
{% include 'product-reviews' %}
Cut (or copy) the above code snippet from its current location.
Scroll down in the product-template.liquid
file until you find the code that generates the product description. It should be similar to:
<div class="product__description rte">
{{ product.description }}
</div>
<div class="product__description rte">
{{ product.description }}
</div>
{% include 'product-reviews' %}
Hey @Sultan2
Select your Debutify theme and click on Action or the ellipsis button.
Click Edit code.
Click on the Snippets folder to open.
Click on the product-template.liquid file in the Snippet Folder.
Press CTRL + F and search for "review-widget"
and remove the following code.
{%- unless emptyState -%}
<div class="product-single-reviews-wrapper">
{% render 'review-widget', product: product %}
</div>
{%- endless -%}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024