Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,156,178 members, 7,829,224 topics. Date: Wednesday, 15 May 2024 at 09:57 PM

Change The Order Of Checkout Fields In Woocommerce - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Change The Order Of Checkout Fields In Woocommerce (90 Views)

Adding Custom Checkout Fields To Your Woocommerce Store. / How To Add New Desired Fields In Your Signup Form For Registration? / How To Add Adsense In Woocommerce (2) (3) (4)

(1) (Reply)

Change The Order Of Checkout Fields In Woocommerce by yourblogcoach1(m): 10:10pm On Feb 09
Want to change the position of the email and phone field of the billing address at the top of the checkout form? No problem.

With a few lines of code, you can change the order of WooCommerce checkout fields and create a seamless flow. See the following code example.


function custom_checkout_fields_order($fields) {
// change the email and phone field position at top
$fields['billing']['billing_email']['priority'] = 5;
$fields['billing']['billing_phone']['priority'] = 6;

return $fields;
}

add_filter('woocommerce_checkout_fields', 'custom_checkout_fields_order');


There are more scenarios and examples you can check here https://yourblogcoach.com/change-the-order-of-checkout-fields-in-woocommerce/

(1) (Reply)

Embracing The Climb: Challenges Faced By Beginner Python Programmers / What Is Non Functional Testing? / Cardova Apache App Developer Needed

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 5
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.