<?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>NemoPS &#187; new product</title>
	<atom:link href="http://nemops.com/tag/new-product/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com</link>
	<description>Prestashop Tutorials, Modules and More!</description>
	<lastBuildDate>Wed, 05 Dec 2018 13:25:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.35</generator>
	<item>
		<title>Edit the product creation date in ThirtyBees and PrestaShop</title>
		<link>http://nemops.com/eidt-product-creation-date-thirtybees-prestashop/</link>
		<comments>http://nemops.com/eidt-product-creation-date-thirtybees-prestashop/#comments</comments>
		<pubDate>Mon, 14 Aug 2017 10:45:47 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[new product]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[thirtybees]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=3054</guid>
		<description><![CDATA[<p>In this quick tip we will see how to add a new field to the product&#8217;s back office in ThirtyBees and Prestashop 1.6, so that we can edit its creation date Watch the screencast Code Snippet</p>
<p>The post <a rel="nofollow" href="http://nemops.com/eidt-product-creation-date-thirtybees-prestashop/">Edit the product creation date in ThirtyBees and PrestaShop</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>In this quick tip we will see how to add a new field to the product&#8217;s back office in ThirtyBees and Prestashop 1.6, so that we can edit its creation date<br />
<span id="more-3054"></span></p>
<p><!--more--></p>
<h2>Watch the screencast</h2>

	<div class="video-embed">
		<iframe width="640" height="360" src="http://www.youtube.com/embed/8HM4ZH5Q8cY" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/user/NemoPostScriptum/videos" rel="nofollow" title="Subscribe Post Scriptum's Youtube Channel">Subscribe Post Scriptum's Youtube Channel</a></p>	</div>
<h2>Code Snippet</h2>
<pre class="brush: php; title: ; notranslate">
	{if $product-&gt;date_add}
		&lt;div class=&quot;form-group&quot;&gt;
			&lt;label class=&quot;control-label col-lg-3&quot;&gt;
				&lt;span class=&quot;label-tooltip&quot; data-toggle=&quot;tooltip&quot; title=&quot;{l s='Change date for product new from.'}&quot;&gt;
					{$bullet_common_field} {l s='New from'}
				&lt;/span&gt;
			&lt;/label&gt;
			&lt;div class=&quot;col-lg-3&quot;&gt;
				&lt;input type=&quot;text&quot; id=&quot;date_add&quot; class=&quot;datepicker&quot; name=&quot;date_add&quot; value=&quot;{$product-&gt;date_add|escape:html:'UTF-8'}&quot;&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	{/if}
</pre>
<p>The post <a rel="nofollow" href="http://nemops.com/eidt-product-creation-date-thirtybees-prestashop/">Edit the product creation date in ThirtyBees and PrestaShop</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/eidt-product-creation-date-thirtybees-prestashop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
