<?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 add hooks to Prestashop CMS pages</title>
	<atom:link href="http://nemops.com/how-to-hooks-prestashop-cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/how-to-hooks-prestashop-cms/</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: Himanshu Bisht</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46799</link>
		<dc:creator><![CDATA[Himanshu Bisht]]></dc:creator>
		<pubDate>Wed, 12 Jun 2019 07:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46799</guid>
		<description><![CDATA[Can we do the same way in Ps 1.7.2?
Thanks]]></description>
		<content:encoded><![CDATA[<p>Can we do the same way in Ps 1.7.2?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46669</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Sun, 12 Nov 2017 00:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46669</guid>
		<description><![CDATA[Try using if {$cms-&gt;id == 1}, using the specific ID for the page you want it to display on]]></description>
		<content:encoded><![CDATA[<p>Try using if {$cms-&gt;id == 1}, using the specific ID for the page you want it to display on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46461</link>
		<dc:creator><![CDATA[Andrea]]></dc:creator>
		<pubDate>Sat, 03 Dec 2016 12:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46461</guid>
		<description><![CDATA[{hook h=&#039;customCMS&#039;} 
What is this ?]]></description>
		<content:encoded><![CDATA[<p>{hook h=&#8217;customCMS&#8217;}<br />
What is this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nes</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46450</link>
		<dc:creator><![CDATA[Nes]]></dc:creator>
		<pubDate>Mon, 14 Nov 2016 01:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46450</guid>
		<description><![CDATA[Thanks Nemo! Clear and useful ;)]]></description>
		<content:encoded><![CDATA[<p>Thanks Nemo! Clear and useful <img src="http://nemops.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas Chauhan</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46412</link>
		<dc:creator><![CDATA[Vikas Chauhan]]></dc:creator>
		<pubDate>Wed, 14 Sep 2016 12:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46412</guid>
		<description><![CDATA[Hi Nemo,

I want to add hook for showing blockcart module into a cms page, using prestashop1.6.1

Basically we want to show cart summary on screen directly not on hover on as shown in header.

Tell me the solution. 

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Nemo,</p>
<p>I want to add hook for showing blockcart module into a cms page, using prestashop1.6.1</p>
<p>Basically we want to show cart summary on screen directly not on hover on as shown in header.</p>
<p>Tell me the solution. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Danielescu</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46383</link>
		<dc:creator><![CDATA[Mihai Danielescu]]></dc:creator>
		<pubDate>Mon, 04 Jul 2016 16:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46383</guid>
		<description><![CDATA[not working dude, fuck u, fuck prestashop]]></description>
		<content:encoded><![CDATA[<p>not working dude, fuck u, fuck prestashop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46285</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 10:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46285</guid>
		<description><![CDATA[You can extend this

http://nemops.com/page-specific-prestashop-module/#.VtVwLvk4Hmg

And check if the current page is a category, then check if the needed ID is submitted]]></description>
		<content:encoded><![CDATA[<p>You can extend this</p>
<p><a href="http://nemops.com/page-specific-prestashop-module/#.VtVwLvk4Hmg" rel="nofollow">http://nemops.com/page-specific-prestashop-module/#.VtVwLvk4Hmg</a></p>
<p>And check if the current page is a category, then check if the needed ID is submitted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46249</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Thu, 04 Feb 2016 10:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46249</guid>
		<description><![CDATA[Cms.tpl was there in 1.5 as well. It&#039;s not in the modules&#039; folder, but the theme&#039;s]]></description>
		<content:encoded><![CDATA[<p>Cms.tpl was there in 1.5 as well. It&#8217;s not in the modules&#8217; folder, but the theme&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PR Tech</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46248</link>
		<dc:creator><![CDATA[PR Tech]]></dc:creator>
		<pubDate>Wed, 03 Feb 2016 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46248</guid>
		<description><![CDATA[Hello, I have been working with prestashop for 3 years now and needed this solution desperately. Unfortunately It did not work for me. I really need help figuring this out. I need to change the Quick Search module to a specific CMS Page. I am using Prestashop 1.5.4.1 and I could not find the &quot;cms.tpl&quot; inside the modules&#039; folder.

Please help me! Great Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hello, I have been working with prestashop for 3 years now and needed this solution desperately. Unfortunately It did not work for me. I really need help figuring this out. I need to change the Quick Search module to a specific CMS Page. I am using Prestashop 1.5.4.1 and I could not find the &#8220;cms.tpl&#8221; inside the modules&#8217; folder.</p>
<p>Please help me! Great Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waterproof</title>
		<link>http://nemops.com/how-to-hooks-prestashop-cms/comment-page-1/#comment-46162</link>
		<dc:creator><![CDATA[waterproof]]></dc:creator>
		<pubDate>Wed, 07 Oct 2015 15:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2120#comment-46162</guid>
		<description><![CDATA[Great thanks for this tutorial ! But I&#039;ve any problem. I wish to get the module Gallery with Facebook button into one CMS page. So, I made what you say. But I&#039;ve 2 errors about syntax in gallery_module.php.

So I make again from the first step : including the new hook into cms.tpl (in theme) with {hook h=&#039;galleryCMS&#039;}. At this step, I suppose I would see a new position into the list in the backend ? But I don&#039;t see the  new position in the list. What is wrong ? Thanks for your help !
.]]></description>
		<content:encoded><![CDATA[<p>Great thanks for this tutorial ! But I&#8217;ve any problem. I wish to get the module Gallery with Facebook button into one CMS page. So, I made what you say. But I&#8217;ve 2 errors about syntax in gallery_module.php.</p>
<p>So I make again from the first step : including the new hook into cms.tpl (in theme) with {hook h=&#8217;galleryCMS&#8217;}. At this step, I suppose I would see a new position into the list in the backend ? But I don&#8217;t see the  new position in the list. What is wrong ? Thanks for your help !<br />
.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
