<?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: Displaying the EAN/JAN barcode in PrestaShop&#8217;s product page</title>
	<atom:link href="http://nemops.com/ean-barcode-prestashop-product-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/ean-barcode-prestashop-product-page/</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: Martin Högman</title>
		<link>http://nemops.com/ean-barcode-prestashop-product-page/comment-page-1/#comment-46869</link>
		<dc:creator><![CDATA[Martin Högman]]></dc:creator>
		<pubDate>Wed, 16 Mar 2022 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2685#comment-46869</guid>
		<description><![CDATA[Hi, does this work with 1.7? I&#039;d love to see a module that allowed me to better control this instead of having to hack things by hand as well...]]></description>
		<content:encoded><![CDATA[<p>Hi, does this work with 1.7? I&#8217;d love to see a module that allowed me to better control this instead of having to hack things by hand as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mateusz Brylew</title>
		<link>http://nemops.com/ean-barcode-prestashop-product-page/comment-page-1/#comment-46803</link>
		<dc:creator><![CDATA[Mateusz Brylew]]></dc:creator>
		<pubDate>Mon, 29 Jul 2019 23:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2685#comment-46803</guid>
		<description><![CDATA[This solved my JS error problem - thank you for the fix and thank you Nemo for your tutorial!]]></description>
		<content:encoded><![CDATA[<p>This solved my JS error problem &#8211; thank you for the fix and thank you Nemo for your tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Romero</title>
		<link>http://nemops.com/ean-barcode-prestashop-product-page/comment-page-1/#comment-46691</link>
		<dc:creator><![CDATA[Daniel Romero]]></dc:creator>
		<pubDate>Thu, 28 Dec 2017 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2685#comment-46691</guid>
		<description><![CDATA[I make the guide but it doesn&#039;t work.

I do it as Myselfidem because there was an error on Reference if you don&#039;t write Ean in main product.. but when I change between combinations, it doesn&#039;t do anything]]></description>
		<content:encoded><![CDATA[<p>I make the guide but it doesn&#8217;t work.</p>
<p>I do it as Myselfidem because there was an error on Reference if you don&#8217;t write Ean in main product.. but when I change between combinations, it doesn&#8217;t do anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Romero</title>
		<link>http://nemops.com/ean-barcode-prestashop-product-page/comment-page-1/#comment-46692</link>
		<dc:creator><![CDATA[Daniel Romero]]></dc:creator>
		<pubDate>Thu, 28 Dec 2017 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2685#comment-46692</guid>
		<description><![CDATA[I make the guide but it doesn&#039;t work.

I do it as you because there was an error in Reference if you don&#039;t write Ean in main product.. but when I change between combinations, it doesn&#039;t do anything]]></description>
		<content:encoded><![CDATA[<p>I make the guide but it doesn&#8217;t work.</p>
<p>I do it as you because there was an error in Reference if you don&#8217;t write Ean in main product.. but when I change between combinations, it doesn&#8217;t do anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s3vddl</title>
		<link>http://nemops.com/ean-barcode-prestashop-product-page/comment-page-1/#comment-46429</link>
		<dc:creator><![CDATA[s3vddl]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 12:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2685#comment-46429</guid>
		<description><![CDATA[How did you get this working. My ean code is still the same after i switch my variations :/]]></description>
		<content:encoded><![CDATA[<p>How did you get this working. My ean code is still the same after i switch my variations :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myselfidem</title>
		<link>http://nemops.com/ean-barcode-prestashop-product-page/comment-page-1/#comment-46428</link>
		<dc:creator><![CDATA[Myselfidem]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 09:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2685#comment-46428</guid>
		<description><![CDATA[Thank you very much Nemo about this tip !

However it seems to me there are some errors on product.js file :

Here is mine working fine on PrestaShop 1.6.1.6 :

selectedCombination[&#039;reference&#039;] = combination[&#039;reference&#039;];  //changed
// add the following
selectedCombination[&#039;ean13&#039;] = combination[&#039;ean13&#039;];  //changed

---------------------------------------------------------

if (selectedCombination[&#039;ean13&#039;] &#124;&#124; productean13)
{
    if (selectedCombination[&#039;ean13&#039;])
        $(&#039;#product_ean13 span&#039;).text(selectedCombination[&#039;ean13&#039;]);
    else if (productean13)
        $(&#039;#product_ean13 span&#039;).text(productean13);
    $(&#039;#product_ean13:hidden&#039;).show(&#039;slow&#039;);
}
else
    $(&#039;#product_ean13:visible&#039;).hide(&#039;slow&#039;);  //changed

--------------------------------------------------------------------
Many thanks for your good work and keep it.
Friendly]]></description>
		<content:encoded><![CDATA[<p>Thank you very much Nemo about this tip !</p>
<p>However it seems to me there are some errors on product.js file :</p>
<p>Here is mine working fine on PrestaShop 1.6.1.6 :</p>
<p>selectedCombination[&#8216;reference&#8217;] = combination[&#8216;reference&#8217;];  //changed<br />
// add the following<br />
selectedCombination[&#8216;ean13&#8242;] = combination[&#8216;ean13&#8242;];  //changed</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>if (selectedCombination[&#8216;ean13&#8242;] || productean13)<br />
{<br />
    if (selectedCombination[&#8216;ean13&#8242;])<br />
        $(&#8216;#product_ean13 span&#8217;).text(selectedCombination[&#8216;ean13&#8242;]);<br />
    else if (productean13)<br />
        $(&#8216;#product_ean13 span&#8217;).text(productean13);<br />
    $(&#8216;#product_ean13:hidden&#8217;).show(&#8216;slow&#8217;);<br />
}<br />
else<br />
    $(&#8216;#product_ean13:visible&#8217;).hide(&#8216;slow&#8217;);  //changed</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Many thanks for your good work and keep it.<br />
Friendly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
