Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Last active October 30, 2023 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiR-DanieL/7be220862d236fc51c5e69e32b19fdf4 to your computer and use it in GitHub Desktop.
Save SiR-DanieL/7be220862d236fc51c5e69e32b19fdf4 to your computer and use it in GitHub Desktop.
Calculate Shipping After Discounts with Table Rate Shipping
<?php
add_filter( 'woocommerce_table_rate_compare_price_limits_after_discounts', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment