<?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: Creating new pages for your Prestashop store</title>
	<atom:link href="http://nemops.com/creating-new-pages-in-prestashop/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/creating-new-pages-in-prestashop/</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: Ife Castro Ozoemena</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-46804</link>
		<dc:creator><![CDATA[Ife Castro Ozoemena]]></dc:creator>
		<pubDate>Tue, 06 Aug 2019 11:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-46804</guid>
		<description><![CDATA[Another question,  cause I&#039;m a rookie when it comes to this, do I post the new lines of codes within the Class testmoduleAllproducts... https://uploads.disquscdn.com/images/577ac9d9d0ddb0e53d3f43106d3db6b5a375b69060b8efb29e632f0a92bb110d.jpg {}]]></description>
		<content:encoded><![CDATA[<p>Another question,  cause I&#8217;m a rookie when it comes to this, do I post the new lines of codes within the Class testmoduleAllproducts&#8230; <a href="https://uploads.disquscdn.com/images/577ac9d9d0ddb0e53d3f43106d3db6b5a375b69060b8efb29e632f0a92bb110d.jpg" rel="nofollow">https://uploads.disquscdn.com/images/577ac9d9d0ddb0e53d3f43106d3db6b5a375b69060b8efb29e632f0a92bb110d.jpg</a> {}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aselle</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-1/#comment-46471</link>
		<dc:creator><![CDATA[Aselle]]></dc:creator>
		<pubDate>Wed, 14 Dec 2016 09:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-46471</guid>
		<description><![CDATA[Hi, 

Thank you so much for this tutorial, at least a clear way to follow! :)

Three years passed after this reply you&#039;ve maid to Lakshmi. Has something changed since that? Is it now possible to make a friendly URL for a custom page with custom module? 

Also, are you still available for custom module developpement? It would help us a lot!

Thanks in advance for your reply!
Aselle]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thank you so much for this tutorial, at least a clear way to follow! <img src="http://nemops.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>Three years passed after this reply you&#8217;ve maid to Lakshmi. Has something changed since that? Is it now possible to make a friendly URL for a custom page with custom module? </p>
<p>Also, are you still available for custom module developpement? It would help us a lot!</p>
<p>Thanks in advance for your reply!<br />
Aselle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitendwi</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-46221</link>
		<dc:creator><![CDATA[jitendwi]]></dc:creator>
		<pubDate>Wed, 23 Dec 2015 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-46221</guid>
		<description><![CDATA[hi , i need product list of particular category of particular manufacturer]]></description>
		<content:encoded><![CDATA[<p>hi , i need product list of particular category of particular manufacturer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-45999</link>
		<dc:creator><![CDATA[Luca]]></dc:creator>
		<pubDate>Tue, 19 May 2015 09:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-45999</guid>
		<description><![CDATA[Hi, it&#039;s not necessarily mandatory to use a module. You can just use a standard controller. The main things are:

1. Create a controller, say CustomControlleCore extends FrontController and place it in /override/controllers/front. I use override so I leave a clean /controllers folder. Obviously the new controller has to feature the basic properties and methods like initContent, setMedia, etc... Just see a core controller that could have some piece of functionality similar to yours new, so you can see how it has been coded.

2. Create the right template (referenced in CustomController::setContent as usual), say custom-page.tpl

3. Delete /cache/class_index.php to trigger the regeneration

Done. www.yoursite.com/index.php?controller=custom will lead to your new custom-page.tpl]]></description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s not necessarily mandatory to use a module. You can just use a standard controller. The main things are:</p>
<p>1. Create a controller, say CustomControlleCore extends FrontController and place it in /override/controllers/front. I use override so I leave a clean /controllers folder. Obviously the new controller has to feature the basic properties and methods like initContent, setMedia, etc&#8230; Just see a core controller that could have some piece of functionality similar to yours new, so you can see how it has been coded.</p>
<p>2. Create the right template (referenced in CustomController::setContent as usual), say custom-page.tpl</p>
<p>3. Delete /cache/class_index.php to trigger the regeneration</p>
<p>Done. <a href="http://www.yoursite.com/index.php?controller=custom" rel="nofollow">http://www.yoursite.com/index.php?controller=custom</a> will lead to your new custom-page.tpl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Gall</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-45903</link>
		<dc:creator><![CDATA[George Gall]]></dc:creator>
		<pubDate>Sat, 07 Feb 2015 11:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-45903</guid>
		<description><![CDATA[First of all thank you for the quick reply.
I already modified the original query in product.php by making a copy of the getPorducts function (calling it getAvailableProducts) and now it displays only the available ones, BUT the pagination is broken. I mean regardless of using your original code or mine the pagination does not work. It displays &quot;24 products of 0&quot; and the Next &amp; Previous buttons do nothing. It is working however by adding the page number in the URL like &quot;&amp;p=2&quot; .
Any ideas ?]]></description>
		<content:encoded><![CDATA[<p>First of all thank you for the quick reply.<br />
I already modified the original query in product.php by making a copy of the getPorducts function (calling it getAvailableProducts) and now it displays only the available ones, BUT the pagination is broken. I mean regardless of using your original code or mine the pagination does not work. It displays &#8220;24 products of 0&#8243; and the Next &amp; Previous buttons do nothing. It is working however by adding the page number in the URL like &#8220;&amp;p=2&#8243; .<br />
Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-45902</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Sat, 07 Feb 2015 10:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-45902</guid>
		<description><![CDATA[Once you have all products, loop through them, use Product::getQuantity($id_product); to see if they have any. If not, unset the current entry :)
This will kill the number thought, so you might want to modify the original query, which is a bit tough to explain in a single comment]]></description>
		<content:encoded><![CDATA[<p>Once you have all products, loop through them, use Product::getQuantity($id_product); to see if they have any. If not, unset the current entry <img src="http://nemops.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
This will kill the number thought, so you might want to modify the original query, which is a bit tough to explain in a single comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Gall</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-45901</link>
		<dc:creator><![CDATA[George Gall]]></dc:creator>
		<pubDate>Sat, 07 Feb 2015 09:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-45901</guid>
		<description><![CDATA[Hello. 
What if I wanted a &quot;show me all products&quot; page that displayed only the available products ? I mean with quantity &gt; 0 .]]></description>
		<content:encoded><![CDATA[<p>Hello.<br />
What if I wanted a &#8220;show me all products&#8221; page that displayed only the available products ? I mean with quantity &gt; 0 .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-45887</link>
		<dc:creator><![CDATA[Joel]]></dc:creator>
		<pubDate>Fri, 30 Jan 2015 11:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-45887</guid>
		<description><![CDATA[Hi I would like to know how to show a form using helper form in the prestashop page that you created?

https://www.prestashop.com/forums/topic/398842-how-to-display-a-form-in-front-office-using-a-module-front-controller/]]></description>
		<content:encoded><![CDATA[<p>Hi I would like to know how to show a form using helper form in the prestashop page that you created?</p>
<p><a href="https://www.prestashop.com/forums/topic/398842-how-to-display-a-form-in-front-office-using-a-module-front-controller/" rel="nofollow">https://www.prestashop.com/forums/topic/398842-how-to-display-a-form-in-front-office-using-a-module-front-controller/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kundan kumar</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-2/#comment-45884</link>
		<dc:creator><![CDATA[kundan kumar]]></dc:creator>
		<pubDate>Thu, 29 Jan 2015 08:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-45884</guid>
		<description><![CDATA[I wnt to add 1-2 customize pages with coding  in prestashop 1.6.0.11, please can help me in this, can you provide me complete coding for extra page .
And I want following things in the extra pages.
1) I want a full width banner.
2) I want to add offers images in 4-6 groups with text bar above them to differentiate the offers, like this i want to add 16-25 images in one page. And I want to change the images from the back-office(admin-panel)
3) With common footer.
Please help me]]></description>
		<content:encoded><![CDATA[<p>I wnt to add 1-2 customize pages with coding  in prestashop 1.6.0.11, please can help me in this, can you provide me complete coding for extra page .<br />
And I want following things in the extra pages.<br />
1) I want a full width banner.<br />
2) I want to add offers images in 4-6 groups with text bar above them to differentiate the offers, like this i want to add 16-25 images in one page. And I want to change the images from the back-office(admin-panel)<br />
3) With common footer.<br />
Please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kundan kumar</title>
		<link>http://nemops.com/creating-new-pages-in-prestashop/comment-page-1/#comment-45883</link>
		<dc:creator><![CDATA[kundan kumar]]></dc:creator>
		<pubDate>Thu, 29 Jan 2015 08:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=1019#comment-45883</guid>
		<description><![CDATA[I wnt to add 1-2 customize pages with coding  in prestashop 1.6.0.11, please can help me in this, can you provide me complete coding for extra page .
And I want following things in the extra pages.
1) I want a full width banner.
2) I want to add offers images in 4-6 groups with text bar above them to differentiate the offers, like this i want to add 16-25 images in one page. And I want to change the images from the back-office9admin-panel)
3) With common footer.
Please help me]]></description>
		<content:encoded><![CDATA[<p>I wnt to add 1-2 customize pages with coding  in prestashop 1.6.0.11, please can help me in this, can you provide me complete coding for extra page .<br />
And I want following things in the extra pages.<br />
1) I want a full width banner.<br />
2) I want to add offers images in 4-6 groups with text bar above them to differentiate the offers, like this i want to add 16-25 images in one page. And I want to change the images from the back-office9admin-panel)<br />
3) With common footer.<br />
Please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
