Automation using symfony commands

This extension uses symfony commands to make some tasks easier and decoupled from frontend. You can use crontab or the “Execute console commands” scheduler task to execute them.

Remove inactive orders

Command: reserve:remove_inactive_orders

Purpose: Remove inactive orders (orders with active = 0) after a given time.

Options:

Option Description Default Required?
--expiration-time Expiration time of an inactive order in seconds 3600 no
--locale Locale to be used inside templates and translations. Value that is available inside the Locales class (TYPO3 \CMS\Core\Localization\Locales). Example: “default” for english, “de” for german default = english no

Send mails

Command: reserve:send_mails

Purpose: Send mails using all active tx_reserve_domain_model_mail records as queue items.

Options:

Option Description Default Required?
--mailLimit How many mails per execution? 100 no
--locale Locale to be used inside templates and translations. Value that is available inside the Locales class (TYPO3 \CMS\Core\Localization\Locales). Example: “default” for english, “de” for german default = english no

This command is a must have if you wanna notify your visitors when times of a period have changed! Notification mails will be sent using this mail queue!