Notice (8): Undefined index: is_day_off [APP/View/Restaurants/categories.ctp, line 473]Code Context if(isset($rest))
{
if((!isHolidayCheck($today_date, $rest['Restaurant_holiday'])) && !$today_Timeing['is_day_off'])
$rest = array(
'Restaurant' => array(
'id' => '93',
'name' => 'FoodNearUInn Livermore',
'address' => '1536 North Vasco Rd',
'zipcode' => '99999',
'city' => 'Livermore',
'state' => 'CA',
'phone' => '8665199155',
'email' => 'kchirag@gmail.com',
'about_us' => '',
'fax' => '',
'longitude' => '0',
'latitude' => '0',
'img' => null,
'img_ext' => null,
'rest_website_banner' => null,
'status' => 'Active',
'modified' => '2013-12-06 10:16:38',
'yelp_id' => '',
'yelp_rating' => '0',
'version' => '1',
'priority' => '1',
'currency' => '$',
'carousel_logo' => '',
'carousel_logo_status' => 'Active',
'customer_range' => '5',
'discount_type' => 'Amount',
'discount' => '0.00',
'pickup' => '1',
'delivery' => '0',
'delivery_charge' => '5.00',
'min_order_price' => '0.00',
'delivery_range' => '0',
'free_text' => '',
'tax' => '0.0900',
'is_third_party' => '0',
'is_free_delivery' => '0',
'cook_time' => '20',
'revision' => '1',
'restaurant_site_id' => null,
'Surcharge' => '0.0000',
'allowtips' => false,
'CashPickup' => true,
'posLoginCode' => null
),
'third_party_deliveries' => array(
'zipcode' => '99999',
'delivery_start_time' => '10:00:00',
'delivery_stop_time' => '23:00:00',
'delivery_fee' => '6.00',
'minimum_delivery_charge' => '5.00',
'range' => '7.00'
),
'Restaurant_holiday' => array(),
'Restaurant_cuisines' => array(
(int) 0 => array(
'restaurant_id' => '93',
'cuisine_name' => 'Mixed'
)
),
'Restaurant_timings' => array()
)
$today_Timeing = array()
$today_date = '2023-03-23'
isRestuarantOpen - APP/View/Restaurants/categories.ctp, line 473
include - APP/View/Restaurants/categories.ctp, line 87
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: start_time [APP/View/Restaurants/categories.ctp, line 476]Code Context {
//not holiday
if(date('H:i:s')>=$today_Timeing['start_time'] && date('H:i:s')<$today_Timeing['stop_time'] )
$rest = array(
'Restaurant' => array(
'id' => '93',
'name' => 'FoodNearUInn Livermore',
'address' => '1536 North Vasco Rd',
'zipcode' => '99999',
'city' => 'Livermore',
'state' => 'CA',
'phone' => '8665199155',
'email' => 'kchirag@gmail.com',
'about_us' => '',
'fax' => '',
'longitude' => '0',
'latitude' => '0',
'img' => null,
'img_ext' => null,
'rest_website_banner' => null,
'status' => 'Active',
'modified' => '2013-12-06 10:16:38',
'yelp_id' => '',
'yelp_rating' => '0',
'version' => '1',
'priority' => '1',
'currency' => '$',
'carousel_logo' => '',
'carousel_logo_status' => 'Active',
'customer_range' => '5',
'discount_type' => 'Amount',
'discount' => '0.00',
'pickup' => '1',
'delivery' => '0',
'delivery_charge' => '5.00',
'min_order_price' => '0.00',
'delivery_range' => '0',
'free_text' => '',
'tax' => '0.0900',
'is_third_party' => '0',
'is_free_delivery' => '0',
'cook_time' => '20',
'revision' => '1',
'restaurant_site_id' => null,
'Surcharge' => '0.0000',
'allowtips' => false,
'CashPickup' => true,
'posLoginCode' => null
),
'third_party_deliveries' => array(
'zipcode' => '99999',
'delivery_start_time' => '10:00:00',
'delivery_stop_time' => '23:00:00',
'delivery_fee' => '6.00',
'minimum_delivery_charge' => '5.00',
'range' => '7.00'
),
'Restaurant_holiday' => array(),
'Restaurant_cuisines' => array(
(int) 0 => array(
'restaurant_id' => '93',
'cuisine_name' => 'Mixed'
)
),
'Restaurant_timings' => array()
)
$today_Timeing = array()
$today_date = '2023-03-23'
isRestuarantOpen - APP/View/Restaurants/categories.ctp, line 476
include - APP/View/Restaurants/categories.ctp, line 87
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: stop_time [APP/View/Restaurants/categories.ctp, line 476]Code Context {
//not holiday
if(date('H:i:s')>=$today_Timeing['start_time'] && date('H:i:s')<$today_Timeing['stop_time'] )
$rest = array(
'Restaurant' => array(
'id' => '93',
'name' => 'FoodNearUInn Livermore',
'address' => '1536 North Vasco Rd',
'zipcode' => '99999',
'city' => 'Livermore',
'state' => 'CA',
'phone' => '8665199155',
'email' => 'kchirag@gmail.com',
'about_us' => '',
'fax' => '',
'longitude' => '0',
'latitude' => '0',
'img' => null,
'img_ext' => null,
'rest_website_banner' => null,
'status' => 'Active',
'modified' => '2013-12-06 10:16:38',
'yelp_id' => '',
'yelp_rating' => '0',
'version' => '1',
'priority' => '1',
'currency' => '$',
'carousel_logo' => '',
'carousel_logo_status' => 'Active',
'customer_range' => '5',
'discount_type' => 'Amount',
'discount' => '0.00',
'pickup' => '1',
'delivery' => '0',
'delivery_charge' => '5.00',
'min_order_price' => '0.00',
'delivery_range' => '0',
'free_text' => '',
'tax' => '0.0900',
'is_third_party' => '0',
'is_free_delivery' => '0',
'cook_time' => '20',
'revision' => '1',
'restaurant_site_id' => null,
'Surcharge' => '0.0000',
'allowtips' => false,
'CashPickup' => true,
'posLoginCode' => null
),
'third_party_deliveries' => array(
'zipcode' => '99999',
'delivery_start_time' => '10:00:00',
'delivery_stop_time' => '23:00:00',
'delivery_fee' => '6.00',
'minimum_delivery_charge' => '5.00',
'range' => '7.00'
),
'Restaurant_holiday' => array(),
'Restaurant_cuisines' => array(
(int) 0 => array(
'restaurant_id' => '93',
'cuisine_name' => 'Mixed'
)
),
'Restaurant_timings' => array()
)
$today_Timeing = array()
$today_date = '2023-03-23'
isRestuarantOpen - APP/View/Restaurants/categories.ctp, line 476
include - APP/View/Restaurants/categories.ctp, line 87
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: start_time [APP/View/Restaurants/categories.ctp, line 484]Code Context return "Open Now";
}
}else if(date('H:i:s')<$today_Timeing['start_time'])
$rest = array(
'Restaurant' => array(
'id' => '93',
'name' => 'FoodNearUInn Livermore',
'address' => '1536 North Vasco Rd',
'zipcode' => '99999',
'city' => 'Livermore',
'state' => 'CA',
'phone' => '8665199155',
'email' => 'kchirag@gmail.com',
'about_us' => '',
'fax' => '',
'longitude' => '0',
'latitude' => '0',
'img' => null,
'img_ext' => null,
'rest_website_banner' => null,
'status' => 'Active',
'modified' => '2013-12-06 10:16:38',
'yelp_id' => '',
'yelp_rating' => '0',
'version' => '1',
'priority' => '1',
'currency' => '$',
'carousel_logo' => '',
'carousel_logo_status' => 'Active',
'customer_range' => '5',
'discount_type' => 'Amount',
'discount' => '0.00',
'pickup' => '1',
'delivery' => '0',
'delivery_charge' => '5.00',
'min_order_price' => '0.00',
'delivery_range' => '0',
'free_text' => '',
'tax' => '0.0900',
'is_third_party' => '0',
'is_free_delivery' => '0',
'cook_time' => '20',
'revision' => '1',
'restaurant_site_id' => null,
'Surcharge' => '0.0000',
'allowtips' => false,
'CashPickup' => true,
'posLoginCode' => null
),
'third_party_deliveries' => array(
'zipcode' => '99999',
'delivery_start_time' => '10:00:00',
'delivery_stop_time' => '23:00:00',
'delivery_fee' => '6.00',
'minimum_delivery_charge' => '5.00',
'range' => '7.00'
),
'Restaurant_holiday' => array(),
'Restaurant_cuisines' => array(
(int) 0 => array(
'restaurant_id' => '93',
'cuisine_name' => 'Mixed'
)
),
'Restaurant_timings' => array()
)
$today_Timeing = array()
$today_date = '2023-03-23'
isRestuarantOpen - APP/View/Restaurants/categories.ctp, line 484
include - APP/View/Restaurants/categories.ctp, line 87
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: stop_time [APP/View/Restaurants/categories.ctp, line 488]Code Context return "Opens at : ".date('l')." ".date('h:i A',strtotime($today_Timeing['start_time']));
}
else if(date('H:i:s')>$today_Timeing['stop_time'])
$rest = array(
'Restaurant' => array(
'id' => '93',
'name' => 'FoodNearUInn Livermore',
'address' => '1536 North Vasco Rd',
'zipcode' => '99999',
'city' => 'Livermore',
'state' => 'CA',
'phone' => '8665199155',
'email' => 'kchirag@gmail.com',
'about_us' => '',
'fax' => '',
'longitude' => '0',
'latitude' => '0',
'img' => null,
'img_ext' => null,
'rest_website_banner' => null,
'status' => 'Active',
'modified' => '2013-12-06 10:16:38',
'yelp_id' => '',
'yelp_rating' => '0',
'version' => '1',
'priority' => '1',
'currency' => '$',
'carousel_logo' => '',
'carousel_logo_status' => 'Active',
'customer_range' => '5',
'discount_type' => 'Amount',
'discount' => '0.00',
'pickup' => '1',
'delivery' => '0',
'delivery_charge' => '5.00',
'min_order_price' => '0.00',
'delivery_range' => '0',
'free_text' => '',
'tax' => '0.0900',
'is_third_party' => '0',
'is_free_delivery' => '0',
'cook_time' => '20',
'revision' => '1',
'restaurant_site_id' => null,
'Surcharge' => '0.0000',
'allowtips' => false,
'CashPickup' => true,
'posLoginCode' => null
),
'third_party_deliveries' => array(
'zipcode' => '99999',
'delivery_start_time' => '10:00:00',
'delivery_stop_time' => '23:00:00',
'delivery_fee' => '6.00',
'minimum_delivery_charge' => '5.00',
'range' => '7.00'
),
'Restaurant_holiday' => array(),
'Restaurant_cuisines' => array(
(int) 0 => array(
'restaurant_id' => '93',
'cuisine_name' => 'Mixed'
)
),
'Restaurant_timings' => array()
)
$today_Timeing = array()
$today_date = '2023-03-23'
isRestuarantOpen - APP/View/Restaurants/categories.ctp, line 488
include - APP/View/Restaurants/categories.ctp, line 87
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: start_time [APP/View/Restaurants/categories.ctp, line 529]Code Context }
return "Opens at : ".date('D', strtotime($new_next_date))." ".date('h:i A',strtotime($nextDay_Timing['start_time']));
$rest = array(
'Restaurant' => array(
'id' => '93',
'name' => 'FoodNearUInn Livermore',
'address' => '1536 North Vasco Rd',
'zipcode' => '99999',
'city' => 'Livermore',
'state' => 'CA',
'phone' => '8665199155',
'email' => 'kchirag@gmail.com',
'about_us' => '',
'fax' => '',
'longitude' => '0',
'latitude' => '0',
'img' => null,
'img_ext' => null,
'rest_website_banner' => null,
'status' => 'Active',
'modified' => '2013-12-06 10:16:38',
'yelp_id' => '',
'yelp_rating' => '0',
'version' => '1',
'priority' => '1',
'currency' => '$',
'carousel_logo' => '',
'carousel_logo_status' => 'Active',
'customer_range' => '5',
'discount_type' => 'Amount',
'discount' => '0.00',
'pickup' => '1',
'delivery' => '0',
'delivery_charge' => '5.00',
'min_order_price' => '0.00',
'delivery_range' => '0',
'free_text' => '',
'tax' => '0.0900',
'is_third_party' => '0',
'is_free_delivery' => '0',
'cook_time' => '20',
'revision' => '1',
'restaurant_site_id' => null,
'Surcharge' => '0.0000',
'allowtips' => false,
'CashPickup' => true,
'posLoginCode' => null
),
'third_party_deliveries' => array(
'zipcode' => '99999',
'delivery_start_time' => '10:00:00',
'delivery_stop_time' => '23:00:00',
'delivery_fee' => '6.00',
'minimum_delivery_charge' => '5.00',
'range' => '7.00'
),
'Restaurant_holiday' => array(),
'Restaurant_cuisines' => array(
(int) 0 => array(
'restaurant_id' => '93',
'cuisine_name' => 'Mixed'
)
),
'Restaurant_timings' => array()
)
$today_Timeing = array()
$today_date = '2023-03-23'
$nextDate = '2023-03-24'
$nextDay = 'Friday'
$nextDay_Timing = array()
$new_next_day = 'Friday'
$new_next_date = '2023-03-24'
$isNext_dayOff = false
$isholiday = false
isRestuarantOpen - APP/View/Restaurants/categories.ctp, line 529
include - APP/View/Restaurants/categories.ctp, line 87
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Opens at : Fri 04:00 PM
Pickup Only