Fail to add payment information on templates
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Fail to add payment information on templates’ is closed to new replies.