• Dear Support,

    I am failing to echo the “thank you” payment instructions, which are defined in the payment methods woocommerce backend, on a custom PDF-template.

    I have tried both of theese hooks:
    <?php do_action(‘woocommerce_pdf_payment_instructions’, $this->type, $this->order ); ?>

    <?php do_action( ‘woocommerce_thankyou_’ . $wpo_wcpdf->export->order->payment_method, $wpo_wcpdf->export->order->id ); ?>

    But they do not plot any the information.

    This is just for some payment methods, but I will work on that logic separately.

    Any help on how to proceed here?

    Thanks,

Viewing 1 replies (of 1 total)
  • Plugin Contributor Darren Peyou

    (@dpeyou)

    Hi @alvaroms,

    Could you show us a screenshot(s) of what you are trying to show on your custom invoice? You can use a service like imgbb.com
    Thanks in advance!

Viewing 1 replies (of 1 total)
  • The topic ‘Fail to add payment information on templates’ is closed to new replies.