Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 769]Code Context$date_release = explode(' ', $date_release);$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' )AppController::get_date() - APP/Controller/AppController.php, line 769 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1AppController::get_date() - APP/Controller/AppController.php, line 770 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1mktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 770 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 772]Code Context$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];// echo $month.' '.$day.' '.$tdate_release[0].'<br>';$date = mktime(23, 59, 59, $month, $day, $tdate_release[0]);$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = nullmktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 772 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 775]Code Context// echo '<div style="display:none">'.$month.' '.$day.' '.$tdate_release[0].'</div>';if ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 775 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 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 110
Notice (8): Undefined index: [APP/Controller/AppController.php, line 3484]Code Context$discount_pct = round((1 - ($price_discount / $product['price_min'])) * 100);} else {if ($brand[$brand_id]['BrandRule']['discount'] != 0) {$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null ) $promo = array() $brand = array( (int) 4 => array( 'BrandRule' => array( 'id' => '1641', 'brand_id' => '4', 'discount' => '20', 'store_id' => '3' ) ), (int) 6 => array( 'BrandRule' => array( 'id' => '1643', 'brand_id' => '6', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '20', 'store_id' => '3' ) ), (int) 12 => array( 'BrandRule' => array( 'id' => '1649', 'brand_id' => '12', 'discount' => '20', 'store_id' => '3' ) ), (int) 14 => array( 'BrandRule' => array( 'id' => '1651', 'brand_id' => '14', 'discount' => '20', 'store_id' => '3' ) ), (int) 21 => array( 'BrandRule' => array( 'id' => '1658', 'brand_id' => '21', 'discount' => '20', 'store_id' => '3' ) ), (int) 54 => array( 'BrandRule' => array( 'id' => '1684', 'brand_id' => '54', 'discount' => '25', 'store_id' => '3' ) ), (int) 116 => array( 'BrandRule' => array( 'id' => '1737', 'brand_id' => '116', 'discount' => '20', 'store_id' => '3' ) ), (int) 1944 => array( 'BrandRule' => array( 'id' => '2570', 'brand_id' => '1944', 'discount' => '20', 'store_id' => '3' ) ), (int) 2420 => array( 'BrandRule' => array( 'id' => '3044', 'brand_id' => '2420', 'discount' => '20', 'store_id' => '3' ) ), (int) 2435 => array( 'BrandRule' => array( 'id' => '3059', 'brand_id' => '2435', 'discount' => '20', 'store_id' => '3' ) ), (int) 3179 => array( 'BrandRule' => array( 'id' => '3240', 'brand_id' => '3179', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3484 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 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 110
Notice (8): Undefined variable: price [APP/Controller/AppController.php, line 3491]Code Context}$product['price'] = $price;$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'price' => null ) $promo = array() $brand = array( (int) 4 => array( 'BrandRule' => array( 'id' => '1641', 'brand_id' => '4', 'discount' => '20', 'store_id' => '3' ) ), (int) 6 => array( 'BrandRule' => array( 'id' => '1643', 'brand_id' => '6', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '20', 'store_id' => '3' ) ), (int) 12 => array( 'BrandRule' => array( 'id' => '1649', 'brand_id' => '12', 'discount' => '20', 'store_id' => '3' ) ), (int) 14 => array( 'BrandRule' => array( 'id' => '1651', 'brand_id' => '14', 'discount' => '20', 'store_id' => '3' ) ), (int) 21 => array( 'BrandRule' => array( 'id' => '1658', 'brand_id' => '21', 'discount' => '20', 'store_id' => '3' ) ), (int) 54 => array( 'BrandRule' => array( 'id' => '1684', 'brand_id' => '54', 'discount' => '25', 'store_id' => '3' ) ), (int) 116 => array( 'BrandRule' => array( 'id' => '1737', 'brand_id' => '116', 'discount' => '20', 'store_id' => '3' ) ), (int) 1944 => array( 'BrandRule' => array( 'id' => '2570', 'brand_id' => '1944', 'discount' => '20', 'store_id' => '3' ) ), (int) 2420 => array( 'BrandRule' => array( 'id' => '3044', 'brand_id' => '2420', 'discount' => '20', 'store_id' => '3' ) ), (int) 2435 => array( 'BrandRule' => array( 'id' => '3059', 'brand_id' => '2435', 'discount' => '20', 'store_id' => '3' ) ), (int) 3179 => array( 'BrandRule' => array( 'id' => '3240', 'brand_id' => '3179', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3491 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 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 110
Notice (8): Undefined variable: price_discount [APP/Controller/AppController.php, line 3492]Code Context$product['price'] = $price;$product['price_discount'] = $price_discount;$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'price' => null, 'price_discount' => null ) $promo = array() $brand = array( (int) 4 => array( 'BrandRule' => array( 'id' => '1641', 'brand_id' => '4', 'discount' => '20', 'store_id' => '3' ) ), (int) 6 => array( 'BrandRule' => array( 'id' => '1643', 'brand_id' => '6', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '20', 'store_id' => '3' ) ), (int) 12 => array( 'BrandRule' => array( 'id' => '1649', 'brand_id' => '12', 'discount' => '20', 'store_id' => '3' ) ), (int) 14 => array( 'BrandRule' => array( 'id' => '1651', 'brand_id' => '14', 'discount' => '20', 'store_id' => '3' ) ), (int) 21 => array( 'BrandRule' => array( 'id' => '1658', 'brand_id' => '21', 'discount' => '20', 'store_id' => '3' ) ), (int) 54 => array( 'BrandRule' => array( 'id' => '1684', 'brand_id' => '54', 'discount' => '25', 'store_id' => '3' ) ), (int) 116 => array( 'BrandRule' => array( 'id' => '1737', 'brand_id' => '116', 'discount' => '20', 'store_id' => '3' ) ), (int) 1944 => array( 'BrandRule' => array( 'id' => '2570', 'brand_id' => '1944', 'discount' => '20', 'store_id' => '3' ) ), (int) 2420 => array( 'BrandRule' => array( 'id' => '3044', 'brand_id' => '2420', 'discount' => '20', 'store_id' => '3' ) ), (int) 2435 => array( 'BrandRule' => array( 'id' => '3059', 'brand_id' => '2435', 'discount' => '20', 'store_id' => '3' ) ), (int) 3179 => array( 'BrandRule' => array( 'id' => '3240', 'brand_id' => '3179', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3492 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 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 110
Notice (8): Undefined variable: discount_pct [APP/Controller/AppController.php, line 3493]Code Context$product['price'] = $price;$product['price_discount'] = $price_discount;$product['discount_pct'] = $discount_pct;$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'price' => null, 'price_discount' => null, 'discount_pct' => null ) $promo = array() $brand = array( (int) 4 => array( 'BrandRule' => array( 'id' => '1641', 'brand_id' => '4', 'discount' => '20', 'store_id' => '3' ) ), (int) 6 => array( 'BrandRule' => array( 'id' => '1643', 'brand_id' => '6', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '20', 'store_id' => '3' ) ), (int) 12 => array( 'BrandRule' => array( 'id' => '1649', 'brand_id' => '12', 'discount' => '20', 'store_id' => '3' ) ), (int) 14 => array( 'BrandRule' => array( 'id' => '1651', 'brand_id' => '14', 'discount' => '20', 'store_id' => '3' ) ), (int) 21 => array( 'BrandRule' => array( 'id' => '1658', 'brand_id' => '21', 'discount' => '20', 'store_id' => '3' ) ), (int) 54 => array( 'BrandRule' => array( 'id' => '1684', 'brand_id' => '54', 'discount' => '25', 'store_id' => '3' ) ), (int) 116 => array( 'BrandRule' => array( 'id' => '1737', 'brand_id' => '116', 'discount' => '20', 'store_id' => '3' ) ), (int) 1944 => array( 'BrandRule' => array( 'id' => '2570', 'brand_id' => '1944', 'discount' => '20', 'store_id' => '3' ) ), (int) 2420 => array( 'BrandRule' => array( 'id' => '3044', 'brand_id' => '2420', 'discount' => '20', 'store_id' => '3' ) ), (int) 2435 => array( 'BrandRule' => array( 'id' => '3059', 'brand_id' => '2435', 'discount' => '20', 'store_id' => '3' ) ), (int) 3179 => array( 'BrandRule' => array( 'id' => '3240', 'brand_id' => '3179', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3493 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 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 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 478]Code Context$tdate = explode('-', $date_available);if ($tdate[2] == '00')$qty = null $brand_id = null $vendors = array( (int) 4 => array( 'BrandVendor' => array( 'id' => '1678', 'brand_id' => '4', 'vendor_id' => '42', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '4', 'name' => 'Bentang Pustaka', 'name_web' => 'Bentang Pustaka', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:06:55', 'modified' => '2014-10-10 15:38:22', 'department_id' => '1' ), 'Vendor' => array( 'id' => '42', 'name' => 'Mizan ', 'company' => 'PT. Mizan Media Utama', 'website' => 'www.mizan.com', 'email' => 'marketing.mmu@mizan.com', 'po_email' => 'yes', 'consign_email' => '', 'address' => ' Jl. Joe no 11 rt 01/rw 06 jakarta selatan depan perumahan JOE TOWN HOUSE atau Jl. Jagakarsa No 40.Ciganjur Jakarta Selatan ', 'pengambilan_sendiri' => 'yes', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '5', 'lama_proses_max' => '5', 'phone' => '7864547', 'fax' => '7875745', 'status' => 'active', 'created' => '2014-06-09 15:55:43', 'modified' => '2025-07-18 14:02:09', 'order' => 'email', 'order_confirm' => 'phone', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '0', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 6 => array( 'BrandVendor' => array( 'id' => '1675', 'brand_id' => '6', 'vendor_id' => '42', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '6', 'name' => 'Noura Books', 'name_web' => 'Noura Books', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:10:07', 'modified' => '2014-02-25 17:10:16', 'department_id' => '1' ), 'Vendor' => array( 'id' => '42', 'name' => 'Mizan ', 'company' => 'PT. Mizan Media Utama', 'website' => 'www.mizan.com', 'email' => 'marketing.mmu@mizan.com', 'po_email' => 'yes', 'consign_email' => '', 'address' => ' Jl. Joe no 11 rt 01/rw 06 jakarta selatan depan perumahan JOE TOWN HOUSE atau Jl. Jagakarsa No 40.Ciganjur Jakarta Selatan ', 'pengambilan_sendiri' => 'yes', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '5', 'lama_proses_max' => '5', 'phone' => '7864547', 'fax' => '7875745', 'status' => 'active', 'created' => '2014-06-09 15:55:43', 'modified' => '2025-07-18 14:02:09', 'order' => 'email', 'order_confirm' => 'phone', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '0', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 10 => array( 'BrandVendor' => array( 'id' => '10', 'brand_id' => '10', 'vendor_id' => '1', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '35', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '10', 'name' => 'GagasMedia', 'name_web' => 'Gagas Media', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:17:25', 'modified' => '2014-11-26 18:25:30', 'department_id' => '1' ), 'Vendor' => array( 'id' => '1', 'name' => 'PT.Kawah Media', 'company' => 'PT.Kawah Media', 'website' => '', 'email' => 'kbc.jakarta@agromediagroup.com', 'po_email' => 'no', 'consign_email' => '', 'address' => 'Jl. M Kahfi 12 A - 14 Srengseng Sawah - cipedak', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '10', 'lama_proses_max' => '10', 'phone' => '78881000, 78881850', 'fax' => '78882000', 'status' => 'active', 'created' => '2014-02-25 17:00:51', 'modified' => '2025-12-05 09:57:17', 'order' => 'email', 'order_confirm' => 'not_required', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '1', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 12 => array( 'BrandVendor' => array( 'id' => '12', 'brand_id' => '12', 'vendor_id' => '1', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '12', 'name' => 'Media Kita', 'name_web' => 'Media Kita', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:20:00', 'modified' => '2014-02-25 17:20:05', 'department_id' => '1' ), 'Vendor' => array( 'id' => '1', 'name' => 'PT.Kawah Media', 'company' => 'PT.Kawah Media', 'website' => '', 'email' => 'kbc.jakarta@agromediagroup.com', 'po_email' => 'no', 'consign_email' => '', 'address' => 'Jl. M Kahfi 12 A - 14 Srengseng Sawah - cipedak', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '10', 'lama_proses_max' => '10', 'phone' => '78881000, 78881850', 'fax' => '78882000', 'status' => 'active', 'created' => '2014-02-25 17:00:51', 'modified' => '2025-12-05 09:57:17', 'order' => 'email', 'order_confirm' => 'not_required', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '1', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 14 => array( 'BrandVendor' => array( 'id' => '1017', 'brand_id' => '14', 'vendor_id' => '42', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '14', 'name' => 'Mizan Fantasi', 'name_web' => 'Mizan Fantasi', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-03-03 16:24:11', 'modified' => '2014-10-10 15:26:59', 'department_id' => '1' ), 'Vendor' => array( 'id' => '42', 'name' => 'Mizan ', 'company' => 'PT. Mizan Media Utama', 'website' => 'www.mizan.com', 'email' => 'marketing.mmu@mizan.com', 'po_email' => 'yes', 'consign_email' => '', 'address' => ' Jl. Joe no 11 rt 01/rw 06 jakarta selatan depan perumahan JOE TOWN HOUSE atau Jl. Jagakarsa No 40.Ciganjur Jakarta Selatan ', 'pengambilan_sendiri' => 'yes', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '5', 'lama_proses_max' => '5', 'phone' => '7864547', 'fax' => '7875745', 'status' => 'active', 'created' => '2014-06-09 15:55:43', 'modified' => '2025-07-18 14:02:09', 'order' => 'email', 'order_confirm' => 'phone', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '0', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 21 => array( 'BrandVendor' => array( 'id' => '21', 'brand_id' => '21', 'vendor_id' => '5', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '21', 'name' => 'Elex Media Komputindo', 'name_web' => 'Elex Media Komputindo', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-04-16 17:55:16', 'modified' => '2014-04-16 17:55:19', 'department_id' => '1' ), 'Vendor' => array( 'id' => '5', 'name' => 'Gramedia Pustaka Utama', 'company' => 'PT.GRAMEDIA PUSTAKA UTAMA', 'website' => 'www.gramediapustakautama.com', 'email' => 'showroom@gramedia.com', 'po_email' => 'yes', 'consign_email' => '', 'address' => 'Jl. Palmerah No 24 Lantai VI Jakarta 10270 ', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '3', 'lama_proses_max' => '3', 'phone' => '53650111', 'fax' => '', 'status' => 'active', 'created' => '2014-02-25 17:08:16', 'modified' => '2026-02-09 09:53:05', 'order' => 'email', 'order_confirm' => 'not_required', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => null, 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 54 => array( 'BrandVendor' => array( 'id' => '48', 'brand_id' => '54', 'vendor_id' => '28', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '35', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '54', 'name' => 'Serambi', 'name_web' => 'Serambi', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-06-09 14:27:44', 'modified' => '2014-06-09 14:27:51', 'department_id' => '1' ), 'Vendor' => array( 'id' => '28', 'name' => 'Granada ', 'company' => '', 'website' => 'http://www.serambi.co.id/', 'email' => '', 'po_email' => 'no', 'consign_email' => '', 'address' => 'Jln. Jeruk Purut No 51 RT 05/03 Jakarta Selatan 12730 Atau Jl. Pertanian III no 58 Pasar Minggu (yang jalan Forboden sebelah TK, pagar putih) ', 'pengambilan_sendiri' => 'yes', 'pengambilan_diantar' => 'no', 'lama_proses_min' => '3', 'lama_proses_max' => '3', 'phone' => '78833908', 'fax' => '7803048', 'status' => 'active', 'created' => '2014-06-09 14:23:51', 'modified' => '2018-01-23 10:35:20', 'order' => 'email', 'order_confirm' => 'bbm', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => null, 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 116 => array( 'BrandVendor' => array( 'id' => '106', 'brand_id' => '116', 'vendor_id' => '53', 'isdefault' => 'yes', 'cash_flag' => 'no', 'cash_value' => '0', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'yes', 'consign_value' => '35', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '116', 'name' => 'Prima ufuk', 'name_web' => 'Prima ufuk', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-06-09 16:49:52', 'modified' => '2014-06-09 16:49:58', 'department_id' => '1' ), 'Vendor' => array( 'id' => '53', 'name' => 'Prima Ufuk Semesta ', 'company' => 'PT. Prima Ufuk Semesta ', 'website' => '', 'email' => '', 'po_email' => 'no', 'consign_email' => '', 'address' => 'Jl. Mesjid Alhidayah Rt/Rw 06/07 No 1A Pejaten Barat , Pasar minggu', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '3', 'lama_proses_max' => '3', 'phone' => '021-79190515', 'fax' => ' 021-79187429', 'status' => 'active', 'created' => '2014-06-09 16:46:04', 'modified' => '2018-05-16 10:12:48', 'order' => 'email', 'order_confirm' => 'phone', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => null, 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 1944 => array( 'BrandVendor' => array( 'id' => '940', 'brand_id' => '1944', 'vendor_id' => '98', 'isdefault' => 'yes', 'cash_flag' => 'no', 'cash_value' => '0', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'yes', 'consign_value' => '35', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '1944', 'name' => 'Titian Ilmu', 'name_web' => 'Titian Ilmu', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-06-13 16:07:05', 'modified' => '2014-06-13 16:07:32', 'department_id' => '1' ), 'Vendor' => array( 'id' => '98', 'name' => 'Angkasa', 'company' => 'CV. ANGKASA', 'website' => '', 'email' => 'pemasaran_angkasa@yahoo.co.id', 'po_email' => 'yes', 'consign_email' => 'pemasaran_angkasa@yahoo.co.id', 'address' => 'Jl. Cipagalo Girang No. 24 RT. 001 RW.006 Margasari Kec. Margacinta, Bandung ', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '5', 'lama_proses_max' => '5', 'phone' => '022 7531124, 7531163', 'fax' => '022 7531048', 'status' => 'active', 'created' => '2014-06-13 16:02:15', 'modified' => '2018-02-08 15:04:30', 'order' => 'email', 'order_confirm' => 'bbm', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => null, 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 2420 => array( 'BrandVendor' => array( 'id' => '1417', 'brand_id' => '2420', 'vendor_id' => '1', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '35', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '2420', 'name' => 'Eazy Books', 'name_web' => 'Eazy Books', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-07-14 15:13:37', 'modified' => '2014-07-14 15:13:44', 'department_id' => '1' ), 'Vendor' => array( 'id' => '1', 'name' => 'PT.Kawah Media', 'company' => 'PT.Kawah Media', 'website' => '', 'email' => 'kbc.jakarta@agromediagroup.com', 'po_email' => 'no', 'consign_email' => '', 'address' => 'Jl. M Kahfi 12 A - 14 Srengseng Sawah - cipedak', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '10', 'lama_proses_max' => '10', 'phone' => '78881000, 78881850', 'fax' => '78882000', 'status' => 'active', 'created' => '2014-02-25 17:00:51', 'modified' => '2025-12-05 09:57:17', 'order' => 'email', 'order_confirm' => 'not_required', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '1', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 2435 => array( 'BrandVendor' => array( 'id' => '1433', 'brand_id' => '2435', 'vendor_id' => '1', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '35', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '2435', 'name' => 'TransMedia Pustaka', 'name_web' => 'TransMedia Pustaka', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-07-15 14:05:04', 'modified' => '2014-07-15 14:05:15', 'department_id' => '1' ), 'Vendor' => array( 'id' => '1', 'name' => 'PT.Kawah Media', 'company' => 'PT.Kawah Media', 'website' => '', 'email' => 'kbc.jakarta@agromediagroup.com', 'po_email' => 'no', 'consign_email' => '', 'address' => 'Jl. M Kahfi 12 A - 14 Srengseng Sawah - cipedak', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '10', 'lama_proses_max' => '10', 'phone' => '78881000, 78881850', 'fax' => '78882000', 'status' => 'active', 'created' => '2014-02-25 17:00:51', 'modified' => '2025-12-05 09:57:17', 'order' => 'email', 'order_confirm' => 'not_required', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '1', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 3179 => array( 'BrandVendor' => array( 'id' => '1617', 'brand_id' => '3179', 'vendor_id' => '42', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '3179', 'name' => 'Mizan Pustaka', 'name_web' => 'Mizan Pustaka', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-07-16 10:42:33', 'modified' => '2014-07-16 10:42:43', 'department_id' => '1' ), 'Vendor' => array( 'id' => '42', 'name' => 'Mizan ', 'company' => 'PT. Mizan Media Utama', 'website' => 'www.mizan.com', 'email' => 'marketing.mmu@mizan.com', 'po_email' => 'yes', 'consign_email' => '', 'address' => ' Jl. Joe no 11 rt 01/rw 06 jakarta selatan depan perumahan JOE TOWN HOUSE atau Jl. Jagakarsa No 40.Ciganjur Jakarta Selatan ', 'pengambilan_sendiri' => 'yes', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '5', 'lama_proses_max' => '5', 'phone' => '7864547', 'fax' => '7875745', 'status' => 'active', 'created' => '2014-06-09 15:55:43', 'modified' => '2025-07-18 14:02:09', 'order' => 'email', 'order_confirm' => 'phone', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '0', 'eol_status_unknown' => 'no', 'deposit' => null ) ) ) $status_available = null $date_available = null $status = null $tdate = array( (int) 0 => '' )AppController::get_availability() - APP/Controller/AppController.php, line 478 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 769]Code Context$date_release = explode(' ', $date_release);$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' )AppController::get_date() - APP/Controller/AppController.php, line 769 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1AppController::get_date() - APP/Controller/AppController.php, line 770 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1mktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 770 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 772]Code Context$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];// echo $month.' '.$day.' '.$tdate_release[0].'<br>';$date = mktime(23, 59, 59, $month, $day, $tdate_release[0]);$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = nullmktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 772 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 775]Code Context// echo '<div style="display:none">'.$month.' '.$day.' '.$tdate_release[0].'</div>';if ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 775 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 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 110
Warning (2): Cannot modify header information - headers already sent by (output started at /home/store3/public/www3.bukabuku.com/lib/Cake/Utility/Debugger.php:795) [CORE/Cake/Network/CakeResponse.php, line 458]Code Contextsetcookie($name, $c['value'], $c['expire'], $c['path'],$c['domain'], $c['secure'], $c['httpOnly']$c = array( 'name' => 'BukaBuku[web_display]', 'value' => 'Q2FrZQ==.JvWn0Ms/Ug==', 'expire' => (int) 1779177730, 'path' => '/', 'domain' => '', 'secure' => false, 'httpOnly' => true ) $name = 'BukaBuku[web_display]'setcookie - [internal], line ?? CakeResponse::_setCookies() - CORE/Cake/Network/CakeResponse.php, line 458 CakeResponse::send() - CORE/Cake/Network/CakeResponse.php, line 429 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 174 [main] - APP/webroot/index.php, line 110
Warning (2): Cannot modify header information - headers already sent by (output started at /home/store3/public/www3.bukabuku.com/lib/Cake/Utility/Debugger.php:795) [CORE/Cake/Network/CakeResponse.php, line 458]Code Contextsetcookie($name, $c['value'], $c['expire'], $c['path'],$c['domain'], $c['secure'], $c['httpOnly']$c = array( 'name' => 'BukaBuku[BrowseView]', 'value' => 'grid', 'expire' => (int) 1779177731, 'path' => '/', 'domain' => '', 'secure' => false, 'httpOnly' => true ) $name = 'BukaBuku[BrowseView]'setcookie - [internal], line ?? CakeResponse::_setCookies() - CORE/Cake/Network/CakeResponse.php, line 458 CakeResponse::send() - CORE/Cake/Network/CakeResponse.php, line 429 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 174 [main] - APP/webroot/index.php, line 110
|
Notice (8): Undefined variable: quota [APP/View/Browses/product_book.ctp, line 60]disabledCode Context}if ($quota['quota']['quota_person'] != 0)$viewFile = '/home/store3/public/www3.bukabuku.com/app/View/Browses/product_book.ctp' $dataForView = array( 'browse_view' => 'grid', 'system' => array( 'store' => array( 'id' => '3', 'name' => 'Bukabuku.com', 'name_label' => 'Bukabuku.com', 'url' => 'www.bukabuku.com', 'email_name' => 'Bukabuku.com', 'key' => '83be148a0563b4bebcb391917485dcc2', 'logo' => 'logo.gif', 'email_order' => 'cs@bukabuku.com', 'email_order_amazon' => 'cs@emails.bukabuku.com', 'address1' => 'Ruko Cempaka Mas Blok M/50', 'address2' => 'Jln. Letjen Suprapto', 'address3' => 'Jakarta Pusat', 'zip' => '10640', 'phone1' => '0896-7269-1122', 'phone2' => '', 'show_language_picker' => 'no', 'show_department_picker' => 'no', 'maintenance_mode' => 'no', 'readonly_mode' => 'no', 'show_banners' => 'yes', 'show_top_20' => 'yes', 'social_media_login' => 'yes', 'email_partnership' => 'partnership@bukabuku.com', 'allow_cod' => 'yes', 'sphinx_host' => 'sphinx2.bukabuku.net', 'sphinx_product_index_local' => 'product_bukabuku', 'sphinx_product_index' => 'product_bukabuku_rt' ), 'cart_content' => array( 'products' => array([maximum depth reached]), 'count' => (int) 0 ), 'language' => array( 'ind' => 'Indonesia' ), 'depts' => array( 'all' => 'Semua Departemen', 'book' => 'Books' ), 'store_depts' => array( (int) 0 => array( [maximum depth reached] ) ), 'menu_categories' => array( 'Books' => array( [maximum depth reached] ) ), 'wishlists' => array() ), 'show_edit' => false, 'products_by_author' => array(), 'current_author' => array( 'People' => array( 'id' => '66411', 'name' => 'Pevita Pearce', 'description' => null, 'email' => null, 'website' => null, 'facebook' => null, 'twitter' => null, 'instagram' => null, 'google+' => null ), 'PeopleImage' => array() ), 'products_bought_relation' => array( (int) 0 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 1 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 2 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 3 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 4 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 5 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 6 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 7 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 8 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 9 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 10 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 11 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 12 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 13 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 14 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 15 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 16 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 17 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 18 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 19 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ) ), 'availability' => array( 'text' => 'Stock tidak tersedia', 'color' => 'product_status_red', 'qty' => '0' ), 'promo_combined' => array(), 'result' => array( 'ProductBook' => array( 'id' => '2010000749036', 'EAN' => '9789797807542', 'code' => 'EM001008', 'name' => 'Pevita Pearce Our Notebook', 'subname' => '', 'brand' => 'ENTER!MEDIA', 'brand_id' => '3117', 'brand_discount_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'shipping_weight' => '136', 'weight_flag' => 'scaled', 'price' => '5000', 'price_dollar' => '5000', 'currency' => 'IDR', 'description' => '<p><strong>S</strong>ejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki.</p> <p>Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu?</p> <p>Bodoh! Bodoh! Bodoh!</p> <p>Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding.</p> <p>Kalimat ini masih menempel di ingatanku.</p> <p>“Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.”</p> <p>Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar.</p> <p>Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?”</p> <p>Jika aku hanya kenangan, jangan kembali!</p> <p>Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri.</p> ', 'eol' => 'no', 'product_group_id' => null, 'department_id' => '1', 'review_rating' => '0', 'review_count' => '0', 'review_count_1' => '0', 'review_count_2' => '0', 'review_count_3' => '0', 'review_count_4' => '0', 'review_count_5' => '0', 'sold' => '0', 'status' => 'active', 'isbn' => '9797807541', 'isbn13' => '9789797807542', 'date_release' => 'Oktober 2014', 'date_available' => '2014-10-00', 'serie_id' => '0', 'serie' => null, 'edition' => '', 'pages' => '0', 'tax' => 'include', 'status_available' => 'normal', 'redirect_ean' => null, 'data_source' => null, 'data_source_id' => null, 'data_source_updated' => null, 'created' => null, 'modified' => '2022-07-06 10:06:20', 'price_discount' => (int) 4000, 'discount_percent' => '20' ), 'Brand' => array( 'id' => '3117', 'name' => 'ENTER!MEDIA', 'name_web' => 'ENTER!MEDIA', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-07-15 14:52:46', 'modified' => '2014-07-15 14:52:53', 'department_id' => '1' ), 'SearchCache' => array( 'id' => '74926', 'product_id' => '2010000749036', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Pevita Pearce Our Notebook', 'subname' => '', 'edition' => '', 'date_release' => '2014-10-00', 'date_calc' => '2014-10-01', 'date_available' => '2014-10-00', 'ean' => '9789797807542', 'string_x1' => 'Pevita Pearce', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'EM001008', 'code_x1' => '9797807541', 'code_x2' => '9789797807542', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'ENTER!MEDIA', 'brand_id' => '3117', 'price_min' => '5000', 'price_max' => '0', 'price_dollar' => '5000', 'currency' => 'IDR', 'rating' => '0', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'fd5af5b3eb0b65b1031185d1b9dba457.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '136', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2022-07-06 10:06:20', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no' ), 'ProductCategory' => array( (int) 0 => array( [maximum depth reached] ) ), 'ProductImage' => array( (int) 0 => array( [maximum depth reached] ) ), 'Detail' => array( 'language' => array( [maximum depth reached] ), 'format' => array( [maximum depth reached] ), 'author' => array( [maximum depth reached] ) ) ), 'rating' => array( 'count' => (int) 0, 'rating' => (int) 0, 'count1' => (int) 0, 'count2' => (int) 0, 'count3' => (int) 0, 'count4' => (int) 0, 'count5' => (int) 0 ), 'reviews' => array(), 'first_image' => array( 'id' => '832999', 'l1' => 'f', 'l2' => 'd', 'image' => 'fd5af5b3eb0b65b1031185d1b9dba457.jpg' ), 'promo' => array(), 'unavailable' => false, 'meta' => array( 'description' => 'Pevita Pearce Our Notebook - Oleh: Pevita Pearce - Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.” Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar. Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?” Jika aku hanya kenangan, jangan kembali! Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri. ', 'og:title' => 'Pevita Pearce Our Notebook - Oleh: Pevita Pearce', 'og:type' => 'book', 'og:image' => 'https://img.bukabuku.net/product/f/d/fd5af5b3eb0b65b1031185d1b9dba457.jpg', 'og:url' => 'https://www.bukabuku.com/browses/product/9789797807542/pevita-pearce-our-notebook.html', 'og:description' => 'Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.” Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar. Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?” Jika aku hanya kenangan, jangan kembali! Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri. ', 'twitter:title' => 'Pevita Pearce Our Notebook - Oleh: Pevita Pearce', 'twitter:description' => 'Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.” Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar. Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?” Jika aku hanya kenangan, jangan kembali! Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri. ', 'twitter:image' => 'https://img.bukabuku.net/product/f/d/fd5af5b3eb0b65b1031185d1b9dba457.jpg' ), 'title_for_layout' => 'Pevita Pearce Our Notebook - BukaBuku.com - Toko Buku Online', 'url' => 'browses/product/9789797807542/pevita-pearce-our-notebook.html' ) $browse_view = 'grid' $system = array( 'store' => array( 'id' => '3', 'name' => 'Bukabuku.com', 'name_label' => 'Bukabuku.com', 'url' => 'www.bukabuku.com', 'email_name' => 'Bukabuku.com', 'key' => '83be148a0563b4bebcb391917485dcc2', 'logo' => 'logo.gif', 'email_order' => 'cs@bukabuku.com', 'email_order_amazon' => 'cs@emails.bukabuku.com', 'address1' => 'Ruko Cempaka Mas Blok M/50', 'address2' => 'Jln. Letjen Suprapto', 'address3' => 'Jakarta Pusat', 'zip' => '10640', 'phone1' => '0896-7269-1122', 'phone2' => '', 'show_language_picker' => 'no', 'show_department_picker' => 'no', 'maintenance_mode' => 'no', 'readonly_mode' => 'no', 'show_banners' => 'yes', 'show_top_20' => 'yes', 'social_media_login' => 'yes', 'email_partnership' => 'partnership@bukabuku.com', 'allow_cod' => 'yes', 'sphinx_host' => 'sphinx2.bukabuku.net', 'sphinx_product_index_local' => 'product_bukabuku', 'sphinx_product_index' => 'product_bukabuku_rt' ), 'cart_content' => array( 'products' => array(), 'count' => (int) 0 ), 'language' => array( 'ind' => 'Indonesia' ), 'depts' => array( 'all' => 'Semua Departemen', 'book' => 'Books' ), 'store_depts' => array( (int) 0 => array( 'Department' => array( [maximum depth reached] ), 'Store' => array([maximum depth reached]) ) ), 'menu_categories' => array( 'Books' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ), (int) 37 => array( [maximum depth reached] ), (int) 38 => array( [maximum depth reached] ), (int) 39 => array( [maximum depth reached] ), (int) 40 => array( [maximum depth reached] ), (int) 41 => array( [maximum depth reached] ), (int) 42 => array( [maximum depth reached] ), (int) 43 => array( [maximum depth reached] ), (int) 44 => array( [maximum depth reached] ), (int) 45 => array( [maximum depth reached] ), (int) 46 => array( [maximum depth reached] ), (int) 47 => array( [maximum depth reached] ), (int) 48 => array( [maximum depth reached] ) ) ), 'wishlists' => array() ) $show_edit = false $products_by_author = array() $current_author = array( 'People' => array( 'id' => '66411', 'name' => 'Pevita Pearce', 'description' => null, 'email' => null, 'website' => null, 'facebook' => null, 'twitter' => null, 'instagram' => null, 'google+' => null ), 'PeopleImage' => array() ) $products_bought_relation = array( (int) 0 => array( 'ProductBoughtRelation' => array( 'id' => '1069735468', 'product_id_source' => '2010000749036', 'product_id' => '2010000436226', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => 'Januari 1970', 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => (int) 0, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'highlight' => '', 'price' => null, 'price_discount' => null, 'discount_pct' => null, 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 1 => array( 'ProductBoughtRelation' => array( 'id' => '1069735472', 'product_id_source' => '2010000749036', 'product_id' => '2010000846827', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '84854', 'product_id' => '2010000846827', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'John Sakava: Lika Liku Perjalanan Mantan Staf Khusus Kepala Bin', 'subname' => '', 'edition' => '', 'date_release' => 'April 2015', 'date_calc' => '2015-04-24', 'date_available' => '2015-04-24', 'ean' => '9786021139929', 'string_x1' => 'Yahya Assegaf', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6021139925', 'code_x2' => '9786021139929', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Prima ufuk', 'brand_id' => '116', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '408', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => '', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2021-03-01 03:00:17', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 76000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 2 => array( 'ProductBoughtRelation' => array( 'id' => '1069735478', 'product_id_source' => '2010000749036', 'product_id' => '2010000553107', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '55314', 'product_id' => '2010000553107', 'product_id_old' => '2010000090206', 'serie' => '', 'serie_id' => '0', 'name' => 'True Love', 'subname' => '', 'edition' => null, 'date_release' => 'Maret 2013', 'date_calc' => '2013-03-01', 'date_available' => '2013-03-00', 'ean' => '9786027702004', 'string_x1' => 'Vivie Hardika', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'EZ001020', 'code_x1' => '6027702001', 'code_x2' => '9786027702004', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Eazy Books', 'brand_id' => '2420', 'price_min' => '26500', 'price_max' => '0', 'price_dollar' => '26500', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'a292ff24ff28435a423f8067f90eb45a.jpg', 'picture_old' => 'e8e44ece956929ebe0a45fd51bd4e147.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '132', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Ini rahasia di antara kita. Kita pura-pura menjadi kekasih, agar orang percaya bahwa aku cewek normal, dan kamu tak lagi dikejar-kejar cewek di sekolah karena terlalu lama sendiri. Awalnya kuanggap ini semua sandiwara. Kau dan aku memainkan peran kita, seolah-olah kita tercipta untuk bersama. Aku berusaha untuk bersikap biasa, namun kian lama pertahananku kian goyah. Aku takyakin bisa menahan perasaan ini lebih lama. Bahwa hatiku begitu terganggu atas ketidakhadiranmu. Bahwa hariku mendadak ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2016-01-13 19:39:44', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '26500', 'price_discount' => (int) 21200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 3 => array( 'ProductBoughtRelation' => array( 'id' => '1069735469', 'product_id_source' => '2010000749036', 'product_id' => '2010000615331', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '61537', 'product_id' => '2010000615331', 'product_id_old' => '2010000153130', 'serie' => '', 'serie_id' => '0', 'name' => 'Whisper', 'subname' => '', 'edition' => null, 'date_release' => 'Juli 2013', 'date_calc' => '2013-07-01', 'date_available' => '2013-07-00', 'ean' => '9789794337776', 'string_x1' => 'Alyson Noel', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'ND-038', 'code_x1' => '019015313X', 'code_x2' => '9789794337776', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Mizan Fantasi', 'brand_id' => '14', 'price_min' => '10000', 'price_max' => '0', 'price_dollar' => '10000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'f22c0a5d519065b8f1959348b46ca964.jpg', 'picture_old' => 'aa322f278b264b696632545439a3f13e.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '202', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Aku dikepung oleh ratusan hantu gladiator galak yang tampak marah. Mereka berucap dalam bahasa yang telah mati berabad-abad. Larut dalam kenangan masing-masing, mereka seolah-olah buta dan menyerang dengan brutal. Demi melindungi diri, aku berupaya menciutkan diri … menghindari amukan hantu gusar. Setelah sempat diliburkan dari tugasnya, kini Riley mendapatkan tantangan baru. Dia harus bisa membujuk seorang gladiator bernama Theocoles untuk menyeberang ke Sini & Kini. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2019-01-15 20:38:15', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '10000', 'price_discount' => (int) 8000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => '21238477', 'product_id' => '2010000615331', 'category_id' => '89', 'store_id' => '3', 'rank' => '153', 'created' => '2018-02-11 03:21:18', 'modified' => '2018-02-11 03:21:18' ), 'Category' => array( 'id' => '89', 'name' => 'Fantasi', 'status' => 'active', 'parent' => '49', 'child_ids' => '89', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Fantasi', 'weight' => '0' ) ), (int) 4 => array( 'ProductBoughtRelation' => array( 'id' => '1069735473', 'product_id_source' => '2010000749036', 'product_id' => '2010000422984', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '42301', 'product_id' => '2010000422984', 'product_id_old' => '100452', 'serie' => '', 'serie_id' => '0', 'name' => 'The Search for Merlin', 'subname' => '', 'edition' => null, 'date_release' => 'Oktober 2011', 'date_calc' => '2011-10-01', 'date_available' => '2011-10-00', 'ean' => '9786029764840', 'string_x1' => 'Tyas Palar', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'XT-22', 'code_x1' => '6029764845', 'code_x2' => '9786029764840', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Bentang Pustaka', 'brand_id' => '4', 'price_min' => '37000', 'price_max' => '0', 'price_dollar' => '37000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '3c2b5191076a56b70e27fe91e154a1d5.jpg', 'picture_old' => 'The Search for Merlin.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '130', 'dimension_y' => '210', 'dimension_z' => '20', 'weight' => '238', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => '"Zaman ... kalian ... Penyihir Lama ... akan berakhir. Akan tiba ... waktu ... Para Penyihir Fana ... seperti kami…" Sebuah ledakan besar yang misterius terjadi di Pennines, Inggris. Anak-anak berbakat alkemi menghilang dari Semenanjung Arab dan Asia Kecil. Gaspar Deuxcroix mengatakan ingin bertemu musuh bebuyutannya, Arderydd ab Don alias Edward Twickenham. Ivar Eidfjord, sahabat Edward, tak lagi bisa melihat Masa Depan. Berbagai misteri baru yang saling berjalin menanti untuk ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2018-06-22 23:30:07', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '37000', 'price_discount' => (int) 29600, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 5 => array( 'ProductBoughtRelation' => array( 'id' => '1069735479', 'product_id_source' => '2010000749036', 'product_id' => '2010000376928', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '37695', 'product_id' => '2010000376928', 'product_id_old' => '80011', 'serie' => '', 'serie_id' => '0', 'name' => 'Beastly - Beauty and The Beast Abad 21', 'subname' => '', 'edition' => null, 'date_release' => 'Maret 2011', 'date_calc' => '2011-03-17', 'date_available' => '2011-03-17', 'ean' => '9789794336120', 'string_x1' => 'Alex Finn', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'UB-42', 'code_x1' => '', 'code_x2' => '9789794336120', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Mizan Fantasi', 'brand_id' => '14', 'price_min' => '13800', 'price_max' => '0', 'price_dollar' => '13800', 'currency' => 'IDR', 'rating' => '3.5', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '3ba5050eaca291c381e6fbee64c10a8a.jpg', 'picture_old' => 'beastly17032011.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '130', 'dimension_y' => '210', 'dimension_z' => '30', 'weight' => '324', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => ' “Flinn memberikan perspektif baru dalam kisah Beauty and the Beast. Penuh drama dan intrik yang terus menantang pembaca.” —Romantic Times "Kau akan tahu bagaimana rasanya jadi buruk rupa, seburuk hatimu. Kalau kau berhasil belajar dari kesalahanmu, kau bisa mematahkan mantraku. Kalau tidak, kau akan hidup dengan hukumanmu. Menjadi monster, selamanya." Kyle cowok paling tajir dan populer di sekolahnya. Dia nggak mau turun ”derajat” dengan bergaul sama anak-anak culun dan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2019-01-15 20:38:14', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '13800', 'price_discount' => (int) 11040, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '2' ), 'ProductRank' => array( 'id' => '21238580', 'product_id' => '2010000376928', 'category_id' => '89', 'store_id' => '3', 'rank' => '246', 'created' => '2018-02-11 03:21:18', 'modified' => '2018-02-11 03:21:18' ), 'Category' => array( 'id' => '89', 'name' => 'Fantasi', 'status' => 'active', 'parent' => '49', 'child_ids' => '89', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Fantasi', 'weight' => '0' ) ), (int) 6 => array( 'ProductBoughtRelation' => array( 'id' => '1069735461', 'product_id_source' => '2010000749036', 'product_id' => '2010000387696', 'store_id' => '3', 'count' => '2', 'created' => '2022-03-15 05:30:23' ), 'SearchCache' => array( 'id' => '38772', 'product_id' => '2010000387696', 'product_id_old' => '83644', 'serie' => '', 'serie_id' => '0', 'name' => 'Monster High', 'subname' => 'Sekolah Monster Gaul', 'edition' => null, 'date_release' => '2011', 'date_calc' => '2011-00-01', 'date_available' => '2011-00-00', 'ean' => '9789794336182', 'string_x1' => 'Lisi Harrison', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'UM-300', 'code_x1' => '', 'code_x2' => '9789794336182', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Mizan Pustaka', 'brand_id' => '3179', 'price_min' => '49000', 'price_max' => '0', 'price_dollar' => '49000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'monsterhigh28052011.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '130', 'dimension_y' => '210', 'dimension_z' => '20', 'weight' => '248', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Seperti cewek-cewek ABG lainnya, Frankie sudah nggak sabar buat masik SMA, pacaran, ikut tim cheerleader, dan ke pesta dansa. Tapi masalahnya, kulit frankie hijau dan kalau gembira Frankie melepaskan kilatan-kilatan listrik dari tubuhnya. Menurut orang tuanya, Frankie adalah anak yang cantik dan sempurna. Tetapi, tetap saja Frankie akan kesulitan mendekati cowok yang ditaksirnya kalau dia tak mengubah penampilannya. Cowok mana sih, yang mau sama monster? Frankie Stein harus mengubah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2016-08-20 11:09:46', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '49000', 'price_discount' => (int) 39200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 7 => array( 'ProductBoughtRelation' => array( 'id' => '1069735460', 'product_id_source' => '2010000749036', 'product_id' => '2010000771525', 'store_id' => '3', 'count' => '2', 'created' => '2022-03-15 05:30:23' ), 'SearchCache' => array( 'id' => '77208', 'product_id' => '2010000771525', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Koala Kumal (Non-TTD)', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2015', 'date_calc' => '2015-01-17', 'date_available' => '2015-01-17', 'ean' => '2010000771525', 'string_x1' => 'Raditya Dika', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '979780769X', 'code_x2' => '9789797807696', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'GagasMedia', 'brand_id' => '10', 'price_min' => '66000', 'price_max' => '0', 'price_dollar' => '66000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '8', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '130', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '206', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Selain main perang-perangan, gue, Dodo, dan Bahri juga suka berjemur di atas mobil tua warna merah yang sering diparkir di pinggir sungai samping kompleks. Formasinya selalu sama: Bahri dan gue tiduran di atap mobil, sedangkan Dodo, seperti biasa, agak terbuang, di atas bagasi. Kadang kami tiduran selama setengah jam. Kadang, kalau cuaca lagi sangat terik, bisa sampai dua jam. Kalau cuacanya lagi sejuk dan tidak terlalu terik, kami biasanya sama-sama menatap ke arah matahari, memandangi ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '2010000972922', 'created' => null, 'modified' => '2020-10-21 20:08:04', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '66000', 'price_discount' => (int) 52800, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '8' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 8 => array( 'ProductBoughtRelation' => array( 'id' => '1069735474', 'product_id_source' => '2010000749036', 'product_id' => '2010000763483', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '76401', 'product_id' => '2010000763483', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Jomblo Is My Way', 'subname' => '', 'edition' => '', 'date_release' => 'Desember 2014', 'date_calc' => '2014-12-03', 'date_available' => '2014-12-03', 'ean' => '9786020254081', 'string_x1' => 'Siska Meilinda', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '204193847', 'code_x1' => '6020254089', 'code_x2' => '9786020254081', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Elex Media Komputindo', 'brand_id' => '21', 'price_min' => '34800', 'price_max' => '0', 'price_dollar' => '34800', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '130', 'dimension_y' => '180', 'dimension_z' => '0', 'weight' => '86', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Virus cinta, bisa lebih dahsyat daripada virus penyakit loh. Apalagi ketika aktivis dakwah pun diserangnya, berobat ke dokter manapun nggak ada yang mempan. Ada yang mendiagnosis terjangkitnya sering melalui SMS ria kepada lawan jenis yang terlalu sering, keseringan ketemu, keseringan berkoordinasi di organisasi, ataupun bisa juga karena terlalu `galau` karena kelamaan nunggu jodoh yang nggak datang-datang juga. Di usia kita yang masih muda, virus ini sering nabrak-nabrak dinding hati. Kalau ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2022-04-22 19:08:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '34800', 'price_discount' => (int) 27840, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 9 => array( 'ProductBoughtRelation' => array( 'id' => '1069735466', 'product_id_source' => '2010000749036', 'product_id' => '2010000747407', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:23' ), 'SearchCache' => array( 'id' => '74762', 'product_id' => '2010000747407', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Membongkar Rahasia Magnet Rezeki Ilahi', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2014', 'date_calc' => '2014-10-01', 'date_available' => '2014-10-01', 'ean' => '9786020249759', 'string_x1' => 'Miftahur Rahman El-Banjary', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '204057933', 'code_x1' => '6020249751', 'code_x2' => '9786020249759', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Elex Media Komputindo', 'brand_id' => '21', 'price_min' => '59800', 'price_max' => '0', 'price_dollar' => '59800', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '438e134142fc4d19d121d73455c3ccfc.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '150', 'dimension_y' => '170', 'dimension_z' => '0', 'weight' => '198', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '“Bukan besarnya ujian yang kita khawatirkan, tapi ketidaksadaran bahwa kita sedang diuji itulah yang paling mengkhawatirkan. Ketidaksadaran yang membuat kita tidak cukup bersabar saat menghadapi ujian adalah satu hal yang sering kali membuat orang gagal saat diuji." - Ust. DR. Miftahur Rahman El-Banjary ... Mengapa Anda Harus Membaca Buku Ini? Di dalam Buku Ini Anda Akan Dapatkan: • Satu Kata Yang Menciptakan Keajaiban Luar Biasa • Satu Rahasia Terbesar Mengubah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-08-29 22:38:16', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '59800', 'price_discount' => (int) 47840, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 10 => array( 'ProductBoughtRelation' => array( 'id' => '1069735464', 'product_id_source' => '2010000749036', 'product_id' => '2010000660638', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:23' ), 'SearchCache' => array( 'id' => '66067', 'product_id' => '2010000660638', 'product_id_old' => '2010000198957', 'serie' => '', 'serie_id' => '0', 'name' => 'Pillow Talk (Repackage)', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2014', 'date_calc' => '2014-08-01', 'date_available' => '2014-08-01', 'ean' => '9789797806897', 'string_x1' => 'Christian Simamora', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'GA001798', 'code_x1' => '9797806898', 'code_x2' => '9789797806897', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'GagasMedia', 'brand_id' => '10', 'price_min' => '72000', 'price_max' => '0', 'price_dollar' => '72000', 'currency' => 'IDR', 'rating' => '4.25', 'reviewer' => '4', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '618a56e0f3c0e83831e5ea45ba77a017.jpg', 'picture_old' => '540020f8bdb22f73e929f50f94c71af9.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '302', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Kami bersahabat sejak kecil. Tepatnya, kalau ada kata lain untuk menggambarkan sesuatu yang melampaui 'sahabat', maka kata itulah kami. Berbagi cerita, berbagi rahasia. Bahkan, tanpa disadari, kami pun berbagi cinta. Tapi, apakah kau tahu, rasanya saling mencintai namun bertahan untuk tidak saling memiliki? Percayalah, ini lebih buruk dari sekadar patah hati. Ini bukan kisah cinta yang ingin kau alami. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => null, 'modified' => '2022-12-15 13:58:17', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '72000', 'price_discount' => (int) 57600, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '4' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 11 => array( 'ProductBoughtRelation' => array( 'id' => '1069735467', 'product_id_source' => '2010000749036', 'product_id' => '2010000721964', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '72209', 'product_id' => '2010000721964', 'product_id_old' => '2010000260937', 'serie' => '', 'serie_id' => '0', 'name' => 'Supernova #1: Kesatria, Putri Dan Bintang Jatuh (republish)', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2014', 'date_calc' => '2014-07-17', 'date_available' => '2014-07-17', 'ean' => '2010000721964', 'string_x1' => 'Dewi Dee Lestari', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'BT-533', 'code_x1' => '6022910528', 'code_x2' => '9786022910527', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Bentang Pustaka', 'brand_id' => '4', 'price_min' => '65000', 'price_max' => '0', 'price_dollar' => '65000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '4da4b62bf82a6782cfc412b8fe8d1a74.jpg', 'picture_old' => '5c31751c4dc812d4d6f8503b1fb2e629.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '208', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Menunaikan ikrar mereka untuk berkarya bersama, pasangan Dimas dan Reuben mulai menulis roman yang diberi judul Kesatria, Putri, dan Bintang Jatuh. Paralel dengan itu, dalam kehidupan nyata, sebuah kisah cinta terlarang terjalin antara Ferre dan Rana. Hubungan cinta mereka merepresentasikan dinamika yang terjadi antara tokoh Kesatria dan Putri dalam fiksi Dimas dan Reuben. Tokoh ketiga, Bintang Jatuh, dihadirkan oleh seorang peragawati terkenal bernama Diva, yang memiliki profesi sampingan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => null, 'modified' => '2021-02-04 17:13:59', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '65000', 'price_discount' => (int) 52000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 12 => array( 'ProductBoughtRelation' => array( 'id' => '1069735477', 'product_id_source' => '2010000749036', 'product_id' => '2010000715949', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '71598', 'product_id' => '2010000715949', 'product_id_old' => '2010000254844', 'serie' => '', 'serie_id' => '0', 'name' => 'Tomodachi', 'subname' => '', 'edition' => null, 'date_release' => 'Mei 2014', 'date_calc' => '2014-05-07', 'date_available' => '2014-05-07', 'ean' => '9789797807320', 'string_x1' => 'Winna Efendi', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'GA001827', 'code_x1' => '9797807320', 'code_x2' => '9789797807320', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gagas Media', 'brand_id' => '10', 'price_min' => '10000', 'price_max' => '0', 'price_dollar' => '10000', 'currency' => 'IDR', 'rating' => '4.5', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => '38d192a499dbb1b50a1db0e0729346d9.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '190', 'dimension_y' => '130', 'dimension_z' => '0', 'weight' => '252', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Pernahkah kau bertemu seorang perempuan yang tak pernah lelah menyalakan harap di hatinya? Dalam Tomodachi, kau akan bertemu perempuan itu. Perempuan biasa, tetapi punya harap luar biasa. Baginya, berlari dan menemukan garis akhir adalah sebuah keharusan. Tidak akan ada kata menyerah. Pernahkah kau memiliki seseorang yang selalu bisa menghapus cerita sedihmu? Dalam Tomodachi, kau akan menemukan tangan-tangan yang terikat pada satu kata: sahabat. Mereka yang keberadaannya membuat kau tak ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2022-07-06 10:06:21', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '10000', 'price_discount' => (int) 8000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '2' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 13 => array( 'ProductBoughtRelation' => array( 'id' => '1069735463', 'product_id_source' => '2010000749036', 'product_id' => '2010000690284', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:23' ), 'SearchCache' => array( 'id' => '69032', 'product_id' => '2010000690284', 'product_id_old' => '2010000228876', 'serie' => '', 'serie_id' => '0', 'name' => 'Peyempuan 2', 'subname' => 'Tidak Ada Yang Bisa Menebak Isi Hati Seorang Perempuan, Bahkan Dirinya Sendiri', 'edition' => null, 'date_release' => 'April 2014', 'date_calc' => '2014-04-01', 'date_available' => '2014-04-00', 'ean' => '9789797992750', 'string_x1' => '@peyemp', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'TM001271', 'code_x1' => '9797992756', 'code_x2' => '9789797992750', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'TransMedia Pustaka', 'brand_id' => '2435', 'price_min' => '10000', 'price_max' => '0', 'price_dollar' => '10000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '3aae218c93e77d95e14420c67cfe63bf.jpg', 'picture_old' => '9a7f6cf903f232e4cabc57cbf842b78e.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '190', 'dimension_y' => '130', 'dimension_z' => '0', 'weight' => '198', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ' "Semua bunta itu indah, sebagaimana adanya dirinya. Tak perlu membandingkan mawar dan melati dengan putri malu dan bunga bangkai. Sebab mawar adalah indah sebagai mawar. Putri malu adalah indah sebagai putri malu. Melati tidak perlu sombong kepada bunga bangkai dan bunga bangkai tidak perlu iri kepada melati." "Tidak perlu cemas, kekasih sejati tidak akan mempermasalahkan bagaimana wajah dan bentuk tubuhmu. Mereka akan menerima kamu karena mereka tahu kekurangan dan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => null, 'created' => null, 'modified' => '2022-07-06 10:06:25', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '10000', 'price_discount' => (int) 8000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 14 => array( 'ProductBoughtRelation' => array( 'id' => '1069735471', 'product_id_source' => '2010000749036', 'product_id' => '2010000601686', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '60172', 'product_id' => '2010000601686', 'product_id_old' => '2010000139295', 'serie' => '', 'serie_id' => '0', 'name' => 'All You Can Eat', 'subname' => '', 'edition' => null, 'date_release' => 'Juni 2013', 'date_calc' => '2013-06-01', 'date_available' => '2013-06-00', 'ean' => '9789797806439', 'string_x1' => 'Christian Simamora', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'GA001759', 'code_x1' => '979780643X', 'code_x2' => '9789797806439', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gagas Media', 'brand_id' => '10', 'price_min' => '66000', 'price_max' => '0', 'price_dollar' => '66000', 'currency' => 'IDR', 'rating' => '4', 'reviewer' => '10', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => '876c9c5bac11b8d27be5a8427ad9234f.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '190', 'dimension_y' => '130', 'dimension_z' => '0', 'weight' => '324', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ''CINTA KOK BIKIN SEDIH?' Dear pembaca, Berbeda dengan penulis lain di luar sana, aku akan berterus terang mengenai akhir novel ini: bahagia. Tapi, kumohon, jangan desak aku untuk menceritakan awal ceritanya. Juga tentang siapa Sarah, siapa Jandro, dan apa yang menghubungkan mereka berdua. Aku juga tak akan melebih-lebihkan penjelasanku mengenai novel kesepuluhku ini. ‘All You Can Eat’ memang bukan cerita yang orisinal. Jadi, jangan terkejut saat mendapati ceritanya ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2018-04-02 11:05:09', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '66000', 'price_discount' => (int) 52800, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '9' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 15 => array( 'ProductBoughtRelation' => array( 'id' => '1069735475', 'product_id_source' => '2010000749036', 'product_id' => '2010000486450', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '48649', 'product_id' => '2010000486450', 'product_id_old' => '2010000022122', 'serie' => '', 'serie_id' => '0', 'name' => 'Langsung Jago Main Piano Otodidak', 'subname' => 'Panduan Praktis Jago Main Piano Tanpa Guru & Tanpa Kursus', 'edition' => null, 'date_release' => 'Mei 2012', 'date_calc' => '2012-05-01', 'date_available' => '2012-05-00', 'ean' => '9786021806517', 'string_x1' => 'Christian J. Monoach', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6021806514', 'code_x2' => '9786021806517', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Serambi', 'brand_id' => '54', 'price_min' => '25000', 'price_max' => '0', 'price_dollar' => '25000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => '6bf7d6f4bb115cefa8a10b90cc53c2e1.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '116', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Setipa dentingan piano selalu terdengar klasik dan sempurna, nada-nada khasnya sangat popular di telingan semua orang, tidak hanya menghipnotis, suara merdu dari tuts piano bahkan menjadi magnet tersendiri bagi semua orang, karena itulah banyak orang tertarik dan ingin segera jago memainkan alat music yang dipopulerkan oleh Bartolomeo Cristofori ini Buku “Langsung jago Main Piano Otodidak” hadir sebagai tutorial untuk semua orang supaya jago main piano tanpa mengalami ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2016-03-16 14:10:07', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '25000', 'price_discount' => (int) 18750, 'discount_pct' => '25', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 16 => array( 'ProductBoughtRelation' => array( 'id' => '1069735462', 'product_id_source' => '2010000749036', 'product_id' => '2010000460405', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:23' ), 'SearchCache' => array( 'id' => '46044', 'product_id' => '2010000460405', 'product_id_old' => '104368', 'serie' => '', 'serie_id' => '0', 'name' => 'Boy Sherlock Holmes #3: Vanishing Girl', 'subname' => '', 'edition' => null, 'date_release' => 'Mei 2012', 'date_calc' => '2012-05-01', 'date_available' => '2012-05-00', 'ean' => '9786029498165', 'string_x1' => 'Shane Peacock', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'NR-025', 'code_x1' => '6029498169', 'code_x2' => '9786029498165', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Noura Books', 'brand_id' => '6', 'price_min' => '63000', 'price_max' => '0', 'price_dollar' => '63000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'f38391486ff27a8d37bf48a629b4602d.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '140', 'dimension_y' => '210', 'dimension_z' => '30', 'weight' => '368', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ' London, Musim Dingin, 1867 Sherlock Holmes muda gagal mendapatkan pengakuan atas kemampuannya dalam memecahkan kasus pembunuhan bintang Trapeze karena ulah Lestrade Senior yang licik. Namun, itu tak membuat Sherlock menyerah. Kesempatan datang lagi. Kali ini, seorang gadis bangsawan menghilang tanpa jejak di Hyde Park. Demi mencarinya, Sherlock berkelana ke pinggiran London yang kumuh, ke tepi pantai nan jauh, bahkan ke sarang makhluk buas. Bayangan masa lalu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-07-06 15:08:28', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '63000', 'price_discount' => (int) 50400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => '21238581', 'product_id' => '2010000460405', 'category_id' => '89', 'store_id' => '3', 'rank' => '246', 'created' => '2018-02-11 03:21:18', 'modified' => '2018-02-11 03:21:18' ), 'Category' => array( 'id' => '89', 'name' => 'Fantasi', 'status' => 'active', 'parent' => '49', 'child_ids' => '89', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Fantasi', 'weight' => '0' ) ), (int) 17 => array( 'ProductBoughtRelation' => array( 'id' => '1069735470', 'product_id_source' => '2010000749036', 'product_id' => '2010000438305', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '43834', 'product_id' => '2010000438305', 'product_id_old' => '102179', 'serie' => '', 'serie_id' => '0', 'name' => 'Unforgettable', 'subname' => '', 'edition' => null, 'date_release' => 'Januari 2012', 'date_calc' => '2012-01-01', 'date_available' => '2012-01-00', 'ean' => '9789797805418', 'string_x1' => 'Winna Efendi', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'GA001644', 'code_x1' => '9797805417', 'code_x2' => '9789797805418', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gagas Media', 'brand_id' => '10', 'price_min' => '5000', 'price_max' => '0', 'price_dollar' => '5000', 'currency' => 'IDR', 'rating' => '4', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'a5b4fcaf96edd7e27bae7a1e2bac8430.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '140', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ' Ini adalah satu kisah dari sang waktu tentang mereka yang menunggu. Cerita seorang perempuan yang bersembunyi di balik halaman buku dan seorang lelaki yang siluetnya membentuk mimpi di liku tidur sang perempuan. Ditemani krat-krat berisi botol vintage wine yang berdebu, aroma rasa yang menguar dari cairan anggur di dalam gelas, derit kayu di rumah usang, dan lembar kenangan akan masa kecil di dalam ingatan. Pertemuan pertama telah menyeret keduanya masuk ke pusaran yang tak bisa ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2022-07-06 10:06:20', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '5000', 'price_discount' => (int) 4000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '2' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 18 => array( 'ProductBoughtRelation' => array( 'id' => '1069735465', 'product_id_source' => '2010000749036', 'product_id' => '2010000698747', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:23' ), 'SearchCache' => array( 'id' => '69878', 'product_id' => '2010000698747', 'product_id_old' => '2010000237373', 'serie' => '', 'serie_id' => '0', 'name' => 'Membuat Kerajinana dari Bambu', 'subname' => '', 'edition' => null, 'date_release' => '1994', 'date_calc' => '1994-00-01', 'date_available' => '1994-00-00', 'ean' => '2010190237375', 'string_x1' => 'SOEDJONO', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '0190237376', 'code_x2' => '2010190237375', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Titian Ilmu', 'brand_id' => '1944', 'price_min' => '14400', 'price_max' => '0', 'price_dollar' => '14400', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'ca74b06eeef549e2811dee081d106ca5.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '80', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-10-10 11:08:18', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '14400', 'price_discount' => (int) 11520, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 19 => array( 'ProductBoughtRelation' => array( 'id' => '1069735476', 'product_id_source' => '2010000749036', 'product_id' => '2010000691151', 'store_id' => '3', 'count' => '1', 'created' => '2022-03-15 05:30:24' ), 'SearchCache' => array( 'id' => '69119', 'product_id' => '2010000691151', 'product_id_old' => '2010000229767', 'serie' => '', 'serie_id' => '0', 'name' => 'Kitab Suci: Kiat Tahap Awal Belajar Stand Up Comedy Indonesia', 'subname' => '', 'edition' => null, 'date_release' => '0000-00-00', 'date_calc' => '0000-00-01', 'date_available' => '0000-00-00', 'ean' => '9789797943448', 'string_x1' => 'Ramon Papana', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9797943445', 'code_x2' => '9789797943448', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Media Kita', 'brand_id' => '12', 'price_min' => '48000', 'price_max' => '0', 'price_dollar' => '48000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'dea867dbed61c557f003bd2edb4b6db6.jpg', 'picture_old' => 'bd632f904733c8338b9a335a49a990a5.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '190', 'dimension_y' => '130', 'dimension_z' => '0', 'weight' => '144', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ' Bang Ramon sudah mengadakan lokakarya Stand Up Comedy di Indonesia sejak 1997. Kini, lewat sebuah buku, pengetahuannya dibagikan kepada orang yang ingin mengenal maupun memperdalam wawasan Stand Up Comedy. - Isman HS, Comic. Sebuah usaha dari Ramon Papana yang patut diberi keplok. Gile. ABCD-nya berkomedi dipretelin dengan gamblang dan asyik. Top, bro... - Krisna Purwana, Comedian. Berbagai macam jurus Stand Up Comedy yang terkandung dalam KITAB SUCI ini menjadi pegangan wajib ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2016-02-06 09:04:43', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '48000', 'price_discount' => (int) 38400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ) ) $availability = array( 'text' => 'Stock tidak tersedia', 'color' => 'product_status_red', 'qty' => '0' ) $promo_combined = array() $result = array( 'ProductBook' => array( 'id' => '2010000749036', 'EAN' => '9789797807542', 'code' => 'EM001008', 'name' => 'Pevita Pearce Our Notebook', 'subname' => '', 'brand' => 'ENTER!MEDIA', 'brand_id' => '3117', 'brand_discount_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'shipping_weight' => '136', 'weight_flag' => 'scaled', 'price' => '5000', 'price_dollar' => '5000', 'currency' => 'IDR', 'description' => '<p><strong>S</strong>ejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki.</p> <p>Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu?</p> <p>Bodoh! Bodoh! Bodoh!</p> <p>Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding.</p> <p>Kalimat ini masih menempel di ingatanku.</p> <p>“Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.”</p> <p>Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar.</p> <p>Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?”</p> <p>Jika aku hanya kenangan, jangan kembali!</p> <p>Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri.</p> ', 'eol' => 'no', 'product_group_id' => null, 'department_id' => '1', 'review_rating' => '0', 'review_count' => '0', 'review_count_1' => '0', 'review_count_2' => '0', 'review_count_3' => '0', 'review_count_4' => '0', 'review_count_5' => '0', 'sold' => '0', 'status' => 'active', 'isbn' => '9797807541', 'isbn13' => '9789797807542', 'date_release' => 'Oktober 2014', 'date_available' => '2014-10-00', 'serie_id' => '0', 'serie' => null, 'edition' => '', 'pages' => '0', 'tax' => 'include', 'status_available' => 'normal', 'redirect_ean' => null, 'data_source' => null, 'data_source_id' => null, 'data_source_updated' => null, 'created' => null, 'modified' => '2022-07-06 10:06:20', 'price_discount' => (int) 4000, 'discount_percent' => '20' ), 'Brand' => array( 'id' => '3117', 'name' => 'ENTER!MEDIA', 'name_web' => 'ENTER!MEDIA', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-07-15 14:52:46', 'modified' => '2014-07-15 14:52:53', 'department_id' => '1' ), 'SearchCache' => array( 'id' => '74926', 'product_id' => '2010000749036', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Pevita Pearce Our Notebook', 'subname' => '', 'edition' => '', 'date_release' => '2014-10-00', 'date_calc' => '2014-10-01', 'date_available' => '2014-10-00', 'ean' => '9789797807542', 'string_x1' => 'Pevita Pearce', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'EM001008', 'code_x1' => '9797807541', 'code_x2' => '9789797807542', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'ENTER!MEDIA', 'brand_id' => '3117', 'price_min' => '5000', 'price_max' => '0', 'price_dollar' => '5000', 'currency' => 'IDR', 'rating' => '0', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'fd5af5b3eb0b65b1031185d1b9dba457.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '136', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2022-07-06 10:06:20', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no' ), 'ProductCategory' => array( (int) 0 => array( 'id' => '87020', 'product_id' => '2010000749036', 'category_id' => '93', 'category_text' => ':: Buku :: Fiksi :: Romantis', 'category_ids' => '1,49,93', 'created' => '2017-04-18 10:58:18', 'modified' => '2017-04-18 10:58:18' ) ), 'ProductImage' => array( (int) 0 => array( 'id' => '832999', 'product_id' => '2010000749036', 'image' => 'fd5af5b3eb0b65b1031185d1b9dba457.jpg', 'weight' => '0', 'image_set_key' => null, 'image_set_id' => null, 'created' => '2023-05-29 17:52:53', 'modified' => null ) ), 'Detail' => array( 'language' => array( (int) 132 => 'Indonesia' ), 'format' => array( (int) 100 => 'Soft Cover' ), 'author' => array( (int) 66411 => 'Pevita Pearce' ) ) ) $rating = array( 'count' => (int) 0, 'rating' => (int) 0, 'count1' => (int) 0, 'count2' => (int) 0, 'count3' => (int) 0, 'count4' => (int) 0, 'count5' => (int) 0 ) $reviews = array() $first_image = array( 'id' => '832999', 'l1' => 'f', 'l2' => 'd', 'image' => 'fd5af5b3eb0b65b1031185d1b9dba457.jpg' ) $promo = array() $unavailable = false $meta = array( 'description' => 'Pevita Pearce Our Notebook - Oleh: Pevita Pearce - Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.” Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar. Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?” Jika aku hanya kenangan, jangan kembali! Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri. ', 'og:title' => 'Pevita Pearce Our Notebook - Oleh: Pevita Pearce', 'og:type' => 'book', 'og:image' => 'https://img.bukabuku.net/product/f/d/fd5af5b3eb0b65b1031185d1b9dba457.jpg', 'og:url' => 'https://www.bukabuku.com/browses/product/9789797807542/pevita-pearce-our-notebook.html', 'og:description' => 'Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.” Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar. Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?” Jika aku hanya kenangan, jangan kembali! Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri. ', 'twitter:title' => 'Pevita Pearce Our Notebook - Oleh: Pevita Pearce', 'twitter:description' => 'Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki. Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu? Bodoh! Bodoh! Bodoh! Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding. Kalimat ini masih menempel di ingatanku. “Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.” Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar. Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?” Jika aku hanya kenangan, jangan kembali! Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri. ', 'twitter:image' => 'https://img.bukabuku.net/product/f/d/fd5af5b3eb0b65b1031185d1b9dba457.jpg' ) $title_for_layout = 'Pevita Pearce Our Notebook - BukaBuku.com - Toko Buku Online' $url = 'browses/product/9789797807542/pevita-pearce-our-notebook.html' $no_discount = array( (int) 0 => (int) 2010001193678, (int) 1 => (int) 2010001181750, (int) 2 => (int) 2010001181767, (int) 3 => (int) 2010001181736, (int) 4 => (int) 2010001181743, (int) 5 => (int) 2010001166962, (int) 6 => (int) 2010001140221, (int) 7 => (int) 2010001139553, (int) 8 => (int) 2010001138846, (int) 9 => (int) 2010001137580, (int) 10 => (int) 2010001135500, (int) 11 => (int) 2010001135135, (int) 12 => (int) 2010001073796, (int) 13 => (int) 2010001081821, (int) 14 => (int) 2010001084686, (int) 15 => (int) 2010001106319, (int) 16 => (int) 2010001120469, (int) 17 => (int) 2010001121046, (int) 18 => (int) 2010001123521, (int) 19 => (int) 2010001124139, (int) 20 => (int) 2010001126324, (int) 21 => (int) 2010001127574, (int) 22 => (int) 2010001130055, (int) 23 => (int) 2010001132219, (int) 24 => (int) 2010001133490, (int) 25 => (int) 2010001157434, (int) 26 => (int) 2010001198611, (int) 27 => (int) 2010001207054 ) $add_to_cart = 'disabled' $price_display = 'disabled'include - APP/View/Browses/product_book.ctp, line 60 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 963 BrowsesController::product() - APP/Controller/BrowsesController.php, line 2268 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 110
| Ketersediaan | : | Stock tidak tersedia |
| Format | : | Soft Cover |
| ISBN | : | 9797807541 |
| ISBN13 | : | 9789797807542 |
| Tanggal Terbit | : | Oktober 2014 |
| Bahasa | : | Indonesia |
| Penerbit | : | ENTER!MEDIA |
Sejauh ini aku menyalahkan diriku atas kehilanganmu, tetapi cinta membuatku buta. Aku rela dipukul, ditampar, dihina, dan dicaci maki.
Sudah rendah sekali derajatku sebagai wanita. Tetapi, aku merasa pantas diperlakukan seperti itu?
Bodoh! Bodoh! Bodoh!
Aku tidak akan pernah lupa, ketika kamu mencekik leherku dan membenturkan kepalaku ke dinding.
Kalimat ini masih menempel di ingatanku.
“Kamu wanita yang paling aku tinggikan dan kini kamu yang membuatku hancur.”
Aku hanya bisa meneteskan air mata. Aku sendiri tidak menyadari air mataku itu tidak berhenti keluar.
Aku masih bertanya. “Apakah memang aku pantas mencinta orang yang memperlakukanku seperti itu?”
Jika aku hanya kenangan, jangan kembali!
Kadang mimpi tidak berjalan seperti yang kuinginkan. Tetapi, jawaban Tuhan lebih indah dari keinginanku itu sendiri.


