31 lines
807 B
Markdown
31 lines
807 B
Markdown
> [deutsche Version](README.md)
|
|
|
|
# D³ Data Wizard Tasks for OXID eShop
|
|
|
|
This module contains useful sample tasks for the D3 `DataWizard` in the OXID eShop.
|
|
|
|
## Installation
|
|
|
|
In the console in the shop root (above source and vendor), execute the following command:
|
|
|
|
```bash
|
|
php composer require d3/datawizardtasks
|
|
```
|
|
|
|
Activate the module in the admin area of the shop in "Extensions -> Modules".
|
|
|
|
## Changelog
|
|
|
|
See [CHANGELOG](CHANGELOG.md) for further informations.
|
|
|
|
## Licence of this software (d3/datawizardtasks)
|
|
(status: 2021-07-27)
|
|
|
|
```
|
|
Copyright (c) D3 Data Development (Inh. Thomas Dartsch)
|
|
|
|
This software is distributed under the GNU GENERAL PUBLIC LICENSE version 3.
|
|
```
|
|
|
|
For full copyright and licensing information, please see the [LICENSE](LICENSE.md) file distributed with this source code.
|