HI @flinnn,
WOW! I did not expect such a rapid fix. I installed the development version and it appears to be working now with the Polylang plugin installed. Thank you so much Jonas! 🙌
Cheers,
J
Hey, not sure if this is actually your issue but thought I’d share what I ran into. I tried all the trouble shooting steps but no bueno. My crowdfund bar was stuck at 0% too, and I eventually tracked it down to the Polylang integration file (class-wcdp-polylang.php, the product_revenue method I think?). The query in there seems to join against the wp_posts table and look for wc-completed status, but if HPOS is turned on, orders don’t actually live in wp_posts anymore — they’re in wc_orders. So the sum apparently comes back as 0, and since it runs through the wcdp_update_product_revenue filter it seems to overwrite the correct value the main plugin already calculated. Could be totally off base but might be worth checking if you’ve got Polylang and HPOS both enabled? That combo fixed it for me once I worked around it.