madj2k / t3-shopware-connector
Connect you TYPO3 with ShopWare
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.4
- ext-json: *
- typo3/cms-core: ~10.4.0 || ~11.5.0 || ~12.4.0
Requires (Dev)
- typo3/testing-framework: ~6.16.9
This package is auto-updated.
Last update: 2024-11-13 14:40:09 UTC
README
Description
The Shopware Connector is a TYPO3 extension designed to connect and import data from a Shopware 6 store into TYPO3.
Installation
-
Install the extension via Composer:
composer require madj2k/shopware_connector
-
Activate the extension in the TYPO3 Extension Manager.
Configuration
- Configure the Shopware API credentials via the backend module.
- Set up a scheduled task to regularly import data from Shopware.
Usage
- Navigate to the "Shopware Connector" backend module to manage API settings.
- Use the provided scheduler tasks to automate data imports.
Tests
Run functional tests using the TYPO3 testing framework:
./vendor/bin/phpunit --testsuite functional
Todo
Models anpassen TCA anpassen Translations anpassen