CustomerExport (optional)
https://github.com/magesuite/customer-export
This module exports customers.
The module is not compatible with PHP 8.
Â
Installation
This module is optional.
composer require "creativestyle/magesuite-customer-export" ^1.0.0
Admin settings
Admin settings for the module are placed in Stores -> Configuration -> MageSuite -> Customer Export
Â
Â
Settings:
Setting name | Value | Comment |
---|---|---|
Automatic export | Yes/No | Enable export by cron |
Cron Schedule | Â | Please type full cron schedule expression, eg. '59 23 * * *' |
Export File Type | Â | Exported File Type |
Export Filename | Â | Please type export filename. |
Write Destination | Â | Â |
Host | Â | <depends><field id='write_destination'>ftp</field></depends> |
Use SSL | Â | <depends><field id='write_destination'>ftp</field></depends> |
Passive | Â | <depends><field id='write_destination'>ftp</field></depends> |
Login | Â | <depends><field id='write_destination'>ftp</field></depends> |
Password | Â | <depends><field id='write_destination'>ftp</field></depends> |
Remote path | Â | Path where file will be save. Slash must be on the end (example /order-export/) |
Backend
Add documentation for BE code
Â
Frontend
There is no frontend functionality in this module.