Jump to content

Cron Job To Open Our Online Store From 9Am And Close At 11Pm Daily (Catalog Mode In Prestashop)


Recommended Posts

I created a cron job as below to enable catalog mode in prestashop on 11pm and disable it on 9am every weekdays.

 

But i could not get it to work and I hope someone would advice me which area I done wrong.

 

Minute Hour Day Month Weekday Command Actions

* 9,23 * * 1-5 wget -a /home/teststore/public_html/catalog_mode.txt https://www.teststore.com.sg/catalog_mode.php -O /dev/null Edit Delete

 

Command:

wget -a /home/teststore/public_html/catalog_mode.txt https://www.teststore.com.sg/catalog_mode.php -O /dev/null

 

Appreciate someone could advice me.

 

Thanks.

Link to comment
Share on other sites

Does it work when you try to manually run it? What does the log file say? Did you try to add your email address in the cron (cpanel), it will email you the output. Did you try running using plain php and not using wget?

 

Can you give me the exact command for plain php?

 

Minute Hour Day Month Weekday Command Actions

* 9,23 * * 1-5 wget -a /home/teststore/public_html/catalog_mode.txt https://www.teststore.com.sg/catalog_mode.php -O /dev/null Edit Delete

 

Command:

wget -a /home/teststore/public_html/catalog_mode.txt https://www.teststore.com.sg/catalog_mode.php -O /dev/null

 

Please advice the command. Appreciate your help. Thanks!

Edited by goldsilversingapore (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...