michal.siman - it will be problem because in listBasket() function there is no getting data from products. Maybe use $aProducts = $oFF->throwArraySmall( DB_PRODUCTS, 0, 5 ); before for in listBasket() function and in for check array like if( isset( $aProducts[$aList['iProduct']] ) ){}. And if $aProducts[$aList['iProduct']] == 0 then change color to gray and if 1 then stay like it is.