• Resolved mrfmttm

    (@mrfmttm)


    Hello,

    Is there any way I can add billing fields, eg. First name, Last name etc…
    to an email with html?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Tomasz WP Desk

    (@tomaszwp)

    Hello @mrfmttm

    Fields can be shown in the email template using PHP code. More information is available in our documentation.
    Displaying values of fields using custom PHP code

    Thread Starter mrfmttm

    (@mrfmttm)

    hello @tomaszwp

    Thanks for your reply.
    for clarity whereabouts do i put this code?
    Do I add it to the theme PHP file or can i put it directly into a html editor on my email?

    Plugin Support Tomasz WP Desk

    (@tomaszwp)

    Hello @mrfmttm

    The code should be pasted into the selected email template.

    New order – admin-new-order.php
    Cancelled order – admin-cancelled-order.php
    Failed order – admin-failed-order.php
    Order on-hold – customer-on-hold-order.php
    Processing order – customer-processing-order.php
    Completed order – customer-completed-order.php
    Refunded order – customer-refunded-order.php
    Customer invoice – customer-invoice.php
    Customer note – customer-note.php
    Reset password – customer-reset-password.php
    New account – customer-new-account.php

    Plugin Support Tomasz WP Desk

    (@tomaszwp)

    I am marking this topic as resolved as we have not received any new replies.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to display a billing field on a email using code.’ is closed to new replies.