Herzlich willkommen

Installation & Updates

Installation

Please have a look for the detailed installation instructions at My Downloadable Products in your customer account section.

Magento Marketplace Installation

If you did purchase the extension at Magento Marketplace (now Adobe Commerce Marketplace), please find general installation instructions here.

Updates

Depending on how you initially installed the extension there are two update paths.

Composer update

  1. Put the store in maintenance mode, by running this command from your installation root directory: bin/magento maintenance:enable
  2. Type composer update geissweb/module-electronicinvoicing
  3. After the composer command completed, run these commands:
    bin/magento setup:upgrade
    bin/magento setup:di:compile
    bin/magento setup:static-content:deploy
    bin/magento maintenance:disable

Classic update in app folder

This applies when you installed the extension by copying the .zip file contents to the app directory. Make sure you have SSH/SFTP access to copy the extension files to your Magento installation.

  1. Put the store in maintenance mode, by running this command from your installation root directory: bin/magento maintenance:enable
  2. Remove the existing directory contents from app/code/Geissweb/ElectronicInvoicing/
  3. Upload the directories from the .zip file into the folder app/code/Geissweb/ElectronicInvoicing/
  4. After the upload, run the following commands:
    bin/magento setup:upgrade
    bin/magento setup:di:compile
    bin/magento setup:static-content:deploy
    bin/magento maintenance:disable