Merge pull request #15686 from woocommerce/fix/15663

Add tax class and status to export
This commit is contained in:
Claudiu Lodromanean 2017-06-19 09:50:18 -07:00 committed by GitHub
commit c38d02b62b
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ class WC_Product_CSV_Exporter extends WC_CSV_Batch_Exporter {
'description' => __( 'Description', 'woocommerce' ),
'date_on_sale_from' => __( 'Date sale price starts', 'woocommerce' ),
'date_on_sale_to' => __( 'Date sale price ends', 'woocommerce' ),
'tax_status' => __( 'Tax class', 'woocommerce' ),
'tax_status' => __( 'Tax status', 'woocommerce' ),
'tax_class' => __( 'Tax class', 'woocommerce' ),
'stock_status' => __( 'In stock?', 'woocommerce' ),
'stock' => __( 'Stock', 'woocommerce' ),
'backorders' => __( 'Backorders allowed?', 'woocommerce' ),