Notice (8): Trying to get property of non-object [CORE/app/controllers/products_controller.php, line 74]
$ASIN = "B001A1TSJW" $element = "CustomerReviews" $OfferPage = 0 $ReviewPage = 1 $items = array()
$items = $this->Product->get_item_details(array('ItemId'=>"$ASIN",'ReviewPage'=>$ReviewPage, 'OfferPage'=>$OfferPage)); $this->set('item',$items->Items->Item);
$items = $this->Product->get_item_details(array('ItemId'=>"$ASIN",'ReviewPage'=>$ReviewPage, 'OfferPage'=>$OfferPage));
$this->set('item',$items->Items->Item);
ProductsController::details() - CORE/app/controllers/products_controller.php, line 74 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333 [main] - CORE/app/webroot/index.php, line 85
Books