• Resolved Fabricio10

    (@fabriciobarros10)


    the wocomerce does not show the title of the information collected from the customer and this makes the invoice confusing. how do I show the description of the information before the data on the invoice?

    ex:
    Name:
    Street:
    Address:
    telephone:

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    The easiest way to do this is with our Professional extension, this will allow you to set a custom address format and include those titles in front of the data:
    Changing the address format

    If you want to do this with the free version you’ll have to replace the current billing address with data that you pull directly from WooCommerce for example:

    
    Name: <?= $order->get_formatted_billing_full_name(); ?>
    Address: <?= $order->get_billing_address_1(); ?>
    etc.
    
    Thread Starter Fabricio10

    (@fabriciobarros10)

    @pomegranate
    I have the premium extension, but I don’t know how to change it, the help link is confusing. Can you tell me which file should I change?

    Thread Starter Fabricio10

    (@fabriciobarros10)

    ?? ??

    Plugin Contributor Ewout

    (@pomegranate)

    www.ads-software.com does not allow us to use these forums for supporting our paid extensions, but if you send an email to [email protected] (including your license key to expedite the process), we’ll do our best to help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘description title’ is closed to new replies.