<?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: Disable carriers on Specific Days in PrestaShop</title>
	<atom:link href="http://nemops.com/prestashop-carrier-disable-on-specific-days/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/prestashop-carrier-disable-on-specific-days/</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: 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>By: Daniel Tengler</title>
		<link>http://nemops.com/prestashop-carrier-disable-on-specific-days/comment-page-1/#comment-46847</link>
		<dc:creator><![CDATA[Daniel Tengler]]></dc:creator>
		<pubDate>Fri, 23 Oct 2020 12:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2984#comment-46847</guid>
		<description><![CDATA[Perfect guide.
But I have a problem with that when I want to add an HTML text box.
It is not stored in the database.
Do you have any instructions for this?
Prestashop 1.7.6.x

Thank you]]></description>
		<content:encoded><![CDATA[<p>Perfect guide.<br />
But I have a problem with that when I want to add an HTML text box.<br />
It is not stored in the database.<br />
Do you have any instructions for this?<br />
Prestashop 1.7.6.x</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
