
PrestaShop
Get flash to fully experience Pearltrees
Share this page via Facebook, Twitter or LinkedIn. Your message has been sent. How would you like to send this article: Save this article to your account for easy access. This article has been saved to your account. Go to my account
Customizing PrestaShop Theme Part 2
Creating a PrestaShop module
Table of contents What is a PrestaShop module PrestaShop's extensibility revolves around modules, which are small programs that make use of PrestaShop's functionality and changes them or add to them in order to make PrestaShop easier to use or more customized. Technical principles behind a module A PrestaShop module consists of: A root folder, named after the module, which will hold all of the module's files, and will reside in PrestaShop's /modules folder.Table of contents PrestaShop's theme system is based on a template engine, called Smarty , which allows web-designers and developers to easily build their own theme, with little technical knowledge. Concepts and technical information How a theme works A PrestaShop theme is a set of files which you can edit in order to change the look of your online shop.

