<?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 – Day 3</title>
	<atom:link href="http://nemops.com/prestashop-functions-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/prestashop-functions-3/</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: NemoPS</title>
		<link>http://nemops.com/prestashop-functions-3/comment-page-1/#comment-46111</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Wed, 09 Sep 2015 08:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2495#comment-46111</guid>
		<description><![CDATA[That is correct, I used the standard php way for method notations. The usable one is in the example usage]]></description>
		<content:encoded><![CDATA[<p>That is correct, I used the standard php way for method notations. The usable one is in the example usage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheBlackSheep</title>
		<link>http://nemops.com/prestashop-functions-3/comment-page-1/#comment-46110</link>
		<dc:creator><![CDATA[TheBlackSheep]]></dc:creator>
		<pubDate>Wed, 09 Sep 2015 07:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2495#comment-46110</guid>
		<description><![CDATA[Hi Nemops

I found a mistake on your tutorial:

// Gets features so they can be properly displayed

Product::getFrontFeatures($id_lang);

Should be:

$product-&gt;getFrontFeatures($id_lang);]]></description>
		<content:encoded><![CDATA[<p>Hi Nemops</p>
<p>I found a mistake on your tutorial:</p>
<p>// Gets features so they can be properly displayed</p>
<p>Product::getFrontFeatures($id_lang);</p>
<p>Should be:</p>
<p>$product-&gt;getFrontFeatures($id_lang);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
