remove sorting option from woocommerce product listing page
<?php // Remove sorting on product listing page remove_action('woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30); ?>