• Resolved Mohsin

    (@mohsindigitalpoin8)


    Hi….
    I’m using your plugin its awesome.

    I have a problem, when we submit our order we recieve a email, there is lots of space between words,
    for example,

    In formmatting there is lots of space due to which words goes hidden when we print it and now I want to know how to reduce the space between them

    Thanks in advanced…

    https://wordpress.org/plugins/wppizza/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ollybach

    (@ollybach)

    just edit the templates

    Thread Starter Mohsin

    (@mohsindigitalpoin8)

    Thanks for you reply ….
    i already edit the wppizza-order-email-plaintext.php file
    but in this file you have the following code.
    <?php
    /****************************************************************************
    *
    * [customer details: whatever fields where enabled on order page]
    *
    ****************************************************************************/
    echo $emailPlaintext[‘customer_details’];
    ?>
    if you echo $emailPlaintext[‘customer_details’];
    you receive lot of spaces with customer details.
    how to fix it …
    please check link
    plz help …

    Plugin Author ollybach

    (@ollybach)

    just do a str_replace or preg_replace or something along those lines

    by default the plaintext emails are formatted (mostly) so a line has no more than 74 characters with the total price right aligned (as much as that is possible with plaintext emails anyway)

    alternatively, you could of course just set the used mail function to phpmailer and use html (all depends on your situation)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Email formating error’ is closed to new replies.