Notice (8): Undefined index: shop_name [APP/Controller/CustomersController.php, line 942]Code Context $data = $this->request->data;
/* Optimisation */
$shop_name = $data['shop_name'];
$data = array()
CustomersController::getBundle() - APP/Controller/CustomersController.php, line 942
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: Customer [APP/Controller/CustomersController.php, line 956]Code Context $preference = $this->Preference->find('first', array(
'conditions' => array(
'Preference.customer_id' => $shop['Customer']['id']
$data = array()
$shop_name = null
$shop = array()
CustomersController::getBundle() - APP/Controller/CustomersController.php, line 956
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: Preference [APP/Controller/CustomersController.php, line 960]Code Context ));
$shop['Preference'] = $preference['Preference'];
$data = array()
$shop_name = null
$shop = array()
$preference = array()
CustomersController::getBundle() - APP/Controller/CustomersController.php, line 960
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: Customer [APP/Controller/CustomersController.php, line 966]Code Context 'conditions' => array(
'AND' => array(
'Bundle.customer_id' => $shop['Customer']['id'],
$data = array()
$shop_name = null
$shop = array(
'Preference' => null
)
$preference = array()
CustomersController::getBundle() - APP/Controller/CustomersController.php, line 966
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: product_id [APP/Controller/CustomersController.php, line 967]Code Context 'AND' => array(
'Bundle.customer_id' => $shop['Customer']['id'],
'Bundle.product_id' => 'gid://shopify/Product/'.$data['product_id'],
$data = array()
$shop_name = null
$shop = array(
'Preference' => null
)
$preference = array()
CustomersController::getBundle() - APP/Controller/CustomersController.php, line 967
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117