<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Widget Reviews Archives - A2Reviews Blog</title>
	<atom:link href="https://blog.a2rev.com/category/widget-reviews/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.a2rev.com/category/widget-reviews/</link>
	<description>A good application for managing reviews</description>
	<lastBuildDate>Wed, 09 Feb 2022 16:39:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://blog.a2rev.com/wp-content/uploads/2022/11/cropped-logo-512x512-1-32x32.png</url>
	<title>Widget Reviews Archives - A2Reviews Blog</title>
	<link>https://blog.a2rev.com/category/widget-reviews/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Add A2Reviews snippet code manually in Shopify theme</title>
		<link>https://blog.a2rev.com/shopify/add-a2reviews-snippet-code-manually-in-shopify-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-a2reviews-snippet-code-manually-in-shopify-theme</link>
					<comments>https://blog.a2rev.com/shopify/add-a2reviews-snippet-code-manually-in-shopify-theme/#respond</comments>
		
		<dc:creator><![CDATA[taidk]]></dc:creator>
		<pubDate>Tue, 19 Jan 2021 15:00:54 +0000</pubDate>
				<category><![CDATA[Shopify]]></category>
		<category><![CDATA[Widget Reviews]]></category>
		<guid isPermaLink="false">https://blog.a2rev.com/?p=69</guid>

					<description><![CDATA[<p>Some reasons that A2Reviews cannot add snippet code to your Shopify theme, you can do it manually. * Display total reviews widget on the product page: In your theme, open this file sections/product-template.liquid. Add snippet code below to anywhere want to display total reviews. or with ajax load  * Display total reviews widget on the collection page: [&#8230;]</p>
<p>The post <a href="https://blog.a2rev.com/shopify/add-a2reviews-snippet-code-manually-in-shopify-theme/">Add A2Reviews snippet code manually in Shopify theme</a> appeared first on <a href="https://blog.a2rev.com">A2Reviews Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p>
<p>Some reasons that <strong>A2Reviews</strong> cannot add snippet code to your Shopify theme, you can do it manually.</p>
<p>

</p>
<p>* Display total reviews widget on the product page:</p>
<p>

</p>
<p>In your theme, open this file <strong>sections/product-template.liquid. </strong>Add snippet code below to anywhere want to display total reviews.</p>
<p>

</p>
<pre><pre class="brush: xml; title: ; notranslate">{% include 'a2reviews-total' %} </pre></pre>
<p>or with ajax load<strong> <br /></strong></p>
<pre><pre class="brush: xml; title: ; notranslate">{% render 'a2reviews-total' product:product %}</pre></pre>
<p>

</p>
<p>* Display total reviews widget on the collection page:</p>
<p>

</p>
<p>Each Shopify theme can have different file names to display the product list on the collection page. Find a suitable position to display total reviews. Snippet code below you can add.</p>
<p>

</p>
<pre><pre class="brush: xml; title: ; notranslate">{% include 'a2reviews-total' type:'collection' %} (new version)</pre></pre>
<pre><pre class="brush: xml; title: ; notranslate">{% include 'a2reviews-collection-total' %} (Removed)</pre></pre>
<p>and user render with <strong>ajax</strong> load</p>
<pre><pre class="brush: xml; title: ; notranslate">{% render 'a2reviews-total' type:'collection' product:product %} (new version)</pre></pre>
<pre><pre class="brush: xml; title: ; notranslate">{% render 'a2reviews-collection-total' product:product %} (Removed)</pre></pre>
<p>

</p>
<p><strong>* </strong>Main reviews / QA widget snippet code, (Mostly added in the file <strong>templates/product.liquid</strong>)</p>
<p>

</p>
<pre><pre class="brush: xml; title: ; notranslate">{% include 'a2reviews-widget' %}</pre></pre>
<p>or in ajax load</p>
<pre><pre class="brush: xml; title: ; notranslate">{% render 'a2reviews-widget' product:product %}</pre></pre>
<p><br /><strong>QA Widget Snippet Code</strong></p>
<p>

</p>
<pre><pre class="brush: xml; title: ; notranslate">{% include 'a2reviews-widget' type:'QA' %} (new version)</pre></pre>
<pre><pre class="brush: xml; title: ; notranslate">{% include 'a2reviews-qa-widget' %} (Removed)</pre></pre>
<p>or<strong><br /></strong></p>
<pre><pre class="brush: xml; title: ; notranslate">{% render 'a2reviews-widget' type:'QA' product:product &amp;amp;amp;nbsp;%} (new version)</pre></pre>
<pre><pre class="brush: xml; title: ; notranslate">{% render 'a2reviews-qa-widget' product:product  %} (Removed)</pre></pre>
<p></p><p>The post <a href="https://blog.a2rev.com/shopify/add-a2reviews-snippet-code-manually-in-shopify-theme/">Add A2Reviews snippet code manually in Shopify theme</a> appeared first on <a href="https://blog.a2rev.com">A2Reviews Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.a2rev.com/shopify/add-a2reviews-snippet-code-manually-in-shopify-theme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
