Skip to content
Advertisement

WooCommerce: Hide other shipping methods except local pickup when free shipping is available

I do not want to hide Local Pickup when free shipping is available. Removing local pickup makes no sense, but I cannot figure out how to not remove it using the official code.

JavaScript

This is my attempt in removing flat_rate1 since that is, for me, the paid option. Again, I want to keep FREE shipping and LOCAL pickup.

JavaScript

Advertisement

Answer

To hide all shipping methods except local pickup and free shipping methods when free shipping is available, use the following:

JavaScript

Code goes in functions.php file of the active child theme (or active theme). Tested and works.

Related:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement