• Resolved bilinmeyen

    (@bilinmeyen)


    Hi,

    Is it possible to mention custom billing field in notification?

    I have custom field as “billing_branch”.

    Could you let me know the way to show this field in notifications?

    • This topic was modified 1 year, 9 months ago by bilinmeyen.
Viewing 1 replies (of 1 total)
  • Plugin Author rainafarai

    (@rainafarai)

    HOOKS IN WOO ORDER NOTIFICATION:

    we introduced 3 HOOKS so you can add things in message without changing the plug code

    Add to your function.php

    this example print ORDER ID before product list

    <?php function nftb_order_before_items($order_id){
            return "ORDER ID : ".$order_id; 
    #do your things here !!
        } ?php>
    • This reply was modified 1 year, 8 months ago by rainafarai.
Viewing 1 replies (of 1 total)
  • The topic ‘custom billing field’ is closed to new replies.