plugin development - Woocommerce extend tax report with custom column

admin2025-01-07  4

Within Woocommerce Admin Analytics reports, inside the tax section i would like it to a custom columns. How do i go about adding this into my reports?

Picture example below of what i would like: customs columns - Date, sales etc....

These are the current columns we have, the default ones.

Within Woocommerce Admin Analytics reports, inside the tax section i would like it to a custom columns. How do i go about adding this into my reports?

Picture example below of what i would like: customs columns - Date, sales etc....

These are the current columns we have, the default ones.

Share Improve this question edited May 20, 2020 at 13:49 YxngLBZ asked May 19, 2020 at 17:53 YxngLBZYxngLBZ 233 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

In this case you may consider using the WooCommerce Admin extension. WC-Admin reports are extendable so it is possible to customize them and even create new ones from scratch. You'll find some code examples and guidelines in the official extensions repo:

https://github.com/woocommerce/woocommerce-admin/tree/master/docs/examples/extensions

Check the add-report to create a new report and the table-column to add new columns to an existing one.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736258366a507.html

最新回复(0)