What's your biggest current challenge? Have your say in Community Polls along the right column.

how to move review section debutify bellow product description?

how to move review section debutify bellow product description?

Sultan2
Tourist
8 0 1

Sultan2_0-1684059004603.png

 

please help

Replies 2 (2)

NomtechSolution
Astronaut
1245 113 154
  1. Open the product-template.liquid file and find the code that generates the review section. It might look similar to this:

 

{% include 'product-reviews' %}
​

 

  1. Cut (or copy) the above code snippet from its current location.

  2. 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>

 

  1. Paste the review section code snippet immediately below the product description code. It should now look like this:

 

<div class="product__description rte">
  {{ product.description }}
</div>

{% include 'product-reviews' %}
​

 

debutifysupport
Shopify Partner
128 17 54

Hey @Sultan2 

 

STEP 1

Select your Debutify theme and click on Action or the ellipsis button.

 

STEP 2

Click Edit code.

 

STEP 3

Click on the Snippets folder to open.

 

STEP 4

Click on the product-template.liquid file in the Snippet Folder.

 

STEP 5

Press CTRL + F and search for "review-widget"

 

STEP 6

and remove the following code.

{%- unless emptyState -%}

<div class="product-single-reviews-wrapper">

{% render 'review-widget', product: product %}

</div>

{%- endless -%}

Step 7.png

Thank you for choosing Debutify!
Technical Support Team | Debutify CORP