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.