_priceObj->getNeighborPrice( $this->_getData('id'), App_ECommerce_ShippingPrice_Admin_Obj::NEXT_DIRECTION ); if (empty($errors['endQuantity']) && $nextPrice && $data['endQuantity'] > $nextPrice['endQuantity'] - 1) { $errors['endQuantity'] = str_replace('%value%', $nextPrice['endQuantity'], $this->_notRecommendedEndQuantity); } return (empty($errors)) ? true : $errors; } }