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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -