• Resolved perolf

    (@perolf)


    I love the unclutterness of the PDF invoice but I have 2 suggestions to make the invoice more complete…

    1. Add the SHIP TO address to the invoice. So the customer can see the Billing address and the Ship to address.

    2. For Products ordered, show the unit price, qty ordered, extended price. The customer should not have to calculate the individual price per item.

    Thanks
    Phil

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

    (@pomegranate)

    Hi Phil,
    Thanks for the feedback! There’s already a setting to show the ship to address on the invoice, which will do so if it differs from the billing address. You can find this setting under WooCommerce > PDF Invoices > Documents > Invoice > Show shipping address. If you would like to show this regardless of whether it differs from the billing address, you can do this with a filter:

    
    add_filter( 'wpo_wcpdf_ships_to_different_address', '__return_true' );
    

    Read this if you haven’t worked with functions.php or code snippets like this before: How to use filters.

    For the second question, this is a feature of one of our paid extensions, the Premium Templates extension. This lets you configure the prices to display for both the line items and the columns exactly how you would like to see it. More information: Using the customizer.

    Thread Starter perolf

    (@perolf)

    Got it….thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Added Features’ is closed to new replies.