WC-ORDER rows
-
Hey Guys,
how can i show the tax for example in the class-wc-order.php
if ( $this->get_tax() ){
$total_rows[‘tax’] = array(
‘label’ => __( ‘Bruttowarenwert’, ‘woocommerce’ ),
‘value’ => $tax()
);
}
The topic ‘WC-ORDER rows’ is closed to new replies.