<?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: Add bought products to the Prestashop Order list in the back office</title>
	<atom:link href="http://nemops.com/bought-products-prestashop-order-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/bought-products-prestashop-order-list/</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: Pravda</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46835</link>
		<dc:creator><![CDATA[Pravda]]></dc:creator>
		<pubDate>Fri, 17 Apr 2020 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46835</guid>
		<description><![CDATA[I want to add that if you copy and paste the final code, at least for 1.7 you have to add: 
parent::__construct(); 
before $this-&gt;table = &#039;order&#039;;

if you dont do it, you will get a 500 server error. I was fighting several hours checking the code, looking for the error. 

have a nice weekend]]></description>
		<content:encoded><![CDATA[<p>I want to add that if you copy and paste the final code, at least for 1.7 you have to add:<br />
parent::__construct();<br />
before $this-&gt;table = &#8216;order';</p>
<p>if you dont do it, you will get a 500 server error. I was fighting several hours checking the code, looking for the error. </p>
<p>have a nice weekend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unamarca</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46810</link>
		<dc:creator><![CDATA[unamarca]]></dc:creator>
		<pubDate>Thu, 19 Sep 2019 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46810</guid>
		<description><![CDATA[Hi Kas, please can you help me ? which PS version are you used ? I can&#039;t do it  

Thanks in advance !]]></description>
		<content:encoded><![CDATA[<p>Hi Kas, please can you help me ? which PS version are you used ? I can&#8217;t do it  </p>
<p>Thanks in advance !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kas Blks</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46792</link>
		<dc:creator><![CDATA[Kas Blks]]></dc:creator>
		<pubDate>Sun, 10 Mar 2019 09:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46792</guid>
		<description><![CDATA[https://uploads.disquscdn.com/images/fdbc57276ec117db7170cc9cdfcedfbd86da18c498e11323d0d2f5a01bfc2dfb.png Thank you for your tutorial.
I did that on PS 1.7 and but after adding the product reference SQL request the order reference is not shown in the table any more and instead I have a double dash &quot;--&quot; .]]></description>
		<content:encoded><![CDATA[<p><a href="https://uploads.disquscdn.com/images/fdbc57276ec117db7170cc9cdfcedfbd86da18c498e11323d0d2f5a01bfc2dfb.png" rel="nofollow">https://uploads.disquscdn.com/images/fdbc57276ec117db7170cc9cdfcedfbd86da18c498e11323d0d2f5a01bfc2dfb.png</a> Thank you for your tutorial.<br />
I did that on PS 1.7 and but after adding the product reference SQL request the order reference is not shown in the table any more and instead I have a double dash &#8220;&#8211;&#8221; .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thodoris84</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46736</link>
		<dc:creator><![CDATA[thodoris84]]></dc:creator>
		<pubDate>Fri, 11 May 2018 13:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46736</guid>
		<description><![CDATA[HI, very nice work! 

But i have a problem, if i override the adminordercontroller.php filter doesn&#039;t work and i get a blank page.
This is happening even if i create i blank adminordercontroller.php in override folder.
Any suggestion?]]></description>
		<content:encoded><![CDATA[<p>HI, very nice work! </p>
<p>But i have a problem, if i override the adminordercontroller.php filter doesn&#8217;t work and i get a blank page.<br />
This is happening even if i create i blank adminordercontroller.php in override folder.<br />
Any suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46657</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Fri, 27 Oct 2017 01:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46657</guid>
		<description><![CDATA[Hi SupuS,
There might be a limit in the output, did you check the page source to see if the string is truncated, or just partially hidden?]]></description>
		<content:encoded><![CDATA[<p>Hi SupuS,<br />
There might be a limit in the output, did you check the page source to see if the string is truncated, or just partially hidden?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SupuS</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46656</link>
		<dc:creator><![CDATA[SupuS]]></dc:creator>
		<pubDate>Thu, 26 Oct 2017 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46656</guid>
		<description><![CDATA[Hi,
we use your mod for a long time without issue on PS 1.5.6.2. Now we found that order with many ordered products has truncated list of products to 961 characters include whitespaces. Truncation is in the middle of last viewed product name. Have you some idea how to fix it?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
we use your mod for a long time without issue on PS 1.5.6.2. Now we found that order with many ordered products has truncated list of products to 961 characters include whitespaces. Truncation is in the middle of last viewed product name. Have you some idea how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horia Rudan</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46606</link>
		<dc:creator><![CDATA[Horia Rudan]]></dc:creator>
		<pubDate>Thu, 10 Aug 2017 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46606</guid>
		<description><![CDATA[It also works for 1.6, but you need to add this row right above &quot;$this-&gt;table = &#039;order&#039;;&quot;
$this-&gt;bootstrap = true;
Otherwise, your layout will be broken.]]></description>
		<content:encoded><![CDATA[<p>It also works for 1.6, but you need to add this row right above &#8220;$this-&gt;table = &#8216;order';&#8221;<br />
$this-&gt;bootstrap = true;<br />
Otherwise, your layout will be broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred.C</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46427</link>
		<dc:creator><![CDATA[Fred.C]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46427</guid>
		<description><![CDATA[Great tuto, just a question.
What if the product is a customized product with a text field (since that prestashop allow this personnalisation) ?
How to show the custom text in the products column ?]]></description>
		<content:encoded><![CDATA[<p>Great tuto, just a question.<br />
What if the product is a customized product with a text field (since that prestashop allow this personnalisation) ?<br />
How to show the custom text in the products column ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eryk Wróbel</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46378</link>
		<dc:creator><![CDATA[Eryk Wróbel]]></dc:creator>
		<pubDate>Tue, 28 Jun 2016 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46378</guid>
		<description><![CDATA[This is just great! I have querstion - how to change separator from , into  I tried with almost everything and I cannot get it working.]]></description>
		<content:encoded><![CDATA[<p>This is just great! I have querstion &#8211; how to change separator from , into  I tried with almost everything and I cannot get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Céline</title>
		<link>http://nemops.com/bought-products-prestashop-order-list/comment-page-1/#comment-46158</link>
		<dc:creator><![CDATA[Céline]]></dc:creator>
		<pubDate>Wed, 07 Oct 2015 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1872#comment-46158</guid>
		<description><![CDATA[Hi ! Working perfectly even on 1.6. Is there a way to modify the product list so the attributes name won&#039;t show up ? Ex : &quot;iPod blue&quot; instead of &quot;iPod - color : blue&quot;  (or at least just &quot;iPod&quot;) ? thanks !]]></description>
		<content:encoded><![CDATA[<p>Hi ! Working perfectly even on 1.6. Is there a way to modify the product list so the attributes name won&#8217;t show up ? Ex : &#8220;iPod blue&#8221; instead of &#8220;iPod &#8211; color : blue&#8221;  (or at least just &#8220;iPod&#8221;) ? thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
