PrestaShop 1.6 - Guía del Desarrollador

PrestaShop es una plataforma muy potente, y parte de su poder reside en el hecho de que es muy fácil de construir y ampliar a través de módulos y código de anulación.

PrestaShop is written mostly in PHP. Other languages used throughout are JavaScript, HTML, CSS, the Smarty templating language, SQL, and XML. It uses a Model-View-Controller (MVC)-like pattern for its software architecture. Additionally, it uses technologies such as jQuery, Bootstrap, Sass, etc.

In this guide, you will find all the necessary information to customizer PrestaShop with code.

This guide is currently being written. Thank you for your patience.