Formation Prestashop intégrateur: Création d'un nouveau theme.
Vous êtes ici : Accueil > Prestashop intégrateur > Création d'un nouveau theme.
Création d'un nouveau theme.
Création d'un nouveau theme Front à partir du Starter Theme.
Vous devez avoir installé git sur votre machine.
- Copier le theme Classic Rocket.
- cd /themes
- git clone https://github.com/PrestaShop/classic-rocket.git training
- Modifiez le fichier de configuration du theme.
- cd config Vous devez vous placer dans le repertoire config du thème/
- Remplacer name: classic-rocket par name:training. L'entrée name du fichier doit correspondre au nom du repertoire du nouveau theme.
- Remplacer display_name: Classic Rocket en display_name: "My training theme".