Hi Nikhil,
Sorry, but this code not working. I changed the file: woocommerce-delivery-notes\templates\print-order\print-content.php and I added the code to functions.php but won’t work.
This is my local pickup shipping method code:
<input type=”radio” name=”shipping_method[0]” data-index=”0″ id=”shipping_method_0_flexible_shipping_1_1″ value=”flexible_shipping_1_1″ class=”shipping_method” checked=”checked”>
I changed in your code: ( ‘local_pickup’ === $shipping_method_id ) to
( ‘shipping_method_0_flexible_shipping_1_1’ === $shipping_method_id )
or
( ‘flexible_shipping_1_1’ === $shipping_method_id )
but won’t work both.
Can you help me?
Thanks in advance,
Gabor