<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Quick Tip: Add product features to the Prestashop 1.6 Quick View box</title>
	<atom:link href="http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/</link>
	<description>Prestashop Tutorials, Modules and More!</description>
	<lastBuildDate>Fri, 10 Mar 2023 23:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.35</generator>
	<item>
		<title>By: Jesus Espinosa</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46431</link>
		<dc:creator><![CDATA[Jesus Espinosa]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 13:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46431</guid>
		<description><![CDATA[Hi, thanks for  shared yours knowledge, I hope you can help me, how can add section &quot;more info&quot; in the quick view box 

Iam trying this, based your tutorial, but dont me work: 

this code: {if !$content_only}
		{if isset($product) &amp;&amp; $product-&gt;description}
			&lt;!-- More info --&gt;
			
				{l s=&#039;More info&#039;}
				&lt;!-- full description --&gt;
				{$product-&gt;description}
			
			&lt;!--end  More info --&gt;
		{/if}
                     {/if}]]></description>
		<content:encoded><![CDATA[<p>Hi, thanks for  shared yours knowledge, I hope you can help me, how can add section &#8220;more info&#8221; in the quick view box </p>
<p>Iam trying this, based your tutorial, but dont me work: </p>
<p>this code: {if !$content_only}<br />
		{if isset($product) &amp;&amp; $product-&gt;description}<br />
			<!-- More info --></p>
<p>				{l s=&#8217;More info&#8217;}<br />
				<!-- full description --><br />
				{$product-&gt;description}</p>
<p>			<!--end  More info --><br />
		{/if}<br />
                     {/if}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waël</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46323</link>
		<dc:creator><![CDATA[Waël]]></dc:creator>
		<pubDate>Sat, 09 Apr 2016 11:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46323</guid>
		<description><![CDATA[Hi Nemo,
TO display 2 features:  
we have to replace  {if isset($feature.value)}  by  {if $feature.id_feature == 5}  ?
and how to add another one ? feature 6 for exemple.

If you developpe a module for that a lot will buy it.]]></description>
		<content:encoded><![CDATA[<p>Hi Nemo,<br />
TO display 2 features:<br />
we have to replace  {if isset($feature.value)}  by  {if $feature.id_feature == 5}  ?<br />
and how to add another one ? feature 6 for exemple.</p>
<p>If you developpe a module for that a lot will buy it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waël</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46322</link>
		<dc:creator><![CDATA[Waël]]></dc:creator>
		<pubDate>Sat, 09 Apr 2016 10:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46322</guid>
		<description><![CDATA[THANKS, you are Great.]]></description>
		<content:encoded><![CDATA[<p>THANKS, you are Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46321</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Sat, 09 Apr 2016 10:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46321</guid>
		<description><![CDATA[Yeah, you must get rid of the corresponding closing {/if} as well]]></description>
		<content:encoded><![CDATA[<p>Yeah, you must get rid of the corresponding closing {/if} as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waël</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46320</link>
		<dc:creator><![CDATA[Waël]]></dc:creator>
		<pubDate>Sat, 09 Apr 2016 10:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46320</guid>
		<description><![CDATA[Hi, I want it to display in the product page, i changes the product.tpl but it appears only in quick view.
if i get rid of {if $content only} i get a white page
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, I want it to display in the product page, i changes the product.tpl but it appears only in quick view.<br />
if i get rid of {if $content only} i get a white page<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46319</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Sat, 09 Apr 2016 09:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46319</guid>
		<description><![CDATA[That is only supposed to display in the quick view box, is it what you want? Otherwise get rid of {if $content only}]]></description>
		<content:encoded><![CDATA[<p>That is only supposed to display in the quick view box, is it what you want? Otherwise get rid of {if $content only}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waël</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46318</link>
		<dc:creator><![CDATA[Waël]]></dc:creator>
		<pubDate>Sat, 09 Apr 2016 09:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46318</guid>
		<description><![CDATA[Thank you for this great tuto,
It&#039;s working on quick view page but not on product page.

I just add it as mentioned. Please advise.

Regards

		quantity &gt; 0} style=&quot;display: none;&quot;{/if}&gt;

				{$HOOK_PRODUCT_OOS}

			

			

	{if $content_only}

    {if isset($features) &amp;&amp; $features}

        &lt;!-- Data sheet --&gt;

        

            &lt;strong&gt;{l s=&#039;Features&#039;}&lt;/strong&gt;

     

                {foreach from=$features item=feature}

                

                    {if isset($feature.value)}              

                        {$feature.name&#124;escape:&#039;html&#039;:&#039;UTF-8&#039;} :

                        {$feature.value&#124;escape:&#039;html&#039;:&#039;UTF-8&#039;}

                    {/if}

                

                {/foreach}

 

        

        &lt;!--end Data sheet --&gt;

    {/if}

{/if}

			{if isset($HOOK_EXTRA_RIGHT) &amp;&amp; $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if}

			

			{if !$content_only}]]></description>
		<content:encoded><![CDATA[<p>Thank you for this great tuto,<br />
It&#8217;s working on quick view page but not on product page.</p>
<p>I just add it as mentioned. Please advise.</p>
<p>Regards</p>
<p>		quantity &gt; 0} style=&#8221;display: none;&#8221;{/if}&gt;</p>
<p>				{$HOOK_PRODUCT_OOS}</p>
<p>	{if $content_only}</p>
<p>    {if isset($features) &amp;&amp; $features}</p>
<p>        <!-- Data sheet --></p>
<p>            <strong>{l s=&#8217;Features&#8217;}</strong></p>
<p>                {foreach from=$features item=feature}</p>
<p>                    {if isset($feature.value)}              </p>
<p>                        {$feature.name|escape:&#8217;html':&#8217;UTF-8&#8242;} :</p>
<p>                        {$feature.value|escape:&#8217;html':&#8217;UTF-8&#8242;}</p>
<p>                    {/if}</p>
<p>                {/foreach}</p>
<p>        <!--end Data sheet --></p>
<p>    {/if}</p>
<p>{/if}</p>
<p>			{if isset($HOOK_EXTRA_RIGHT) &amp;&amp; $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if}</p>
<p>			{if !$content_only}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Mundra</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46142</link>
		<dc:creator><![CDATA[Sridhar Mundra]]></dc:creator>
		<pubDate>Fri, 25 Sep 2015 04:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46142</guid>
		<description><![CDATA[Worked just fine.
Thank you]]></description>
		<content:encoded><![CDATA[<p>Worked just fine.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46141</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Wed, 23 Sep 2015 09:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46141</guid>
		<description><![CDATA[Indeed. Just use {if $feature.id_feature == 42} for example]]></description>
		<content:encoded><![CDATA[<p>Indeed. Just use {if $feature.id_feature == 42} for example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Mundra</title>
		<link>http://nemops.com/quick-tip-add-product-features-prestashop-1-6-quick-view-box/comment-page-1/#comment-46139</link>
		<dc:creator><![CDATA[Sridhar Mundra]]></dc:creator>
		<pubDate>Tue, 22 Sep 2015 10:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2074#comment-46139</guid>
		<description><![CDATA[Hi, Is there a way in which I can display only selected features instead of all the features?
That is, I want to show only two features in the quick view and the rest in the data sheet. Is That Possible??]]></description>
		<content:encoded><![CDATA[<p>Hi, Is there a way in which I can display only selected features instead of all the features?<br />
That is, I want to show only two features in the quick view and the rest in the data sheet. Is That Possible??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
