-
Created a topic, Looks really nice!, on the site WordPress.org Forums:
Actually it provides every function I need. 5 stars! -
Posted a reply to [WooCommerce] Hide some of the shipping when free shipping is active, on the site WordPress.org Forums:
Hi. when rate shipment is active you wanna hide free shipping? And when free shipping… -
Posted a reply to [WooCommerce] Hide some of the shipping when free shipping is active, on the site WordPress.org Forums:
Add this code in function.php: add_filter( 'woocommerce_package_rates', 'nascondi_spese_se_gratis', 10, 2 ); function nascondi_spese_se_gratis( $rates, $package…