<?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: How to (finally) override Prestashop Modules&#8217; core files</title>
	<atom:link href="http://nemops.com/override-prestashop-modules-core/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/override-prestashop-modules-core/</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: 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>By: jacqbus</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46140</link>
		<dc:creator><![CDATA[jacqbus]]></dc:creator>
		<pubDate>Tue, 22 Sep 2015 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46140</guid>
		<description><![CDATA[Ok Thanks for help :)]]></description>
		<content:encoded><![CDATA[<p>Ok Thanks for help <img src="http://nemops.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46134</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Mon, 21 Sep 2015 10:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46134</guid>
		<description><![CDATA[My Site! :D
Jokes apart, the forum I guess.]]></description>
		<content:encoded><![CDATA[<p>My Site! <img src="http://nemops.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /><br />
Jokes apart, the forum I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacqbus</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46132</link>
		<dc:creator><![CDATA[jacqbus]]></dc:creator>
		<pubDate>Sat, 19 Sep 2015 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46132</guid>
		<description><![CDATA[Hey NemoPS
Thanks for reply - it helped me a lot :)

I&#039;m begginer at prestashop and i thought official documentation should be best place to begin learning. As we all can see in this example - is not :/

So i wonder is there any better place (webpage, forum, wiki, something like that), where i can find more useful and primarily working tips and examples about prestashop?]]></description>
		<content:encoded><![CDATA[<p>Hey NemoPS<br />
Thanks for reply &#8211; it helped me a lot <img src="http://nemops.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>I&#8217;m begginer at prestashop and i thought official documentation should be best place to begin learning. As we all can see in this example &#8211; is not :/</p>
<p>So i wonder is there any better place (webpage, forum, wiki, something like that), where i can find more useful and primarily working tips and examples about prestashop?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46129</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Fri, 18 Sep 2015 08:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46129</guid>
		<description><![CDATA[THat doc is wrong :)
Both css and js can be overridden in the main folder. Like

theme/css/mobulename/cssfile.css

And js in the same way, using the js folder.]]></description>
		<content:encoded><![CDATA[<p>THat doc is wrong <img src="http://nemops.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Both css and js can be overridden in the main folder. Like</p>
<p>theme/css/mobulename/cssfile.css</p>
<p>And js in the same way, using the js folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacqbus</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46127</link>
		<dc:creator><![CDATA[jacqbus]]></dc:creator>
		<pubDate>Thu, 17 Sep 2015 14:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46127</guid>
		<description><![CDATA[Perfect, but should i use that way to override .js and .css files? I mean i&#039;ve tried override css and js in this way: http://doc.prestashop.com/display/PS16/Overriding+default+behaviors but it&#039;s not working (with deleting class_index.php ofc.).
My bypass is to override &quot;favouriteproducts.php&quot; like in this article, and change &quot;$this-&gt;_path&quot; in &quot;hookDisplayHeader()&quot; method to new path.


And again - is this proper way, or maybe there&#039;s any simpler way to override just few js/css files?]]></description>
		<content:encoded><![CDATA[<p>Perfect, but should i use that way to override .js and .css files? I mean i&#8217;ve tried override css and js in this way: <a href="http://doc.prestashop.com/display/PS16/Overriding+default+behaviors" rel="nofollow">http://doc.prestashop.com/display/PS16/Overriding+default+behaviors</a> but it&#8217;s not working (with deleting class_index.php ofc.).<br />
My bypass is to override &#8220;favouriteproducts.php&#8221; like in this article, and change &#8220;$this-&gt;_path&#8221; in &#8220;hookDisplayHeader()&#8221; method to new path.</p>
<p>And again &#8211; is this proper way, or maybe there&#8217;s any simpler way to override just few js/css files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46071</link>
		<dc:creator><![CDATA[Vincent]]></dc:creator>
		<pubDate>Wed, 12 Aug 2015 13:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46071</guid>
		<description><![CDATA[Great article! Thank you!]]></description>
		<content:encoded><![CDATA[<p>Great article! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart0356</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46056</link>
		<dc:creator><![CDATA[bart0356]]></dc:creator>
		<pubDate>Wed, 22 Jul 2015 05:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46056</guid>
		<description><![CDATA[I have tried but no effect, more strange :
If i override a module such as BlockLayered, all is ok.
If i override the vatnumber module, it does not work, still load the old one.

Any ideas ?]]></description>
		<content:encoded><![CDATA[<p>I have tried but no effect, more strange :<br />
If i override a module such as BlockLayered, all is ok.<br />
If i override the vatnumber module, it does not work, still load the old one.</p>
<p>Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46055</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Tue, 21 Jul 2015 20:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46055</guid>
		<description><![CDATA[I don&#039;t think it is since they&#039;re not being loaded using the same methods across the site, but you can give it a try with some]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it is since they&#8217;re not being loaded using the same methods across the site, but you can give it a try with some</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart0356</title>
		<link>http://nemops.com/override-prestashop-modules-core/comment-page-1/#comment-46054</link>
		<dc:creator><![CDATA[bart0356]]></dc:creator>
		<pubDate>Tue, 21 Jul 2015 15:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2290#comment-46054</guid>
		<description><![CDATA[Is it possible to override a class of module, for example in module vatnumber i wish to override the VATNumberTaxManager class, possible ?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to override a class of module, for example in module vatnumber i wish to override the VATNumberTaxManager class, possible ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
