Feature Requests
-
Export_Generator class, format_decimal() method fix
We’ve got some fatal errors using this plugin with PHP 8.0. Export_Generator class, format_decimal() method, line 325 returned some fatal errors when $number is a string. Previous PHP version returned a warning. Maybe you could change this line: return number_format( $number, $decimal_points, $decimal_separator, $thousands_separator ); with this one: return number_format( (float)$number, $decimal_points, $decimal_separator, $thousands_separator ); […]- 0 comments
-
Open
-
the latest version does not allow exports from dashboards that are not in English
I am using a Hebrew dashboard for WP and always there was no problem exporting csv’s. Now on your latest version it is not possible to export unless changing the WP dashboard to English. this started few weeks ago.- 0 comments
-
Open
-
HPOS compatibility
The new HPOS tables are coming more and more to maturity. as we are nearing the release of WooCommerce 8.0. Is there already a forecast for when the plugin will be compatible with the HPOS tables…? See also: https://developer.woocommerce.com/roadmap/high-performance-order-storage/- 0 comments
-
Open