Please see link below for with details…
https://www.ads-software.com/support/topic/error-when-updating-8?replies=2#post-7453624
https://www.ads-software.com/plugins/woocommerce-delivery-notes/
]]>When printing a delivery note it seemed to ignore the sequential numbering offered by the plugin and print the raw order number.
This plugin doesn’t appear to have been updated in the last 7 months… Is there going to be an update soon?
Thanks
Mark
https://www.ads-software.com/plugins/woocommerce-sequential-order-numbers/
]]>Newly installed “WooCommerce Print Invoice & Delivery Note” but
When i click on settings i get a message as “Cannot load woocommerce” on a white page.
So, I want to hide/delete/disable these items from the delivery note. With my limited PHP knowledge, I am not able to accomplish it. Anybody has an idea on how to do this?
https://www.ads-software.com/plugins/woocommerce-delivery-notes/
]]>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/
]]>