ΑΦΜ, ΔΟΥ, δραστηριότητα στο email παραγγελίας

[ad_1]

καλημερα , προσθεσε στο wc-timologia.php , πριν την προτελευταια function tfwc_plugin_meta στην γραμμη 293

add_filter( 'woocommerce_email_order_meta_fields', 'custom_woocommerce_email_order_meta_fields', 10, 3 );

function custom_woocommerce_email_order_meta_fields( $fields, $sent_to_admin, $order_obj ) {
$is_timologio = get_post_meta( $order_obj->get_order_number(), '_billing_timologio', true );
if ( $is_timologio == 'Y' ) {
$fields['billing_timologio'] = array(
'label' => __('DOCUMENT', 'TEXT_DOMAIN'),
'value' => 'INVOICE',
);
$fields['billing_vat'] = array(
'label' => __( 'VAT', 'TEXT_DOMAIN' ),
'value' => get_post_meta( $order->id, '_billing_vat', true ),
);
$fields['billing_irs'] = array(
'label' => __( 'IRS OFFICE', 'TEXT_DOMAIN' ),
'value' => get_post_meta( $order->id, '_billing_irs', true ),
);
$fields['billing_store'] = array(
'label' => __( 'OCCUPATION', 'TEXT_DOMAIN' ),
'value' => get_post_meta( $order->id, '_billing_store', true ),
);
return $fields;
}
}

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer