Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter madhushanr

    (@madhushanr)

    Hi @chetnapatel

    Thanks for your detailed reply. I tried editing the

    Delivery date field is set as “Delivery/Pickup Date” in the plugin settings and I’m trying to get the Delivery date just below the Payment Method. And this is how template code is capturing the Payment Method. Can I use something similar to capture the Delivery date also?

    <tr class=”payment-method”>
    <th><h3><?php _e( ‘Payment Method:’, ‘woocommerce-pdf-invoices-packing-slips’ ); ?></h3></th>
    <td><?php $this->payment_method(); ?></td>
    </tr>

    Thanks in advance!

Viewing 1 replies (of 1 total)