Zen Cart Logo
Forums / Managing Customers and Orders / add to cart only during physical store operating hours?

add to cart only during physical store operating hours?

Locked

Views: 6,420

Results 21 to 21 of 21
This thread is locked. New replies are disabled.
4 Jun 2010, 4:40 PM
#21
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

add to cart only during physical store operating hours?

cavatappo:

We moved the Store_Status.php file out of the Admin folder and into the root directory, followed Godaddy's steps, and it now works. It opened the store properly at the said time, but didn't close it last night.

You could look at your server log and see when the cron ran to close the store. Remember if the store is set to close 10:00pm, the cron must run after that time say 10:02pm.

Also you could set $notify = 1; this would send an email every time the store status changed.

Skip