Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
Shop-Import Extension for TYPO3
This extension provides an import feature for the TYPO3 shop extension
It allows you to import data from OPAL (OPAL – Warenwirtschaft für den Uhren- und Schmuckhandel), see https://be-software.de/opalsoftware/ for more information.
It also allows importing data in BMEcat 2005 format (not all specifications are supported):
- Import of products
- Import of BMEcat "Features" as attributes and categories
- Import of images
- Synchronize of imported data (add, update, delete) without changing the product UID
- Import of product data in multiple languages
You can find the documentation in the shop extension.
For more detailed information on the shop extension see https://www.coding.ms/typo3-extensions/typo3-shop
Quick start: How to use the BMEcat 2005 importer
- Create a page where the products should be stored
- Set the type (
doktype) to "Shop Import" - You will find a new tab "Import configuration" in the page properties where you can configure the import
- Set the "Import folder" to the folder where you will store the import files:
- A XML file containing the product data
- A ZIP file containing the images
- Create a scheduler task to run the import via "Execute console command" or run it directly on the console:
vendor/bin/typo3 shop_import:import
