Calculated distance shipping cart fee via Google API in WooCommerce
问题 So, I have written a piece of code after getting some help from SO and internet. I want to add a fees to the cart by calculating the distance between the vendor's location ( billing_city ) and customer's area via Google Maps API Distance-Matrix . Here, I use a dropdown after billing form to get the area of customer. I am having problem of getting the value from cookies and pass the variable to next function. FYKI, I have inserted this code into my child theme functions. add_action( 'wp_footer