Skip to end of metadata
Go to start of metadata

PrestaShop 1.6 Developer Guide

PrestaShop is a very powerful platform, and part of its power lies in the fact that it is very easy to build upon and expand through modules and overriding code.

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.

  • No labels