<?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: Essential Prestashop Functions &#8211; Day 4</title>
	<atom:link href="https://nemops.com/prestashop-functions-4/feed/" rel="self" type="application/rss+xml" />
	<link>https://nemops.com/prestashop-functions-4/</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: Paweł Szulc</title>
		<link>https://nemops.com/prestashop-functions-4/comment-page-1/#comment-46795</link>
		<dc:creator><![CDATA[Paweł Szulc]]></dc:creator>
		<pubDate>Tue, 09 Apr 2019 09:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2504#comment-46795</guid>
		<description><![CDATA[Please help me display products in a custom back office module so that I can select one from the select input list. I&#039;m using getPricesDrop () but gets notice Notice on line 2376 in the file C:  wamp64  www  .....  classes  Product.php
[8] Trying to get property of non-object]]></description>
		<content:encoded><![CDATA[<p>Please help me display products in a custom back office module so that I can select one from the select input list. I&#8217;m using getPricesDrop () but gets notice Notice on line 2376 in the file C:  wamp64  www  &#8230;..  classes  Product.php<br />
[8] Trying to get property of non-object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kon Rad</title>
		<link>https://nemops.com/prestashop-functions-4/comment-page-1/#comment-46211</link>
		<dc:creator><![CDATA[Kon Rad]]></dc:creator>
		<pubDate>Thu, 03 Dec 2015 13:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2504#comment-46211</guid>
		<description><![CDATA[Hi. Im looking for a hint how to show only products with the same name in homefeatured module? Like only &quot;Ipod&quot; like Ipod nano, IPOD shuffle, IPod mini etc. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi. Im looking for a hint how to show only products with the same name in homefeatured module? Like only &#8220;Ipod&#8221; like Ipod nano, IPOD shuffle, IPod mini etc. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moy2010</title>
		<link>https://nemops.com/prestashop-functions-4/comment-page-1/#comment-46118</link>
		<dc:creator><![CDATA[moy2010]]></dc:creator>
		<pubDate>Sat, 12 Sep 2015 10:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2504#comment-46118</guid>
		<description><![CDATA[Awesome, @NemoPS :D. $product-&gt;isNew(); did the trick!]]></description>
		<content:encoded><![CDATA[<p>Awesome, @NemoPS :D. $product-&gt;isNew(); did the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>https://nemops.com/prestashop-functions-4/comment-page-1/#comment-46117</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Sat, 12 Sep 2015 08:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2504#comment-46117</guid>
		<description><![CDATA[That method is only used to get a list of new products. There is another method I could have added: Product::isNew. Use it with a product instance like if($product-&gt;isNew()) do something]]></description>
		<content:encoded><![CDATA[<p>That method is only used to get a list of new products. There is another method I could have added: Product::isNew. Use it with a product instance like if($product-&gt;isNew()) do something</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moy2010</title>
		<link>https://nemops.com/prestashop-functions-4/comment-page-1/#comment-46116</link>
		<dc:creator><![CDATA[moy2010]]></dc:creator>
		<pubDate>Fri, 11 Sep 2015 10:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2504#comment-46116</guid>
		<description><![CDATA[Hi, Nemo. What would be the syntax to check only if a product is considered as new?

I&#039;m trying the following:

(Product::getNewProducts($product) &gt; 0) ? 1 : 0;

But it&#039;s not working &gt;.&lt;]]></description>
		<content:encoded><![CDATA[<p>Hi, Nemo. What would be the syntax to check only if a product is considered as new?</p>
<p>I&#8217;m trying the following:</p>
<p>(Product::getNewProducts($product) &gt; 0) ? 1 : 0;</p>
<p>But it&#8217;s not working &gt;.&lt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
