Created
November 4, 2025 12:12
-
-
Save xlplugins/b7040d6073f53dab7624a476933ffc1c to your computer and use it in GitHub Desktop.
Funnelkit Cart: Display Save Price without round off
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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