<?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: Make product fields multi-language in PrestaShop and ThirtyBees</title>
	<atom:link href="http://nemops.com/prestashop-thirtybees-multi-language-product-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/</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: Radoslaw Koziolek</title>
		<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/comment-page-1/#comment-46787</link>
		<dc:creator><![CDATA[Radoslaw Koziolek]]></dc:creator>
		<pubDate>Thu, 21 Feb 2019 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3067#comment-46787</guid>
		<description><![CDATA[Well, the problem has been solved in my case - PS 1.6.1.20. I have just removed one line from public function getFieldsShop() located in class/Product.php. This line was: $fields[&#039;unity&#039;] = pSQL($this-&gt;unity);]]></description>
		<content:encoded><![CDATA[<p>Well, the problem has been solved in my case &#8211; PS 1.6.1.20. I have just removed one line from public function getFieldsShop() located in class/Product.php. This line was: $fields[&#8216;unity&#8217;] = pSQL($this-&gt;unity);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslaw Koziolek</title>
		<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/comment-page-1/#comment-46764</link>
		<dc:creator><![CDATA[Radoslaw Koziolek]]></dc:creator>
		<pubDate>Mon, 08 Oct 2018 09:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3067#comment-46764</guid>
		<description><![CDATA[Hello Marcin,


I&#039;m facing the same problem - can&#039;t save the data in database. Could you elaborate on how did you get it working?]]></description>
		<content:encoded><![CDATA[<p>Hello Marcin,</p>
<p>I&#8217;m facing the same problem &#8211; can&#8217;t save the data in database. Could you elaborate on how did you get it working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslaw Koziolek</title>
		<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/comment-page-1/#comment-46763</link>
		<dc:creator><![CDATA[Radoslaw Koziolek]]></dc:creator>
		<pubDate>Mon, 08 Oct 2018 09:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3067#comment-46763</guid>
		<description><![CDATA[Hello, I have tried to get it working on 1.6.1.17 and 1.6.1.20, but still no luck - did everything according to Fabio&#039;s tutorial and still can&#039;t save data in database. I have entered data manually via phpmyAdmin and in the FO works just fine. Getting error like on the screenshot https://uploads.disquscdn.com/images/33281dc9f9dd2c28442018520284bf1164d017b2bacf22adc97e234dba575743.jpg]]></description>
		<content:encoded><![CDATA[<p>Hello, I have tried to get it working on 1.6.1.17 and 1.6.1.20, but still no luck &#8211; did everything according to Fabio&#8217;s tutorial and still can&#8217;t save data in database. I have entered data manually via phpmyAdmin and in the FO works just fine. Getting error like on the screenshot <a href="https://uploads.disquscdn.com/images/33281dc9f9dd2c28442018520284bf1164d017b2bacf22adc97e234dba575743.jpg" rel="nofollow">https://uploads.disquscdn.com/images/33281dc9f9dd2c28442018520284bf1164d017b2bacf22adc97e234dba575743.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ctibor Venus</title>
		<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/comment-page-1/#comment-46759</link>
		<dc:creator><![CDATA[Ctibor Venus]]></dc:creator>
		<pubDate>Sun, 07 Oct 2018 10:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3067#comment-46759</guid>
		<description><![CDATA[Hi, this is great article. But something important is missing . At PS 1.6.1.4 , you have to delete line with code $fields[&#039;unity&#039;] = pSQL($this-&gt;unity);  at function getFieldsShop(), and you have to delete column unity from SQL query at Cart.php at function getProducts() . Another issue is the extra step where you should change product.tpl, this is not working, you dont have to change the file at all.]]></description>
		<content:encoded><![CDATA[<p>Hi, this is great article. But something important is missing . At PS 1.6.1.4 , you have to delete line with code $fields[&#8216;unity&#8217;] = pSQL($this-&gt;unity);  at function getFieldsShop(), and you have to delete column unity from SQL query at Cart.php at function getProducts() . Another issue is the extra step where you should change product.tpl, this is not working, you dont have to change the file at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/comment-page-1/#comment-46679</link>
		<dc:creator><![CDATA[Marcin]]></dc:creator>
		<pubDate>Wed, 15 Nov 2017 07:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3067#comment-46679</guid>
		<description><![CDATA[Yeah I am sure, tried to repear whole process dozens of time but with the same result - it looked like back office used new field in db while front office old.

Finally I&#039;ve made a new value &quot;unity_text&quot; and added new function Product::getUnityText (https://scr.hu/60do86) and it works okay now.]]></description>
		<content:encoded><![CDATA[<p>Yeah I am sure, tried to repear whole process dozens of time but with the same result &#8211; it looked like back office used new field in db while front office old.</p>
<p>Finally I&#8217;ve made a new value &#8220;unity_text&#8221; and added new function Product::getUnityText (<a href="https://scr.hu/60do86" rel="nofollow">https://scr.hu/60do86</a>) and it works okay now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/comment-page-1/#comment-46676</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Wed, 15 Nov 2017 02:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3067#comment-46676</guid>
		<description><![CDATA[Marcin,
Are you sure you set it up in the class so that it draws from that new column? What is the error reading?]]></description>
		<content:encoded><![CDATA[<p>Marcin,<br />
Are you sure you set it up in the class so that it draws from that new column? What is the error reading?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://nemops.com/prestashop-thirtybees-multi-language-product-fields/comment-page-1/#comment-46672</link>
		<dc:creator><![CDATA[Marcin]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 12:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3067#comment-46672</guid>
		<description><![CDATA[Hi, thanks for tutorial, unfortunately on the front i have an empty $product-&gt;unity... have no idea why, all works fine in BO except fact I had to remove ajax from input_class part:

{include file=&quot;controllers/products/input_text_lang.tpl&quot;
languages=$languages
input_class=&quot;{$class_input_ajax}{if !$product-&gt;id &#124;&#124; Configuration::get(&#039;PS_FORCE_FRIENDLY_PRODUCT&#039;)}copy2friendlyUrl{/if} updateCurrentText&quot;
input_value=$product-&gt;unity
input_name=&quot;unity&quot;}

Prestashop 1.6.1.12]]></description>
		<content:encoded><![CDATA[<p>Hi, thanks for tutorial, unfortunately on the front i have an empty $product-&gt;unity&#8230; have no idea why, all works fine in BO except fact I had to remove ajax from input_class part:</p>
<p>{include file=&#8221;controllers/products/input_text_lang.tpl&#8221;<br />
languages=$languages<br />
input_class=&#8221;{$class_input_ajax}{if !$product-&gt;id || Configuration::get(&#8216;PS_FORCE_FRIENDLY_PRODUCT&#8217;)}copy2friendlyUrl{/if} updateCurrentText&#8221;<br />
input_value=$product-&gt;unity<br />
input_name=&#8221;unity&#8221;}</p>
<p>Prestashop 1.6.1.12</p>
]]></content:encoded>
	</item>
</channel>
</rss>
