SwissUpLabs Logo

Installation instructions

There are several ways to install extension:

  1. If you’ve bought the product at Magento’s Marketplace - use Marketplace installation instructions
  2. Otherwise, you have two options:
    • Install and Update the sources directly from our repository - recommended.
    • Or, you can manually download and unpack composer archive and then run Install or Update commands.

Run the following commands:

cd <magento_root>
composer require swissup/email
bin/magento module:enable Swissup_Email
bin/magento setup:upgrade
bin/magento setup:di:compile
Next up

Great! Now you might want to see next:

Edit this Page