FROM CACHE - de_header
Diese Community hat auf Peer-to-Peer-Support umgestellt. Der Shopify Support wird diese Community nicht mehr betreuen. Wir empfehlen dir, dich mit anderen Händler:innen und Partner:innen in Verbindung zu setzen, um Unterstützung zu erhalten und Erfahrungen auszutauschen. Bitte melde weiterhin alles, was gegen unseren Verhaltenskodex verstößt, oder Inhalte, die deiner Meinung nach entfernt werden sollten.

Product reviws placement

Gelöst

Product reviws placement

Odino
Shopify Partner
4 0 0
Spoiler
 

Hi I want to place my reviews from all my products under my product title and not at the end of the product how can I do that?

1 AKZEPTIERTE LÖSUNG

Gabe
Shopify Staff
19233 3006 4433

Erfolg.

Hey @Odino 

 

Thanks for the question and you have the German community. But we can also chat in English, that's no problem! 

 

To modify the location of your product reviews on your Shopify site, you will need to manually change your theme's HTML/CSS code. Before making any changes, remember to Backup  your themeChanges to your theme code can exclude your theme from the theme updates and can also slow down your page loading times.

 

Here is the general process if you are using our native Product Reviews app:

  1. Locate the reviews code: You can find this in the Product Reviews app instructions for your current theme. If you've already installed Product Reviews, you may have inserted something like this in your product-template.liquid:

{% include 'product-reviews' %}

 

Relocate the reviews code: Decide where you'd like your reviews to appear (i.e., below your product title). This will also be in the product-template.liquid file, or possibly in the product.liquid file, depending on your theme. Find your product title code—it might look something like this:

 

<h1 class="product-title">{{ product.title }}</h1>

 

After identifying this line of code, place the reviews code directly below it and save your changes:

 

<h1 class="product-title">{{ product.title }}</h1>
{% include 'product-reviews' %}

 

If you have any further questions on that, please direct them to an expert who can take a  👀  into your theme code.

 

Hope that helps! 😉

Gabe | Social Care @ Shopify
 - War meine Antwort hilfreich? Klicke Like um es mich wissen zu lassen! 
 - Wurde deine Frage beantwortet? Markiere es als Akzeptierte Lösung 
 - Um mehr zu erfahren, besuche das Shopify Help Center oder den Shopify Blog

Lösung in ursprünglichem Beitrag anzeigen

1 ANTWORT 1

Gabe
Shopify Staff
19233 3006 4433

Erfolg.

Hey @Odino 

 

Thanks for the question and you have the German community. But we can also chat in English, that's no problem! 

 

To modify the location of your product reviews on your Shopify site, you will need to manually change your theme's HTML/CSS code. Before making any changes, remember to Backup  your themeChanges to your theme code can exclude your theme from the theme updates and can also slow down your page loading times.

 

Here is the general process if you are using our native Product Reviews app:

  1. Locate the reviews code: You can find this in the Product Reviews app instructions for your current theme. If you've already installed Product Reviews, you may have inserted something like this in your product-template.liquid:

{% include 'product-reviews' %}

 

Relocate the reviews code: Decide where you'd like your reviews to appear (i.e., below your product title). This will also be in the product-template.liquid file, or possibly in the product.liquid file, depending on your theme. Find your product title code—it might look something like this:

 

<h1 class="product-title">{{ product.title }}</h1>

 

After identifying this line of code, place the reviews code directly below it and save your changes:

 

<h1 class="product-title">{{ product.title }}</h1>
{% include 'product-reviews' %}

 

If you have any further questions on that, please direct them to an expert who can take a  👀  into your theme code.

 

Hope that helps! 😉

Gabe | Social Care @ Shopify
 - War meine Antwort hilfreich? Klicke Like um es mich wissen zu lassen! 
 - Wurde deine Frage beantwortet? Markiere es als Akzeptierte Lösung 
 - Um mehr zu erfahren, besuche das Shopify Help Center oder den Shopify Blog