• Hello,

    Is it possible to add a date to the PDF on what day the PDF was created?
    If so…, how can it be done.
    I thinks this comes in handy when there are price changes.

    Best regards,

    Carmelo

Viewing 1 replies (of 1 total)
  • Plugin Author David Jensen

    (@dkjensen)

    Hello

    Yes

    First, copy the PDF template from the plugin folder wc-cart-pdf/templates/cart-table.php into your child theme folder child-theme/woocommerce/wc-cart-pdf/cart-table.php

    Then where you would like to add the date, you can use the following code

    <?php echo date( 'F j, Y, g:i a' ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Add date to PDF’ is closed to new replies.