Store Scheduling (Open/Close)

  1. Go to Admin > Stores > Edit > Enable Automatic Scheduling and save the settings

  2. Set the times for opening and closing the store and update the settings.

  3. Go to your Hosting Provider cPanel and configure the Cron Job as shown in the video below:

Note #1

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

Cron Job Command to be set is:

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

Last updated