Per iniziare il debug probabilmente vorrai controllare se ottieni TRUE
o FALSE
torna da mysqli_query e controlla l'ultimo errore su false.
if(!mysqli_query($con,"INSERT INTO mytablename (MostImportantFeatures,ImportanceOfFreeDelivery) VALUES ($features,$importance_free_delivery)")) {
echo mysqli_error($con);
}