<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NemoPS &#187; modules</title>
	<atom:link href="http://nemops.com/tag/modules/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com</link>
	<description>Prestashop Tutorials, Modules and More!</description>
	<lastBuildDate>Wed, 05 Dec 2018 13:25:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.35</generator>
	<item>
		<title>PrestaShop Debug tip: display template names and path in the front office</title>
		<link>http://nemops.com/prestashop-debug-display-template-names-and-path/</link>
		<comments>http://nemops.com/prestashop-debug-display-template-names-and-path/#comments</comments>
		<pubDate>Wed, 24 May 2017 12:33:27 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=3026</guid>
		<description><![CDATA[<p>In this video we will see how to save hours of debugging, by displaying the name of each template coming from modules in the front office Watch the screencast Text Version Open up Module.php, located in the classes/module/ folder. Reach the display method, and right at the very end, just before the return statement, add [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-debug-display-template-names-and-path/">PrestaShop Debug tip: display template names and path in the front office</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>In this video we will see how to save hours of debugging, by displaying the name of each template coming from modules in the front office<br />
<span id="more-3026"></span></p>
<h2>Watch the screencast</h2>

	<div class="video-embed">
		<iframe width="640" height="360" src="http://www.youtube.com/embed/exCPVrpfWW4#038;lc=z122zleyvxa5dz10f22zwnjjurqyhbtx004" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/user/NemoPostScriptum/videos" rel="nofollow" title="Subscribe Post Scriptum's Youtube Channel">Subscribe Post Scriptum's Youtube Channel</a></p>	</div>
<h3>Text Version</h3>
<p>Open up <strong>Module.php</strong>, located in the <em>classes/module/</em> folder. Reach the <strong>display</strong> method, and right at the very end, just before the return statement, add the following:</p>
<pre class="brush: php; title: ; notranslate">
            if($result &amp;&amp; _PS_MODE_DEV_ === true)
            {
                $tpl_path = $this-&gt;getTemplatePath($template);
                $result = '&lt;!-- START ' . $tpl_path .' --&gt;' . $result . '&lt;!-- END ' . $tpl_path .' --&gt;';    
            }
</pre>
<p>Save, make sure dev mode is enabled, then refresh the front office. Open up Chrome developer tools (or equivalent) and inspect the section you need of the template, you will see each module&#8217;s box wrapped with the corresponding template path</p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-debug-display-template-names-and-path/">PrestaShop Debug tip: display template names and path in the front office</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/prestashop-debug-display-template-names-and-path/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Promote Your Products with PrestaShop Slider Modules</title>
		<link>http://nemops.com/promote-products-prestashop-slider-modules/</link>
		<comments>http://nemops.com/promote-products-prestashop-slider-modules/#comments</comments>
		<pubDate>Wed, 06 Jul 2016 08:58:14 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2813</guid>
		<description><![CDATA[<p>In this article written by Ann Taylor, we will see how you can use sliders to promote your business, and review which ones will do best with PrestaShop An online shop slider is no longer a gimmick, agree? Probably this is the reason you still don’t have it on your PrestaShop website. A slideshow is a [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/promote-products-prestashop-slider-modules/">How to Promote Your Products with PrestaShop Slider Modules</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>In this article written by <a title="Ann Taylor" href="https://twitter.com/mainoxa"><strong>Ann Taylor</strong></a>, we will see how you can use sliders to promote your business, and review which ones will do best with PrestaShop<br />
<span id="more-2813"></span></p>
<p>An online shop slider is no longer a gimmick, agree? Probably this is the reason you still don’t have it on your PrestaShop website. A slideshow is a traditional attention-grabbing tool, various types of which are constantly improved with new great features. A traditional tool with a lot opportunities, which very often becomes a kind of organic marketing channel for promoting your best or pushing underselling products. Think of it, there are no chances it can have a bad influence on your traffic and sales.</p>
<p>It’s a not a big task to build a catchy slider and track right visitors to the right products, mostly all types of a PrestaShop slider can do that, but still each one has its own features, functions, and, of course, pricing. If you create a slider with a special tone and style, it can have a power of a well-written nifty word helping you engage much more people. And engaging people often lead to sales. Probably it’s hard to make a completely different exclusive slider, but a bit of personalization, attractiveness and your of course quality products are your best weapon.</p>
<p>How to achieve the best results in building a slider with PrestaShop module? Good question. I’d like to give some humble tips, hope they’ll sound fresh for you:</p>
<p>&nbsp;</p>
<p><strong>Images.</strong> Slider is a gallery of images. Try to make it a kind of art gallery, namely, reduce useless elements. What does that mean? What’s really interesting in product images, they never lie and never say the truth, it’s your chance to be more genuine and open to your customers: risk to show only images or even a slider in a full-screen mode, where the photos are presented in close-up details. They can even go without additional description and compelling calls-to-action, so the visitors are curious to go to the product’s page and find all important info about it. Though it should not be applied to the announcements of deals, offers and sales, where text messages are the most important.</p>
<p>&nbsp;</p>
<p><strong>Ads.</strong> Don’t advertise too much, people are not interested in ads, they are interested in particular products and want to know more details about it: instead of saying ‘superb belt’ you can better put some useful info about it in short: brand name, material, design, uniqueness, etc. (a quick hint: the best description of your products and services can be found among positive customer feedbacks!).</p>
<p>&nbsp;</p>
<p><strong>Quantity.</strong> Yes, you want to sell as more products as possible. But that should not mean putting 20 images into one slider &#8211; it can load for a long time or even freeze on some devices. Limit it to 5 &#8211; 7 slides. You still have a lot of abilities to create several sliders and put it on different pages or simply replace some slides in your main slider from time to time to monitor which ones have higher conversion and product sales.</p>
<p>Hope that helps. Let’s now revises some of the available popular&amp;fresh PrestaShop slider modules that come with some standout features.</p>
<div class="separator"></div>
<h2><strong>Featured Products Slider module</strong></h2>
<p><a href="http://addons.prestashop.com/en/8732-featured-products-slider.html">http://addons.prestashop.com/en/8732-featured-products-slider.html</a></p>
<p><a href="http://nemops.com/wp-content/uploads/2016/07/Featured-Products-Slider.png"><img class="aligncenter size-full wp-image-2816" src="http://nemops.com/wp-content/uploads/2016/07/Featured-Products-Slider.png" alt="PrestaShop Slider: Featured Products Slider" width="640" height="513" /></a></p>
<p>Using this module you can create a stunning slider for featuring your products on Home, Category and Products page. Let’s count the options able to help you maximum personalize the slider:</p>
<ul>
<li>Ability to choose a slider position (center, column, none)</li>
<li>Setting width and height of the slider</li>
<li>Timing of pauses</li>
<li>Sorting the products (Random, Top sellers, Most viewed, Recently added)</li>
<li>Showing/hiding: a product title, description, price, ‘add to cart button’, navigation buttons/arrows</li>
<li>Customizable colors, background, product limits and count, a number of scrolled products</li>
<li>Well-documented module.</li>
</ul>
<div class="separator"></div>
<h2><strong>Layer Slider </strong></h2>
<p><a href="http://addons.prestashop.com/en/19062-layer-slider-responsive-slideshow.html">http://addons.prestashop.com/en/19062-layer-slider-responsive-slideshow.html</a></p>
<p><a href="http://nemops.com/wp-content/uploads/2016/07/Layer-slider.png"><img class="aligncenter size-full wp-image-2817" src="http://nemops.com/wp-content/uploads/2016/07/Layer-slider.png" alt="PrestaShop Slider: Layer slider" width="640" height="424" /></a></p>
<p>One of the most popular PrestaShop sliders with very good customers’ review. It’s a fully responsive multipurpose tool that comes with 200 presets, 2D and 3D slide transition. Using this module, you are provided with numerous advantages:</p>
<p>&nbsp;</p>
<ul>
<li>Admin tools with drag-and-drop nature</li>
<li>Real-time slide preview</li>
<li>Swipe navigation support</li>
<li>Lazy-loads for better slider performance</li>
<li>All types of content layers (text, image, video)</li>
<li>Compatibility with old browsers</li>
<li>Multiple sliders on a single page</li>
<li>full-width, full size or fixed dimensions layouts are available</li>
<li>Optional auto-start of the slideshow</li>
<li>Pauses control</li>
<li>Optional random slideshow</li>
<li>Opportunity to link any layer to a particular URL.</li>
</ul>
<div class="separator"></div>
<h2><strong>MotoPress Slider Module</strong></h2>
<p><a href="http://addons.prestashop.com/en/21880-motopress-slider.html">http://addons.prestashop.com/en/21880-motopress-slider.html</a></p>
<p><a href="http://nemops.com/wp-content/uploads/2016/07/MotoPress-slider-module.png"><img class="aligncenter size-full wp-image-2818" src="http://nemops.com/wp-content/uploads/2016/07/MotoPress-slider-module.png" alt="PrestaShop Slider: MotoPress slider module" width="640" height="287" /></a></p>
<p>This module is 3 in 1 solution: image, video and product slider, so it can become your ultimate tool in building diverse sliders. The admin tools look like ones of the most user-friendly with simple animated layers (text, image, video, etc), visual style builder and many auto-embeds of your content. The main advantages include:</p>
<p>&nbsp;</p>
<ul>
<li>Fully responsive and retina-ready design</li>
<li>Supports swipe navigation</li>
<li>Visually customizable fonts, background, and other slider design elements</li>
<li>Ability to preview slider in backend</li>
<li>Saving and reusing your custom styles</li>
<li>Full-screen slider support plus options for manual slider width/height settings</li>
<li>Animation effects and ability to preview them before applying</li>
<li>Safe import/export of your data</li>
<li>Showing products in the slider using macros (auto-embedded slider elements) like Price, Add to cart button, etc.</li>
<li>Enabling slideshow on different website widget areas</li>
<li>Ability to display the products by categories, tags, in-stock products, on-sale items, including/excluding the products by ID.</li>
<li>Link a slide to URL ability.</li>
</ul>
<div class="separator"></div>
<h2><strong>Slider and Push Products</strong></h2>
<p><a href="http://addons.prestashop.com/en/4780-slider-push-products-2-in-1.html">http://addons.prestashop.com/en/4780-slider-push-products-2-in-1.html</a></p>
<p><a href="http://nemops.com/wp-content/uploads/2016/07/Slider-and-Push-Products.png"><img class="aligncenter size-full wp-image-2819" src="http://nemops.com/wp-content/uploads/2016/07/Slider-and-Push-Products.png" alt="PrestaShop Slider: Slider and Push Products" width="640" height="464" /></a></p>
<p>The slider developed by Prestashop, which can mean a good reliable product.. It’s a 2 in 1 solution: you can create a slideshow and push the needed products of your online store. The main features include:</p>
<p>&nbsp;</p>
<ul>
<li>Shop format adaptation: display both slideshow and push products in two or three-column layout</li>
<li>Fully customizable: 9 predefined layouts (among them 5 come with slideshow)</li>
<li>Ability to display different images for different language speakers</li>
<li>Option to link a slide to an external website</li>
</ul>
<p>&nbsp;</p>
<h2><strong>Slider by Category Module</strong></h2>
<p><a href="http://addons.prestashop.com/en/17308-slider-by-category.html">http://addons.prestashop.com/en/17308-slider-by-category.html</a></p>
<p><a href="http://nemops.com/wp-content/uploads/2016/07/Slider-by-category.png"><img class="aligncenter size-full wp-image-2820" src="http://nemops.com/wp-content/uploads/2016/07/Slider-by-category.png" alt="PrestaShop Slider: Slider by category" width="640" height="520" /></a></p>
<p>Despite its limit of displaying the products by category only, this fact can become your advantage as you won’t need to deal with numerous of additional settings. What options does website administrator have? Let’s see:</p>
<ul>
<li>Customizable height and width of the slider</li>
<li>Control over slides timing and speed</li>
<li>Selectable categories for adding, enabling, editing or deleting slides.</li>
</ul>
<p>&nbsp;</p>
<p>Do you probably use any other PrestaShop slider module that can provide users with more customization freedom and more possibilities? Don’t hide this info then!</p>
<div class="separator"></div>
<h3>Author bio</h3>
<p>Ann is an open source and folk music lover. She likes blogging and learning SEO techniques.</p>
<p>Find Ann on Twitter: <a href="https://twitter.com/mainoxa">https://twitter.com/mainoxa</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://nemops.com/promote-products-prestashop-slider-modules/">How to Promote Your Products with PrestaShop Slider Modules</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/promote-products-prestashop-slider-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overriding Modules Controllers in PrestaShop 1.6</title>
		<link>http://nemops.com/overriding-modules-controllers-in-prestashop-1-6/</link>
		<comments>http://nemops.com/overriding-modules-controllers-in-prestashop-1-6/#comments</comments>
		<pubDate>Wed, 02 Mar 2016 11:39:49 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[overrides]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[prestashop 1.6]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2723</guid>
		<description><![CDATA[<p>Thanks to a PrestaShop forums&#8217; user, we can now easily extend modules&#8217; controllers without any hardcoded modification. Let&#8217;s see how do do it! Last Week, forum user alexdee2007 posted an interesting override: it allows us to extend PrestaShop Modules&#8217; controllers. Previously, we would have had to hardcode any modification within the originals, because the core [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/overriding-modules-controllers-in-prestashop-1-6/">Overriding Modules Controllers in PrestaShop 1.6</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Thanks to a PrestaShop forums&#8217; user, we can now easily extend modules&#8217; controllers without any hardcoded modification. Let&#8217;s see how do do it!</p>
<p><span id="more-2723"></span></p>
<a class="download-files button style1" href="http://nemops.com/wp-content/uploads/2016/03/Dispatcher.zip" title="Download Project Files">Download Project Files</a>
<p>Last Week, forum user <strong>alexdee2007</strong> posted an interesting override: it allows us to extend PrestaShop Modules&#8217; controllers. Previously, we would have had to hardcode any modification within the originals, because the core system didn&#8217;t allow for such overrides. You can find a link to the original thread at the end of the tutorial.</p>
<div class="separator"></div>
<h2>What does the override do?</h2>
<p>Its concept is very simple, yet smart. It extends the <strong>Dispatcher</strong> class&#8217; <strong>Dispatch()</strong> method, modifying what the system looks for, once loading modules front controllers. Here is the core part:</p>
<pre class="brush: php; title: ; notranslate">
if (file_exists(_PS_OVERRIDE_DIR_ . 'modules/' . $module_name . '/controllers/front/' . $this-&gt;controller . '.php')) {
    include_once(_PS_OVERRIDE_DIR_ . 'modules/' . $module_name . '/controllers/front/' . $this-&gt;controller . '.php');
    $controller_class = $module_name . $this-&gt;controller . 'ModuleFrontControllerOverride';
} else {

    $controller_class = $module_name . $this-&gt;controller . 'ModuleFrontController';
}
</pre>
<p>Basically, it looks for the existence of any file, in the override directory, with the same path and name of the original controller. If it exists, it assigns the name plus &#8220;Override&#8221; to the current class name (which is what PrestaShop does already, for modules).<br />
This way, to extend any Module&#8217;s controller, we can simply create a file inside <em>override/modules/*modulename*/controllers/front</em>, named the same as the original, and then append Override to its Class name.</p>
<div class="separator"></div>
<h2>Video &#8211; A practical example</h2>

	<div class="video-embed">
		<iframe width="640" height="360" src="http://www.youtube.com/embed/nvVgbQZS-Eg" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/user/NemoPostScriptum/videos" rel="nofollow" title="Subscribe Post Scriptum's Youtube Channel">Subscribe Post Scriptum's Youtube Channel</a></p>	</div>
<div class="separator"></div>
<h3>Additional Recources</h3>
<ul>
<li><a href="http://nemops.com/prestashop-modules-course" title="PrestaShop Modules Course">PrestaShop Modules Course</a></li>
<li><a href="https://www.prestashop.com/forums/topic/480523-override-front-controller-of-modules/?p=2262437" title="The original Forum Thread">The original Forum Thread</a></li>
</ul>
<p>The post <a rel="nofollow" href="http://nemops.com/overriding-modules-controllers-in-prestashop-1-6/">Overriding Modules Controllers in PrestaShop 1.6</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/overriding-modules-controllers-in-prestashop-1-6/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PrestaShop 1.7 will be a catastrophe. Here is why</title>
		<link>http://nemops.com/prestashop-1-7-will-be-a-catastrophe-here-is-why/</link>
		<comments>http://nemops.com/prestashop-1-7-will-be-a-catastrophe-here-is-why/#comments</comments>
		<pubDate>Wed, 17 Feb 2016 10:02:53 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop 1.7]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2711</guid>
		<description><![CDATA[<p>PrestaShop will become a totally different software with the release of 1.7 in the upcoming months. Here are a few reasons why I think it will be a catastrophe for the company. Here is the updated post a few days after the official 1.7 release: PrestaShop 1.7 is out, here is why it is a [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-1-7-will-be-a-catastrophe-here-is-why/">PrestaShop 1.7 will be a catastrophe. Here is why</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>PrestaShop will become a totally different software with the release of 1.7 in the upcoming months. Here are a few reasons why I think it will be a catastrophe for the company.</p>
<p><span id="more-2711"></span></p>
<p>Here is the updated post a few days after the official 1.7 release: <a title="PrestaShop 1.7 is out, here is why it is a failure" href="http://nemops.com/prestashop-1-7-failure/#.WCMsJ_nx6Uk">PrestaShop 1.7 is out, here is why it is a failure.</a><br />
The more I read about PrestaShop 1.7, the more I think it will be a complete failure.</p>
<h3>PrestaShop 1.7 will (almost) not be retro-compatible (at all)</h3>
<p>While the first news about it, which came directly from the development team, mentioned a gradual adaptation to symfony and hogan, <a title="PrestaShop 1.7 FAQs" href="http://build.prestashop.com/news/prestashop-1-7-faq/" target="blank">the most recent FAQs on the build site clearly stated that <strong>upgrading to 1.7 will be next to impossible</strong>.</a><br />
1.7 will be a drastic shift in how the software is conceived since its own roots, and for this reason 90% of what currently works fine on your 1.6 will never be compatible with 1.7. This was clear for themes already (which might even be acceptable), but even if they still mention that 1.6 modules &#8220;should work with little to no changes in 1.7&#8243;, they add a few caveats on incompatibilities, specifically:</p>
<ul>
<li>- those which target the theme/front office – because we rewrote the way themes are written.</li>
<li>- those which target the Product page – because we rebuilt it with Symfony2 and its Twig template engine.</li>
<li>- those which target the Modules page – again, because we rebuilt it with Symfony2 and its Twig template engine.</li>
</ul>
<p>To translate and make it clear to everyone:</p>
<ul>
<li>- Anything that outputs content to the front office (90% of the modules, including sliders, best sales, coupon related, menus&#8230;)</li>
<li>- Anything that hooks to DisplayAdminProductsExtra</li>
<li>- Anything that has a configuration menu (?). Hard to interpret this, there is no module that I know altering the <strong>modules list</strong>, so we have to assume it&#8217;s the <strong>modules configuration page</strong></li>
</ul>
<div class="separator"></div>
<h3>Will any merchant ever upgrade to 1.7? (Short answer: no.)</h3>
<p>Given the insane amount of effort that will be required to upgrade a running store to PrestaShop 1.7 (<a title="Upgrading to PrestaShop 1.7 will not be possible" href="http://build.prestashop.com/news/prestashop-1-7-faq/#will-it-be-easy-to-upgrade-from-previous-versions-of-prestashop-to-v17" target="_blank">see here</a>), it&#8217;s likely that nobody will ever do it.<br />
Thinking of the current chills one already feels when upgrading a minor version, and seeing how painful it has been to move from 1.4 to 1.5, or to 1.5 to 1.6 in the past, chances are no merchant will ever risk his business to radically switch to a new software. Alas, this is what 1.7 will be, a completely new system that will force you to start anew with your shop.</p>
<div class="separator"></div>
<h3>Smarty or not Smarty</h3>
<p>It&#8217;s hard to understand a few incoherent lines of the FAQs page. While they state the 1.6 themes will not be compatible with 1.7, they also want to continue using Smarty. It would have been better to switch to Symfony since 1.7.0, instead of planning it for future versions, since in any case nobody will be able to upgrade (foreseeing other incompatibilities ahead).</p>
<div class="separator"></div>
<h3>Good-bye overrides!</h3>
<p>Yes. Unfortunately, PrestaShop 1.7 will not use overrides anymore. The article states legacy architecture will still be usable; however the back office&#8217;s Product and Modules page will not allow their usage. Into human language, it means all modules currently (wisely) using overrides will have to drop the system in future 1.7 versions.</p>
<p>This adds another point to the issues for upgraders: <strong>any module using overrides will have to be re-written</strong>.</p>
<p>It is not clear yet how modifications will be handled, but as long-time developer, I am afraid the new extensions system will have a strong impact on code maintainability.</p>
<div class="separator"></div>
<h3>And more</h3>
<ul>
<li>- Mixed up back office interface (Symfony on some pages, Smarty on others)</li>
<li>- The current Beta is almost impossible to install on non-unix OS (tried 4 times, all failures)</li>
<li>- 1.7 will still use the old Swiftmailer, which means no TLS or compatibility with Google Servers</li>
</ul>
<p>For all these, there will be no reason not to migrate to some other software (OpenCart, Magento, just to name a few) for those people currently experiencing trouble and limitations with PrestaShop 1.6. PrestaShop 1.7 doesn&#8217;t simply have a couple of good-deal breaker features, it&#8217;s just a failure in its own conception.<br />
In my opinion, it&#8217;s not acceptable to ask any merchant to switch e-commerce software after establishing a successful business. Given that nobody (1.000009%?) will ever upgrade to the new version, PrestaShop is probably going to lose a big slice, up to 70%, of its current user base. Thinking about your business long-term, you might want to start looking for a life-boat.</p>
<p>Stay tuned for more info about PrestaShop 1.7&#8217;s release.</p>
<div class="separator"></div>
<h3>Additional Resources</h3>
<ul>
<li><a title="PrestaShop 1.7 FAQs" href="http://build.prestashop.com/news/prestashop-1-7-faq/">PrestaShop 1.7 FAQs</a></li>
<li><a title="PrestaShop 1.7 Development Branch on GitHub" href="https://github.com/PrestaShop/PrestaShop/tree/develop">PrestaShop 1.7 Development Branch on GitHub</a></li>
</ul>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-1-7-will-be-a-catastrophe-here-is-why/">PrestaShop 1.7 will be a catastrophe. Here is why</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/prestashop-1-7-will-be-a-catastrophe-here-is-why/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>PrestaShop Modules Development Course &#8211; Now available!</title>
		<link>http://nemops.com/prestashop-modules-development-course-announcement/</link>
		<comments>http://nemops.com/prestashop-modules-development-course-announcement/#comments</comments>
		<pubDate>Tue, 01 Dec 2015 08:50:15 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2636</guid>
		<description><![CDATA[<p>Over the past 4 months I&#8217;ve been slavishly working on a huge project: a full featured course on PrestaShop Modules Development. The course is available now for 49.99 euros. You can read more about it here</p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-modules-development-course-announcement/">PrestaShop Modules Development Course &#8211; Now available!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Over the past 4 months I&#8217;ve been slavishly working on a huge project: a full featured course on PrestaShop Modules Development.<br />
<span id="more-2636"></span><a title="PrestaShop Modules Course" href="http://nemops.com/prestashop-modules-course/"><img class="aligncenter size-full wp-image-2627" src="http://nemops.com/wp-content/uploads/2015/11/cover_ad.jpg" alt="PrestaShop Modules Development Course" width="795" height="600" /></a></p>
<p>The course is available now for 49.99 euros. <a title="Prestashop Modules Development Course" href="http://nemops.com/prestashop-modules-course/">You can read more about it here</a></p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-modules-development-course-announcement/">PrestaShop Modules Development Course &#8211; Now available!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/prestashop-modules-development-course-announcement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cyber Monday! All modules 50% off till tomorrow!</title>
		<link>http://nemops.com/cyber-monday-prestashop-modules-50-off/</link>
		<comments>http://nemops.com/cyber-monday-prestashop-modules-50-off/#comments</comments>
		<pubDate>Mon, 30 Nov 2015 10:39:02 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2644</guid>
		<description><![CDATA[<p>Don&#8217;t miss the chance to get some great PrestaShop modules for half their price All of the modules in my PrestaShop Addons store will be available for half the price for the whole day (Monday, November 30, 2015). Check them all out!</p>
<p>The post <a rel="nofollow" href="http://nemops.com/cyber-monday-prestashop-modules-50-off/">Cyber Monday! All modules 50% off till tomorrow!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Don&#8217;t miss the chance to get some great PrestaShop modules for half their price<br />
<span id="more-2644"></span></p>
<p>All of the modules in my PrestaShop Addons store will be available for half the price for the whole day (Monday, November 30, 2015).</p>
<p><a class="button style1" style="text-align:center" href="http://store.nemops.com/" title="PrestaShop Modules"><strong>Check them all out!</strong></a></p>
<p>The post <a rel="nofollow" href="http://nemops.com/cyber-monday-prestashop-modules-50-off/">Cyber Monday! All modules 50% off till tomorrow!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/cyber-monday-prestashop-modules-50-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Free PrestaShop Modules</title>
		<link>http://nemops.com/top-10-free-prestashop-modules/</link>
		<comments>http://nemops.com/top-10-free-prestashop-modules/#comments</comments>
		<pubDate>Wed, 21 Oct 2015 10:05:12 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[free module]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2541</guid>
		<description><![CDATA[<p>In this post, I&#8217;ve put together 10 of the best Free PrestaShop modules you can find on the web. PrestaShop is a great e-commerce platform, but it’s very unlikely that anyone starting a new business will be happy with the very basic modules selection. Most of the PrestaShop modules on the market are paid products, [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/top-10-free-prestashop-modules/">Top 10 Free PrestaShop Modules</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>In this post, I&#8217;ve put together 10 of the best Free PrestaShop  modules you can find on the web.<br />
<span id="more-2541"></span></p>
<p>PrestaShop is a great e-commerce platform, but it’s very unlikely that anyone starting a new business will be happy with the very basic modules selection. Most of the PrestaShop modules on the market are paid products, because of the great functionalities they can add to your shop, and help you sell more. However, there are some free PrestaShop modules as well, which can equally enhance the basic functionalities, with the advantage of not having to spend a single penny for it. Let’s have a look at 10 best free PrestaShop Modules currently available. All of the listed modules are compatible with both PrestaShop 1.5 and PrestaShop 1.6.</p>
<div class="separator"></div>
<h2><a target="_blank" href="http://store.nemops.com/free-modules/32-ask-a-question.html#.VgRSjMvzrmg" title="Prestashop Ask a question Free Module">Prestashop Ask a question Free Module</a></h2>
<p><a target="_blank" href="http://store.nemops.com/free-modules/32-ask-a-question.html#.VgRSjMvzrmg" title="Free Download">Free Download</a></p>
<p>This Free Prestashop Addon allows your customers to ask you any question about a specific product, without having to register. You will also have the possibility to choose if you want to publish the question with relative answer, which makes this module, in fact, nothing less powerful than a full-fledged FAQ plugin.</p>
<div class="separator"></div>
<h2><a target="_blank" href="http://store.nemops.com/free-modules/42-prestashop-twitter-widget-free.html#.VgRUvsvzrmg" title="Free Prestashop Twitter Widget">Free Prestashop Twitter Widget</a></h2>
<p><a target="_blank" href="http://store.nemops.com/free-modules/42-prestashop-twitter-widget-free.html#.VgRUvsvzrmg" title="Free Download">Free Download</a></p>
<p>Social media are a key factor in business success. With this free module, you can display a Twitter Timeline on your site, with plenty of options. You can configure all of the customizable aspects of the Twitter Widget, including colors, size, which elements to display, and number of tweets, as well as hooking it to either column, or the footer.</p>
<div class="separator"></div>
<h2><a target="_blank" href="http://store.nemops.com/free-modules/31-facebook-open-graph-module-free.html#.VgRVccvzrmg" title="Facebook Open Graph for PrestaShop">Facebook Open Graph for PrestaShop</a></h2>
<p><a target="_blank" href="http://store.nemops.com/free-modules/31-facebook-open-graph-module-free.html#.VgRVccvzrmg" title="Free Download">Free Download</a></p>
<p>Do you want your products shared on Facebook or Pinterest to look nicer, instead of having the image chosen randomly in the page? You can use this free Module to add richness to shared content, so that it will not only be nicer to see for your potential audience, but also be more relevant to Search Engines.</p>
<div class="separator"></div>
<h2><a target="_blank" href="https://dh42.com/free-prestashop-modules/prestashop-free-css-module/" title="Free CSS Editor for PrestaShop">Free CSS Editor for PrestaShop</a></h2>
<p><a target="_blank" href="https://dh42.com/free-prestashop-modules/prestashop-free-css-module/" title="Free Download">Free Download</a><br />
With this module you can adjust background colors, font-sizes, fonts, just about any thing visually on your PrestaShop store can be accomplished with CSS. You will have a powerful visual editor with syntax highlighting, so that you can easily add and modify your own styles.</p>
<div class="separator"></div>
<h2><a target="_blank" href="https://dh42.com/free-prestashop-modules/prestashop-addthis-module/" title="PrestaShop AddThis Module">PrestaShop AddThis Module</a></h2>
<p><a target="_blank" href="https://dh42.com/free-prestashop-modules/prestashop-addthis-module/" title="Free Download">Free Download</a><br />
This module is really simple. You just need to login to your AddThis (the popular sharing buttons service) account, grab any of the sharing codes, be it buttons, smart layers or welcome bar, and paste it in the module. You can then choose on which pages you want to display smart layers and welcome bar. Thanks to AddThis, you will benefit from plenty of analytics about social activity on your PrestaShop Store.</p>
<div class="separator"></div>
<h2><a target="_blank" href="https://www.prestashop.com/forums/topic/449176-free-super-abandoned-cart-16x-v-115-updated/" title="Super abandoned cart">Super abandoned cart</a></h2>
<p><a target="_blank" href="https://www.prestashop.com/forums/topic/449176-free-super-abandoned-cart-16x-v-115-updated/" title="Free Download">Free Download</a><br />
It&#8217;s a best practice to send emails and follow up with those customers who left your site right during a purchase. With this module, you can set up plenty of options to target abandoned carts, such as vouchers to create, templates for emails, and organize everything into several campaigns.</p>
<div class="separator"></div>
<h2><a target="_blank" href="https://www.prestashop.com/forums/topic/317230-prestashop-blog-module/" title="Free blog for Prestashop - Smart Blog">Free blog for PrestaShop &#8211; Smart Blog</a></h2>
<p><a target="_blank" href="https://www.prestashop.com/forums/topic/317230-prestashop-blog-module/" title="Free Download">Free Download</a><br />
If you feel like you&#8217;re not satisfied with the standard CMS system, but want a full Blog System for PrestaShop instead, then Smart Blog is the module you want. Constantly updated and great support in the forum community, it includes all of the features you will need: categories, comments, tags, a search system, popular posts, and more.</p>
<div class="separator"></div>
<h2><a target="_blank" href="https://dh42.com/prestashop-opcache-manger-module/" title="Prestashop integration with wordpress">PrestaShop Opcache Module</a></h2>
<p><a target="_blank" href="https://dh42.com/prestashop-opcache-manger-module/" title="Free Download">Free Download</a><br />
If you are not running Opcache with PrestaShop, you seriously need to look into having it installed on your server. If you do not know what Opcache is, it is part of PHP 5.5 that stores your compiled files in memory for faster execution. Generally, sites that run Opcache cut their loading time in half.</p>
<div class="separator"></div>
<h2><a target="_blank" href="https://www.prestashop.com/forums/topic/310597-free-module-sliders-everywhere-responsive-gallery-image-sliders-or-banners-now-3d/" title="Sliders Everywhere for PrestaShop">Sliders Everywhere for PrestaShop</a></h2>
<p><a target="_blank" href="https://www.prestashop.com/forums/topic/310597-free-module-sliders-everywhere-responsive-gallery-image-sliders-or-banners-now-3d/" title="Free Download">Free Download</a><br />
As the name suggests, with Sliders Everywhere you can add sliders, banners and galleries wherever you want in your PrestaShop store. You can customize colors, contents, and even add shortcodes to each of them, uniquely for every page. And of course, all sliders are responsive.</p>
<div class="separator"></div>
<h2><a target="_blank" href="https://www.prestashop.com/forums/topic/145802-free-download-emailing-newsletter-2015-update-56/" title="Prestashop Newsletters Free">Prestashop Newsletters Free</a></h2>
<p><a target="_blank" href="https://www.prestashop.com/forums/topic/145802-free-download-emailing-newsletter-2015-update-56/" title="Free Download">Free Download</a><br />
By default, the built-in Newsletter Module PrestaShop has does not let you send anything. This is the only Free PrestaShop module that lets you setup, customize and send Newsletters from the back office, without having to rely on third parties. It also works on older PrestShop version, such as 1.2, 1.3 and 1.4.</p>
<div class="separator"></div>
<p>The post <a rel="nofollow" href="http://nemops.com/top-10-free-prestashop-modules/">Top 10 Free PrestaShop Modules</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/top-10-free-prestashop-modules/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Faster Prestashop Back Office #1: removing modules and themes Ads</title>
		<link>http://nemops.com/faster-prestashop-back-office-modules-themes-ads/</link>
		<comments>http://nemops.com/faster-prestashop-back-office-modules-themes-ads/#comments</comments>
		<pubDate>Wed, 20 May 2015 09:52:20 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[back office]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2423</guid>
		<description><![CDATA[<p>In this quick video we will see how to improve our Prestashop back office&#8217;s speed a bit, by preventing our Shop to load anything out of prestashop.com Watch the Screencast</p>
<p>The post <a rel="nofollow" href="http://nemops.com/faster-prestashop-back-office-modules-themes-ads/">Faster Prestashop Back Office #1: removing modules and themes Ads</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>In this quick video we will see how to improve our Prestashop back office&#8217;s speed a bit, by preventing our Shop to load anything out of prestashop.com<br />
<span id="more-2423"></span></p>
<h2>Watch the Screencast</h2>

	<div class="video-embed">
		<iframe width="640" height="360" src="http://www.youtube.com/embed/0u8MQ2RHxnY" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/user/NemoPostScriptum/videos" rel="nofollow" title="Subscribe Post Scriptum's Youtube Channel">Subscribe Post Scriptum's Youtube Channel</a></p>	</div>
<p>The post <a rel="nofollow" href="http://nemops.com/faster-prestashop-back-office-modules-themes-ads/">Faster Prestashop Back Office #1: removing modules and themes Ads</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/faster-prestashop-back-office-modules-themes-ads/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Prestashop Modules Fixer Launched!</title>
		<link>http://nemops.com/prestashop-modules-fixer-launched/</link>
		<comments>http://nemops.com/prestashop-modules-fixer-launched/#comments</comments>
		<pubDate>Wed, 18 Mar 2015 11:36:05 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fixer]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2348</guid>
		<description><![CDATA[<p>The Prestashop Modules Fixer will take care of 99% of your Prestashop Validator errors and save you tons of fixing hours. After months of development, the Prestashop Modules Fixer is finally ready! You can access it by clicking on the following link Prestashop Modules Fixer What can the Prestashop Modules Fixer fix? Prestashop Standards Errors [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-modules-fixer-launched/">Prestashop Modules Fixer Launched!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The Prestashop Modules Fixer will take care of 99% of your Prestashop Validator errors and save you tons of fixing hours.<br />
<span id="more-2348"></span></p>
<p>After months of development, the Prestashop Modules Fixer is finally ready! You can access it by clicking on the following link</p>
<p><a class="button style1" style="text-align: center;" title="Prestashop Modules Fixer" href="http://nemops.com/prestashop-modules-fixer/">Prestashop Modules Fixer</a></p>
<h2>What can the Prestashop Modules Fixer fix?</h2>
<p>Prestashop Standards Errors<br />
Fixes all Prestashop Standards Errors except “global” usage</p>
<p>Translations<br />
Adds missing module names and fixes wrong ones</p>
<p>Licenses<br />
Adds all missing licenses to all file types</p>
<p>Missing Escapes<br />
Adds missing module names and fixes wrong onWipes out the nasty Missing Escapes errores</p>
<p>Missing index.php<br />
Generates all the missing index files</p>
<h2>Where is the catch?</h2>
<p>No catch, but of course it can&#8217;t fix everything. Here are validation rules that can&#8217;t currently be fixed:</p>
<p>Folder Structure<br />
It doesn’t fix a wrong folder structure</p>
<p>&#8220;Global&#8221; usage<br />
It won’t replace global variables</p>
<p>Hardcoded Image Types<br />
It doesn’t rename or add variables instead of hardcoded types</p>
<p>Got excited enough and want to get your modules ready for the addons store right away?<a title="Prestashop Modules Fixer Subscription" href="http://nemops.com/prestashop-modules-fixer/register/"> Subscribe the Fixer Now!</a></p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-modules-fixer-launched/">Prestashop Modules Fixer Launched!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/prestashop-modules-fixer-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prestashop Modules Fixer &#8211; Free Beta Open!</title>
		<link>http://nemops.com/prestashop-modules-fixer-free-beta-open/</link>
		<comments>http://nemops.com/prestashop-modules-fixer-free-beta-open/#comments</comments>
		<pubDate>Mon, 16 Feb 2015 11:28:56 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fixer]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[prestashop]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=2331</guid>
		<description><![CDATA[<p>Ladies and gentlemen, here it is at last, the ultimate tool for Prestashop Addons Contributors I am glad to announce my Prestashop modules Fixer Beta is finally open! Here is the link Prestashop Modules Fixer The ones who registered already should be able to access with their chosen username and a password sent by email. [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-modules-fixer-free-beta-open/">Prestashop Modules Fixer &#8211; Free Beta Open!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Ladies and gentlemen, here it is at last, the ultimate tool for Prestashop Addons Contributors<br />
<span id="more-2331"></span></p>
<p>I am glad to announce my Prestashop modules Fixer Beta is finally open! Here is the link</p>
<p><a class="button style1" href="http://nemops.com/prestashop-modules-fixer/" style="text-align: center" title="Prestashop Modules Fixer">Prestashop Modules Fixer</a></p>
<p>The ones who registered already should be able to access with their chosen username and a password sent by email. All others can of course join for Free by registering here: <a href="http://nemops.com/prestashop-modules-fixer/" title="Join the Prestashop Modules Fixer Free Beta">Join the Prestashop Modules Fixer Free Beta (Please notice the free period is now over)</a></p>
<p>Please bear in mind it&#8217;s not exactly recommended to sell these fixed modules at the moment, as there are a bunch of issues left which might even break the php structure. Other than that, <a href="http://nemops.com/prestashop-modules-fixer/requently-asked-questions/" title="Prestashop Modules Fixer Frequently Asked Questions">you should also read the F.A.Q. page</a></p>
<p>Happy Fixing! </p>
<p>The post <a rel="nofollow" href="http://nemops.com/prestashop-modules-fixer-free-beta-open/">Prestashop Modules Fixer &#8211; Free Beta Open!</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/prestashop-modules-fixer-free-beta-open/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
