Category Archives: WP Tutorials

Woocomnerce Limit Purchase value before proceed checkout

ut this code in your current theme function.php file. METHOD 1: add_action( 'woocommerce_check_cart_items', 'spyr_set_weight_requirements' ); [...]

Set minimum order amount ($) based on Shipping Zone in WooCommerce and disable checkout page if it is not met

// Set a minimum amount of oder based on shipping zone before checking out add_action( [...]

Add custom tax value at woocommerce checkout

The WC_Customer get_shipping_country() doesn't accept any country code as you are getting a country code. So you need to set [...]

How to add a surcharge based on the delivery of state?

Write some new code for it…I'll do it for you this time: add_action( 'woocommerce_cart_calculate_fees','woocommerce_custom_surcharge' ); [...]

Different Minimum Order Amounts Based on Shipping Zone

I am trying to implement a different minimum order requirement based on the shipping zone [...]

Prevent access to checkout without shipping method in WooCommerce

You should better try with the “Chosen shipping method” from WooCommerce session like: function disable_checkout_button_no_shipping() [...]

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.