Viewing 1 replies (of 1 total)
  • Hi,

    You can do this by overriding one of the templates in the plugins directory (/woocommerce-delivery-notes/templates/print-order).

    In this case you can copy print-content.php to /your-theme/woocommerce/templates/print-order/print-content.php.

    There you can easily modify it to what you require to be. I made a gist that does what you need for example: https://gist.github.com/davidmosterd/26876afb2a98fc1a945e

    If you don’t want to change the template, you can also use some custom CSS to solve this.

    Let me know if that works out for you ??

Viewing 1 replies (of 1 total)
  • The topic ‘Shipping Address Position’ is closed to new replies.