You are viewing: Auto Invoice
Contents |
Here you will learn how to correctly install the Auto Invoice and Shipment for Magento 2 using two methods - Installation via the FTP or Composer.
![]() |
|
You can choose one of the following two methods to install the extension on your magento 2 store:
1. Installation via FTP2. Installation via the Composer
Step 1. Download and unzip the Magento 2 Auto Invoice and Shipment extension's files as shown below:
![]() |
|
Step 2. Upload files to the server using any FTP-client (To show you how it works, we used the FileZilla FTP-client.)
Step 3. SSH Installation (requires SSH access to your webserver)
Note: In case you do not have SSH access, you can install the Plumrocket extension using Web installation method.
1. In terminal, switch to your Magento 2 root directory using command:
cd /FULL_PATH_TO_YOUR_MAGENTO2
where "FULL_PATH_TO_YOUR_MAGENTO2" is the path to your Magento 2 folder on your server.
2. Run the next three Magento 2 commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
After running these commands, the extension should be installed successfully. Similar message should be displayed in your console as displayed below:
Step 4: Check if the installation has been completed successfully, and set the serial key:
![]() |
|
Next Step > Magento 2 Auto Invoice & Shipment v2.x Configuration
Step 1. In order to install your Magento 2 Auto Invoice and Shipment extension via the Composer, open the console (SSH terminal) and follow the commands:
1. In terminal, switch to your Magento 2 root directory using command:
cd /FULL_PATH_TO_YOUR_MAGENTO2
where "FULL_PATH_TO_YOUR_MAGENTO2" is the path to your Magento 2 folder on your server.
2.After this, add the Plumrocket repository to your Composer configurations:
composer config repositories.plumrocket composer https://store.plumrocket.com/repo/
3. Request the Plumrocket Extension to be added to your Magento 2 store:
composer require plumrocket/module-autoinvoiceshipment
After running this command, you will be required to enter the username and password, if you are installing the Plumrocket extension via Composer for the first time.
In order to find your personal Username and Password for the Composer installation, go to your account at https://store.plumrocket.com/ > select "My Account" in the header menu > select the "My Downloads" tab > find the required Plumrocket extension in the list > and press the "Install via Composer" link. Please see screenshot below.
![]() |
|
4. Run the next three Magento 2 commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
After running these commands, the extension should be installed successfully. Similar message should be displayed in your console as shown below:
Step 2: Check if the installation has been completed successfully, and set the serial key:
![]() |
|
Next Step > Magento 2 Auto Invoice & Shipment v2.x Configuration
On Top