Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created November 4, 2025 12:12
Show Gist options
  • Save xlplugins/b7040d6073f53dab7624a476933ffc1c to your computer and use it in GitHub Desktop.
Save xlplugins/b7040d6073f53dab7624a476933ffc1c to your computer and use it in GitHub Desktop.
Funnelkit Cart: Display Save Price without round off
add_filter( 'fkcart_cart_item_saving_decimal_precision', function() {
return 2; // Show up to 2 decimals
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment