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.

  1. Copier le theme Classic Rocket.
    1. cd /themes
    2. git clone https://github.com/PrestaShop/classic-rocket.git training
  2. Modifiez le fichier de configuration du theme.
    1. cd config Vous devez vous placer dans le repertoire config du thème/
    2. Remplacer name: classic-rocket par name:training. L'entrée name du fichier doit correspondre au nom du repertoire du nouveau theme.
    3. Remplacer display_name: Classic Rocket en display_name: "My training theme".