• Resolved Hergé

    (@rguilbert)


    Greetings!
    I use this amazing plugin for a long time. Without issue. Thanks!
    Just a small remark not very important:
    When we copy and past the customer’s email like:
    [email protected]
    The email is on 2 lines in pdf :
    my-
    [email protected]
    So, in this case the copy and paste doesn’t work. After past, we have (whitout “-“):
    myverylongemail
    @mygreatwebsite.com
    Thanks again,
    Happy new year 2019!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor kluver

    (@kluver)

    Hi @rguilbert,

    You can play around a bit with the width of those table cells and see if you can find a layout that works for you:

    add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' );
    function wpo_wcpdf_custom_styles() {
    	?>
    	td.billing-address { width:40%; }
    	td.shipping-address { width:20%; }
    	td.order-data { width:40%; }
    	<?php
    }

    This code snippet should be placed in the functions.php of your child theme or added with a plugin like Code Snippets. If you haven’t worked with code snippets or functions.php before please read this: How to use filters

    • This reply was modified 6 years, 2 months ago by kluver.
    Thread Starter Hergé

    (@rguilbert)

    WoooW, thank you very much for your quick answer!
    I will add this in the snippets plugin.
    I will keep you informed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Copy and Past email from pdf’ is closed to new replies.