WooCommerce Local Pickup Date Field | WooCommerce Pickup Date
// 1. Show pickup date after shipping & before tax/totals add_action(‘woocommerce_review_order_after_shipping’, ‘custom_pickup_date_field’); function custom_pickup_date_field() { $tomorrow = date(‘Y-m-d’, strtotime(‘+1 day’)); ?> *Continue reading