• Resolved wickywills

    (@wickywills)


    I am using Woocommerce 3.2.6, have created a few custom fields, and they work fine, however the “Priority” setting seems to have absolutely no effect on the order of the fields. I am using something like the following:

    
    $checkout_fields['billing']['personnummer'] = array(
    	'type' => 'text',
    	'label' => 'Personnummer',
    	'placeholder' => '',
    	'priority' => 10
    );
    
    $checkout_fields['billing']['invoice'] = array(
    	'type' => 'text',
    	'label' => 'Invoice',
    	'placeholder' => '',
    	'priority' => 20
    );
    

    I have been trying to change the priority on both fields to try and affect the order in some way, however it seems like it is being ignored. Am I missing something?

    • This topic was modified 8 years, 1 month ago by wickywills.
    • This topic was modified 8 years, 1 month ago by wickywills.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Checkout field priority setting not doing anything’ is closed to new replies.