buggfx
Forum Replies Created
-
Same here, happened immediately after updating WooCommerce Admin to 0.23.0
Yep. Confirmed working again here on 3.5.3 as well.
Thanks guys! =)
Forum: Plugins
In reply to: [WooCommerce] Orders page bug after WordPress 5.0.2 UpdateExcellent, thank you! I can live with the bug in the meantime, I’m just glad there isn’t some other underlying issue (aka: I broke something). =D
- This reply was modified 7 years, 5 months ago by buggfx.
Same here, this was functioning properly yesterday.
Here’s how I fixed this:
Edit the plugin file “public/class-dc-moafw-public.php” and look on lines 134, 136, 149, 151, 165, and 177.
On each of these lines you will see a function call similar to:
number_format($minimum_cart_total, 2, ',', '.'),Remove the last two function arguments, for example:
number_format($minimum_cart_total, 2),Forum: Fixing WordPress
In reply to: Empty page fields repopulate when clicking UpdateI’m going to try contacting them today to find out if they’ve seen this before. I’m not sure if it’s caching, any field that actually has data will update, but the ones left empty retain their old values… all in a single transaction. It’s like PHP is ignoring the empty fields.
Oddly enough, I can change the page parent back to None using the Quick Edit option. I also can empty fields and see the proper result using the Preview option, but as soon as I click Update they revert to the last value.
Forum: Fixing WordPress
In reply to: Empty page fields repopulate when clicking UpdateYes, the problem persists on a fresh install with the 2016 theme before any plugins are installed.
I created the exact same setup on a local WampServer installation and it works properly so I feel like this must be related to some sort of server configuration but I don’t know where to look.