• Resolved webharvest

    (@webharvest)


    Is there a way to add the Customer Payment Page Link to the PDF Invoice. I have the link in my woocommerce invoice email but it would be nice if the pdf had the link as well.

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Bas Elbers

    (@baaaaas)

    Something like below should work.

    <a href="<?php echo $order->get_checkout_payment_url(); ?>"><?php _e( 'Pay now', 'woocommerce-pdf-invoices' ); ?></a>

    I’ve created an issue also.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Customer Payment Page Link to PDF Invoice’ is closed to new replies.