Task Schedule is an automation module in the SOTESHOP online store. Configure the task schedule for your store on the server. Check what functions can be performed cyclically, saving time for their execution.
In the admin panel, select Applications → Schedule Tasks
The task is visible after connecting the store to Allegro. Imports orders from Allegro
The task is visible after connecting the store to Allegro. Synchronizes the existing offer regarding warehouse states and prices.
The task is visible after connecting the store to Allegro.
The task is visible after connecting the store to Allegro.
Sending an email requesting a product review (every 7,14,21 days)
Updates the price history of all products in the store. See Price History documentation.
Generating an xml file with the store's offer
Generates a file cyclically for Google Merchant.
Generating an xml file with the store's offer
Generating an xml file with the store's offer
Generating an xml file with the store's offer
Generating an xml file with the store's offer
Required by the system module to clean logs.
Deletes unnecessary data collected in ADS Tracker
Imports products from a given wholesaler. See Available integrations with wholesalers in Webstore
Individual tasks can be enabled in their edition, you can also define the time of task execution.
You can call all tasks manually using the button. You can also call individual tasks manually.
Each executed task is recorded in logs that can be viewed.
Go to Configuration.
Configuration status shows whether cron is configured correctly on the server and whether it is running. The Cron task configuration field shows what command is to be executed by cron.
The DirectAdmin panel address is adres-sklepu.pl:2222
or adres-sklepu.pl:2223
Where adres-sklepu.pl
is the domain of your Soteshop on SOTE hosting
*/10
,Replace, as above, the php
fragment with /usr/local/php71/bin/php71
so that cron runs the command in the correct version. So the command will look like, for example:
/usr/local/php71/bin/php71 /home/user/soteshop/symfony.php task-scheduler
You can run the Task Scheduler on a higher version of PHP, e.g.:
/usr/local/php74/bin/php74 /home/user/soteshop/symfony.php task-scheduler