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
- Put the store in maintenance mode, by running this command from your installation root directory:
bin/magento maintenance:enable
- Type
composer update geissweb/module-electronicinvoicing
- 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.
- Put the store in maintenance mode, by running this command from your installation root directory:
bin/magento maintenance:enable
- Remove the existing directory contents from
app/code/Geissweb/ElectronicInvoicing/
- Upload the directories from the .zip file into the folder
app/code/Geissweb/ElectronicInvoicing/
- 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