Display Delivery Time on Invoice
-
Hello and thank you for a very nice plugin.
My question is;
I am currently using a plugin named WooCommerce Print Invoice & Delivery Note for invoices. To that, ive extended the information with another plugin named Delivery Time Picker for Shipping to customize the date you would want it delivered. The date you pick I would like to appear on my invoice. How is that possible?In the confirmation e-mail it would be very nice if it could be displayed.
I′ve noticed a post a year ago with a similar problem, that solved it by hardcoding this snippet into template.php:
<?php $delivery_date_label = get_option(‘orddd_delivery_date_field_label’); if ($order->order_custom_fields[$delivery_date_label][0] != ”) { ?> <div> <h3><?php _e(‘Delivery Date’, ‘woocommerce-pip’); ?></h3> <?php echo $order->order_custom_fields[$delivery_date_label][0]; ?> </div> <?php } ?>
Best regards,
Dan Christensen
https://www.ads-software.com/plugins/woocommerce-delivery-notes/
- The topic ‘Display Delivery Time on Invoice’ is closed to new replies.