• Resolved Joseph Isaac

    (@joseph603i)


    Hi,
    I want to display the shipping method in the delivery note in WooCommerce Print Invoice & Delivery Note. This will enable when the order is packed we can see if it is standard or express delivery. Could you please tel me what code to add to do this, if it is possible?

    Thank you, Joseph

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support kenil802

    (@kenil802)

    Hi @joseph603i,

    Regarding the query, to include the shipping method in the delivery note, you have to make changes to the template in the print-content.php file which is located at \woocommerce-delivery-notes\templates\print-order\print-content.php. You can include the shipping method there.

    Please let us know if you have any further queries.

    Regards,
    Kenil Shah

    Hi! @joseph603i if it helps I used this code in the print-content.php

    <h2>Shipping method<?php echo $order->get_shipping_method() ?></h2>

    I suppose you can paste in whatever part of the page you need it.

    • This reply was modified 4 years, 4 months ago by BACP.
    • This reply was modified 4 years, 4 months ago by BACP.
    • This reply was modified 4 years, 4 months ago by BACP.
    Thread Starter Joseph Isaac

    (@joseph603i)

    Thank you. I will try this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Shipping Method in Delivery Note’ is closed to new replies.