Plugin Installation
Installation
Required Actions Prior to Installation:
- Log in to the Novalnet Admin Portal.
- Install Composer.
- Make sure that you have extracted the payment plugin package from the zip file you have received. If you have received only the installation guide without the payment plugin package (zip file), install the payment plugin via composer.
- Ensure that you have created Access Keys for your account. If not, click on Create a New Access Key to generate them. For more details, refer here.
Via Composer:
Step 1: Navigate to the My Purchases section, find the Novalnet extension, and select Technical Details to initiate the installation process.
Step 2: Run the following command in your terminal to upload the Novalnet payment plugin.
composer require novalnet/shopware6-payment
Step 3: Run the following command in your terminal to refresh the Novalnet payment plugin and its status.
php bin/console plugin:refresh
Step 4: Run the following command in your terminal to install, activate and clear the cache.
php bin/console plugin:install --activate --clearCache NovalnetPayment
Via Package:
If the payment module isn't installed via Composer, follow the steps below to install it.
Step 1: Navigate to Extensions -> My extensions in your shop admin panel.
Step 2: Click Upload extension and choose the NovalnetPayment.zip file included in the Novalnet Shopware6 plugin package.
Step 3: Once uploaded, the Novalnet Payments plugin will be shown under the Apps tab.
Step 4: Now, click Install to set up Novalnet Payments.
Upgrading the Novalnet Payment Plugin
You can get the updated plugin directly from the Shopware store by contacting our technical team or via the Novalnet homepage.
An earlier version of the Novalnet Payment plugin should be installed in the shop to make the Store update.
Plugin Update via Composer
Update the Novalnet Payment plugin in your shop system to the current version without changing the previous plugin configurations. Before upgrading the plugin, uninstall the existing Novalnet payment plugin.
Follow the steps below to upgrade the latest Novalnet payment plugin via composer from the shop root directory.
Step 1: Run the following command in your terminal to uninstall the Novalnet payment plugin,
bin/console plugin:uninstall NovalnetPayment
Step 2: Run the following command in your terminal to upload the updated Novalnet payment plugin,
composer require novalnet/shopware6-payment
Step 3: Run the following command in your terminal to refresh the Novalnet payment plugin status.
php bin/console plugin:refresh
Step 4: Run the following command in your terminal to update and clear the cache in the Novalnet payment plugin.
php bin/console plugin:update --clearCache NovalnetPayment
Step 5: Run the following command in your terminal to install, activate and clear the cache.
php bin/console plugin:install --activate --clearCache NovalnetPayment
Uninstallation
Uninstallation via Composer
Follow the steps below to uninstall the Novalnet Payment Plugin via Composer from the shop root directory.
Step 1: Run the following command in your terminal to uninstall the Novalnet payment plugin,
bin/console plugin:uninstall NovalnetPayment
Step 2: Run the following command in your terminal to remove the Novalnet payment plugin,
bin/console plugin:uninstall NovalnetPayment
Uninstallation via Package
To uninstall the Novalnet Payment Plugin via package, please follow the steps below,
Step 1: Navigate to Extensions -> My extensions as shown below.
Step 2: Click toggle activated switch to deactivate Novalnet Payments.
Step 3: Finally, click Uninstall as shown below.
Step 4: Toggle off Remove all plugin data permanently switch and click Uninstall as shown below.
Step 5: Click Remove to delete the Novalnet payment plugin.
Step 6: In the pop-up notification, confirm the deletion by clicking Remove as shown below.