I set this actions:
add_action( ‘woocommerce_checkout_process’, ‘wc_minimum_order_amount’ );
add_action( ‘woocommerce_before_cart’ , ‘wc_minimum_order_amount’ );
Min order is the Wooocmmerce functionality, please refer to the documentation, as far as I remember there is an option to set the minimum order without any customization and inserting the code.
If you have any questions please feel free to contact us.
I set this actions:
add_action( ‘woocommerce_checkout_process’, ‘wc_minimum_order_amount’ );
add_action( ‘woocommerce_before_cart’ , ‘wc_minimum_order_amount’ );