That indicates that the script is working as per configuration:
If you wanted store status = 2 then you would need to setPHP Code:if ((date(H) >= $store_open) && (date(H) <= $store_close)) {
$zen_store_stat = 0; // Store is Open Normal Zen Cart
} else {
$zen_store_stat = 1; // Store is Closed Showcase no Prices
}
PHP Code:$zen_store_stat = 2; // Store is Closed Showcase with prices



Reply With Quote

