Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Balakrishnan-flycart/a1a5a02cbaa8bb16e85e3d9834fc50eb to your computer and use it in GitHub Desktop.
Save Balakrishnan-flycart/a1a5a02cbaa8bb16e85e3d9834fc50eb to your computer and use it in GitHub Desktop.
Discount Rules v2: Cart page compatible with Elementor plugin
add_action('woocommerce_before_cart', function (){
if (!WC()->cart->is_empty()){
WC()->cart->calculate_totals();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment