On a website using USD and WooCommerce Subscriptions, a weird error showed up. After doing a bit of research, I found out that orders above $999.99 were showing as $1 on the Cart and Checkout page. Pretty weird! Here’s how I fixed it.
WooCommerce: Fix for Wrong Order Total
Where to add custom code?
You should place custom PHP in functions.php and custom CSS in style.css of your child theme: where to place WooCommerce customization?
This code still works, unless you report otherwise. To exclude conflicts, temporarily switch to the Storefront theme, disable all plugins except WooCommerce, and test the snippet again: WooCommerce troubleshooting 101
Thanks Rodolfo,
Simple fix for a frustrating problem, i was searching for a while for a solution to this problem. Thanks for posting!
Thanks for your feedback John! Much appreciated 🙂