get_row("SELECT * FROM ".$wpdb->prefix."alfieliate_products WHERE product_id = '".$product_id."'", ARRAY_A); ?>

Go back
Over here you can edit the text of a particular product.
Productname
Url
Imageurl
Price
Description
prefix."alfieliate_products SET product_name = '".$product_name."', producturl = '".$producturl."', imageurl = '".$imageurl."', price = '".$price."', description = '".$description."', allow_update = '0' WHERE product_id = '".$product_id."'"; $wpdb->query($sql); if($action == "Save and go back to overview") { wp_redirect("admin.php?page=alfie-feed-plugin&manage=".$s_id); } else { wp_redirect("admin.php?page=alfie-feed-plugin&manage=".$s_id."&pid=".$product_id); } } endif;?>