Install a theme using Composer

Installing a theme using Composer is the same as installing any other extension using Composer. See Install, manage, and upgrade modules for details.

To install a theme using Composer:

  1. Purchase the theme from Commerce Marketplace.

  2. Get the theme’s Composer name.

  3. Change to your Adobe Commerce root directory and enter the command:

    composer require <vendor>/<name>:<version>
    

    For example,

    composer require zero1/theme-fashionista-theme:1.0.0
    
  4. Wait for dependencies to update.

  5. Enter the following commands:

    git add -A && git commit -m "Add theme"
    
    git push origin <branch name>
    
  6. Log in to the Admin.

  7. Click Content > Design > Themes.

    The theme displays in the right pane.

Multiple themes

When using multiple themes, such as different themes per locale, review the SCD_MATRIX environment variable for customizing theme deployment. See the build or deploy stages in the environment configuration.

Previous pageBest practices
Next pageExtensions

Commerce