<?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 for NemoPS</title>
	<atom:link href="http://nemops.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com</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>Comment on Setting up Google Analytics for Prestashop by Selwyn Orren</title>
		<link>http://nemops.com/setting-google-analytics-prestashop/comment-page-1/#comment-46873</link>
		<dc:creator><![CDATA[Selwyn Orren]]></dc:creator>
		<pubDate>Fri, 10 Mar 2023 23:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2134#comment-46873</guid>
		<description><![CDATA[Howdy, I have used this article again and again for all my customers. Any chance of an update to GA4?]]></description>
		<content:encoded><![CDATA[<p>Howdy, I have used this article again and again for all my customers. Any chance of an update to GA4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FREE PrestaShop Module: Product Access by Genesis</title>
		<link>http://nemops.com/free-prestashop-module-product-access/comment-page-1/#comment-46872</link>
		<dc:creator><![CDATA[Genesis]]></dc:creator>
		<pubDate>Tue, 18 Oct 2022 11:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2852#comment-46872</guid>
		<description><![CDATA[Hola, no logro descargarlo.]]></description>
		<content:encoded><![CDATA[<p>Hola, no logro descargarlo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking back the Add To Cart button in the Product list (Prestashop 1.7) by Chris Rabkin</title>
		<link>http://nemops.com/prestashop-1-7-product-list-add-to-cart-button/comment-page-1/#comment-46871</link>
		<dc:creator><![CDATA[Chris Rabkin]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 22:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2929#comment-46871</guid>
		<description><![CDATA[Great post- is it possible to change the &quot;Add to cart&quot; label to &quot;In someone&#039;s cart or sold&quot; when someone puts the product in their cart? This case - the prestashop owner has only 1 of each product in stock. So when someone puts a product in their cart- no one else can be allowed to purchase. But I need to notify them - your solution seems like a good way to do this.]]></description>
		<content:encoded><![CDATA[<p>Great post- is it possible to change the &#8220;Add to cart&#8221; label to &#8220;In someone&#8217;s cart or sold&#8221; when someone puts the product in their cart? This case &#8211; the prestashop owner has only 1 of each product in stock. So when someone puts a product in their cart- no one else can be allowed to purchase. But I need to notify them &#8211; your solution seems like a good way to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Displaying the EAN/JAN barcode in PrestaShop&#8217;s product page 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>Comment on Creating Multilanguage attachments in PrestaShop 1.7 by Thelastyear</title>
		<link>http://nemops.com/prestashop-1-7-multilanguage-attachments/comment-page-1/#comment-46863</link>
		<dc:creator><![CDATA[Thelastyear]]></dc:creator>
		<pubDate>Tue, 23 Nov 2021 12:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3173#comment-46863</guid>
		<description><![CDATA[Hi.
Would it be possible to ask the customer to subscribe to the newsletter before downloading the attached document?]]></description>
		<content:encoded><![CDATA[<p>Hi.<br />
Would it be possible to ask the customer to subscribe to the newsletter before downloading the attached document?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable carriers on Specific Days in PrestaShop by Salvador Vidal Villahoz</title>
		<link>http://nemops.com/prestashop-carrier-disable-on-specific-days/comment-page-1/#comment-46862</link>
		<dc:creator><![CDATA[Salvador Vidal Villahoz]]></dc:creator>
		<pubDate>Sat, 28 Aug 2021 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2984#comment-46862</guid>
		<description><![CDATA[if you want to disable using time, you can change like this:

	&lt;code&gt;	foreach ($carrier_list as $key =&gt; $id_carrier) {
			$carrier = new Carrier($id_carrier);
			if(strstr($carrier-&gt;disable_days, date(&#039;D&#039;))) {
				if ((date(&#039;G&#039;) &gt; 16)) {
					unset($carrier_list[$key]); 
				}
			}
			
		}  &lt;/code&gt;

In my case i want to disable after 16 hours]]></description>
		<content:encoded><![CDATA[<p>if you want to disable using time, you can change like this:</p>
<p>	<code>	foreach ($carrier_list as $key =&gt; $id_carrier) {<br />
			$carrier = new Carrier($id_carrier);<br />
			if(strstr($carrier-&gt;disable_days, date('D'))) {<br />
				if ((date('G') &gt; 16)) {<br />
					unset($carrier_list[$key]);<br />
				}<br />
			}</p>
<p>		}  </code></p>
<p>In my case i want to disable after 16 hours</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing out of stock products from the cart in PrestaShop 1.7 by Degardin Felix</title>
		<link>http://nemops.com/remove-out-of-stock-products-from-the-cart-prestashop-17/comment-page-1/#comment-46861</link>
		<dc:creator><![CDATA[Degardin Felix]]></dc:creator>
		<pubDate>Thu, 19 Aug 2021 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=3151#comment-46861</guid>
		<description><![CDATA[Hi there, any solution for prestashop. 1.7.6 and 1.7.7? And if the product is not out of stock but just the quantity is inferior to the quantity in cart, how to only remove the missing quantity?
If anyone can help thx in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi there, any solution for prestashop. 1.7.6 and 1.7.7? And if the product is not out of stock but just the quantity is inferior to the quantity in cart, how to only remove the missing quantity?<br />
If anyone can help thx in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to (finally) override Prestashop Modules&#8217; core files by Ladislav Schnaiberg</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46860</link>
		<dc:creator><![CDATA[Ladislav Schnaiberg]]></dc:creator>
		<pubDate>Tue, 20 Jul 2021 11:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46860</guid>
		<description><![CDATA[Hi, this is a sharp topic, but I still run prestashop 1.6. Please advise, a tip, why I can&#039;t run Override for one of the modules. For the bankwire module or cod module the  override  module applies to me, but for the payment gateway module I still can&#039;t apply the overide and I had to insert the modification directly into the module.php file


Does not work:


if (!defined (&#039;_ CAN_LOAD_FILES_&#039;))
     exit;

 class PrestaAdapterOverride extends PrestaAdapter
  {
   public function hookPayment ($params)
    {
     try { ...]]></description>
		<content:encoded><![CDATA[<p>Hi, this is a sharp topic, but I still run prestashop 1.6. Please advise, a tip, why I can&#8217;t run Override for one of the modules. For the bankwire module or cod module the  override  module applies to me, but for the payment gateway module I still can&#8217;t apply the overide and I had to insert the modification directly into the module.php file</p>
<p>Does not work:</p>
<p>if (!defined (&#8216;_ CAN_LOAD_FILES_&#8217;))<br />
     exit;</p>
<p> class PrestaAdapterOverride extends PrestaAdapter<br />
  {<br />
   public function hookPayment ($params)<br />
    {<br />
     try { &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add private access to CMS pages in PrestaShop by Wajdi Habli</title>
		<link>http://nemops.com/prestashop-private-access-cms/comment-page-1/#comment-46859</link>
		<dc:creator><![CDATA[Wajdi Habli]]></dc:creator>
		<pubDate>Wed, 23 Jun 2021 13:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2870#comment-46859</guid>
		<description><![CDATA[Thanks for this tutorial. How to make it work in prestashop 1.7 please?]]></description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial. How to make it work in prestashop 1.7 please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding multiple products and quantities to Prestashop&#8217;s Cart by Michael Howard</title>
		<link>http://nemops.com/prestashop-cart-multiple-products-quantities/comment-page-1/#comment-46858</link>
		<dc:creator><![CDATA[Michael Howard]]></dc:creator>
		<pubDate>Fri, 18 Jun 2021 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1618#comment-46858</guid>
		<description><![CDATA[Hi,

Does anyone know where ajax-cart.js is on prestashop 1.7. Im looking by im not seeing lol.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does anyone know where ajax-cart.js is on prestashop 1.7. Im looking by im not seeing lol.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
