Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author FullStack-ing

    (@fullstackhouse)

    Hi!
    You can use this filter wc_smart_cod_fee_title

    e.g:

    add_filter( 'wc_smart_cod_fee_title', 'change_cod_title' );
    
    function change_cod_title() {
        return 'my title';
    }
    
    Thread Starter korchie

    (@korchie)

    Got it! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘edit “Additional Handling Fee For COD” message’ is closed to new replies.