Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created May 9, 2024 07:46
Show Gist options
  • Save braddalton/415bc48fd5aba2366fb89257e7a6d3c5 to your computer and use it in GitHub Desktop.
Save braddalton/415bc48fd5aba2366fb89257e7a6d3c5 to your computer and use it in GitHub Desktop.
Different Fees Based on Country and Total Value in WooCommerce https://wpsites.net/product/country-based-fees-based-on-cart-total-at-checkout-in-woocommerce/
'US' => array(
'default_fee' => 100,
'over_threshold_fee' => 5,
'under_threshold_fee' => 10
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment