wordpress - how to clear woocommerce checkout fields after place order? -


how clear chekcout fields in woocommerce after placing order, when registered customer makes his/her next order, he/she has fill fields again?

just need add single line in child theme's functions.php

add_filter('woocommerce_checkout_get_value','__return_empty_string',10); 

Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -