
General presentation for the courses .
Learn how to install Prestashop 1.7
Follow Prestashop 1.7 installation steps for local or server setups: choose language, accept terms, run environment checks, configure store information, and test the connection to create the shop.
Learn how to create a custom starter theme for Prestashop 1.7 from scratch, configuring and turning it on or off via the back office for a responsive, modern theme.
Install node modules by running npm install to pull in dev dependencies and the sass compiler for building your Prestashop 1.7 theme.
Use the built-in file watcher in PhpStorm or WebStorm to auto build Prestashop 1.7 theme assets with npm run watch, and see CSS changes update quickly.
Introduction
Overriding in Prestashop 1.7
See how to override a module assets , the example is homeslider module .
Little presentation about the WebPack module .
Style editing : header section as example .
Learn to customize the Prestashop 1.7 header by styling links, backgrounds, and colors, and add a language selector before the cart with a dedicated module and CSS tweaks.
Override the currency model template in Prestashop 1.7 and customize the header with scss, fonts, and margins. Reuse the language selector block to align elements and remove borders.
Learn how to create a new hook through theme.yml
Manipulate the products listing in the homepage.
Learn to build and customize a Prestashop 1.7 product page by structuring image, information, and actions, adjusting templates, and implementing responsive image sizing.
New release 2020
Learn how to create a cusotm theme from scratch and based on skeleton theme (Starter Theme) for the latest version of Prestashop 1.7 .
we will start with an introduction to Prestashop 1.7 what's new about it then we will learn how to create a very from scratch theme then we will create new theme based on the starter theme kit offered by Prestashop team .