Overview In a recent tutorial I explained how one can add custom fields to the WooCommerce checkout. However, adding custom fields to the checkout don't fully enable them in the admin user profile …
How to save WooCommerce custom checkout fields with the wordpress user meta
Overview: In a previous post - How to reconfigure and rearrange WooCommerce checkout fields – Part 1, I explained the process of creating custom fields that can be used on the WooCommerce checkout …
Continue Reading about How to save WooCommerce custom checkout fields with the wordpress user meta →
How to reconfigure and rearrange WooCommerce checkout fields – Part 2
Rearranging WooCommerce Checkout Fields To rearrange the woocommerce checkout fields which include any custom fields we will need to override form-billing.php by copying it out from the …
Continue Reading about How to reconfigure and rearrange WooCommerce checkout fields – Part 2 →
How to reconfigure and rearrange WooCommerce checkout fields – Part 1
In this tutorial I'll talk about reordering WooCommerce checkout fields using php which also include custom WooComerce fields. The solution had worked for me for WooCommerce 2.x and works on the …
Continue Reading about How to reconfigure and rearrange WooCommerce checkout fields – Part 1 →