Category Archives: WooCommerce Tutorials
Removes Product Short Description Box from WooCommerce Product Edit Screen
One of the site I do not need the product short description meta box. Therefore [...]
[Advanced Woo Search] Displays SOLD instead of Out Of Stock Status
Advanced Woo Search – powerful live search plugin for WooCommerce. Just start typing and you will [...]
Remove image Zoom Effect on WooCommerce products in Beaver Builder Theme
By default images displayed on WooCommerce product pages have a zoom effect. An image will [...]
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 [...]
