Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    hello,

    we will add this to our todo list.

    Thanks.

    Thread Starter gazzamit

    (@gazzamit)

    Thanks,

    I have found temporarily that if I delete [ ‘meta’ ] from line ~278 in wpi_ajax.php I get the custom invoice id in the emails.

    orig:
    $invoice_id = ( !empty( $invoice[ 'custom_id' ][ 'meta' ] ) ? $invoice[ 'custom_id' ][ 'meta' ] : $invoice[ 'invoice_id' ] );

    new:
    $invoice_id = ( !empty( $invoice[ 'custom_id' ]) ? $invoice[ 'custom_id' ] : $invoice[ 'invoice_id' ] );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Request: add %custom_invoice_id%’ is closed to new replies.