Installation
The application can only be installed from your Shopware 6 backend via Shopware Account for both on-prem and cloud installations.
- Log into your store’s backend and proceed to Extensions > Store
- Log into your Shopware Account
- Search for Improved Import, Export & Mass Actions
- Click Improved Import, Export & Mass Actions application
- Click the “Add extension” button
- Tick in the checkboxes and click the “Subscribe to extension” button.
Your installation of the application is now complete, and you can easily access it via the Extensions menu. With this application at your fingertips, you are equipped to streamline various aspects of your online store management, making tasks such as importing and exporting data more efficient and hassle-free. Explore the tool’s features and discover how it can enhance your Shopware 6 experience.
Installation Troubleshooting
Section titled “Installation Troubleshooting”When installing the application to your Shopware 6 store make sure that:
- Your store is accessible by the external URL. Local installation of Shopware 6 is not supported by the app.
- Your store URL matches the APP_URL inside the .env file, including HTTP/HTTPS.
Otherwise, the app won’t work!
How to Setup the App on Staging/Dev Environment
Section titled “How to Setup the App on Staging/Dev Environment”- Login into your Shopware Merchant account and add a new Test shop with a staging domain, e.g.,
staging.example.com - Login to your staging Shopware and set your live license domain as
example.com - Set staging domain in
.envfile -https://staging.example.com/- on staging server. - Resolve app url
-
If you copied your production environment and the Import/Export app is already installed: Run the following command:
Terminal window bin/console app:url-change:resolve reinstall-appsfor Shopware versions > 6.7.3.0 use:
Terminal window bin/console app:shop-id:change reinstall-apps -
If the app is not yet installed. Simply install the app to your staging shop from the Shopware store.
-
☝ Import/export profiles will not be copied from live to your staging store. You will need to manually create new profiles.
How to Go Live with App
Section titled “How to Go Live with App”If you used the app on staging environment and now want to go-live with your store. Run the following command:
bin/console app:url-change:resolve move-shop-permanentlyor for Shopware versions > 6.7.3.0:
bin/console app:shop-id:change move-shop-permanentlyIn this case, our app will communicate with your live store instead of staging.