> For the complete documentation index, see [llms.txt](https://docs.foodomaa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foodomaa.com/configurations/store-scheduling-open-close-times.md).

# Store Scheduling (Open/Close)

1. Go to **Admin > Stores > Edit > Enable Automatic Scheduling** and save the settings<br>
2. Set the times for opening and closing the store and update the settings.<br>
3. Go to your Hosting Provider cPanel and configure the Cron Job as shown in the video below:

{% embed url="<https://youtu.be/qRnd5IwtFGo>" %}

### Note #1

Minute, Hours, Days, Month, Weekday is set to **\***

Cron Job Command to be set is:

```cpp
wget -O /dev/null https://yourwebsite.com/public/schedule/run/your-admin-password
```

### Note #2

* Replace **yourwebsite.com** with your own website
* Replace **your-admin-password** with your own Super Admin password
