Skip to content
Blog Careers Google Partner 12+ Years · 5000+ Projects
Category

Category: All

Set minimum order amount in woocommerce
All

Set minimum order amount in woocommerce

Open Appearance> Theme editor> paste the code as below add_action( ‘woocommerce_check_cart_items’, ‘required_min_cart_subtotal_amount’ ); function required_min_cart_subtotal_amount() { // HERE Set minimum cart total…

October 29, 2021 1 min read
Read Article