Title: function.php woocommerce and bootstrap
Last modified: August 31, 2016

---

# function.php woocommerce and bootstrap

 *  [cocacooler](https://wordpress.org/support/users/cocacooler/)
 * (@cocacooler)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/functionphp-woocommerce-and-bootstrap/)
 * Hi all,
 * I have two questions, hope someone can help me.
 * 1)
    sudo : add filter -> function override checkout feilds -> Condition -> unset-
   > return
 *     ```
       add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
       function custom_override_checkout_fields( $fields ) {
       	if( $fields['billing']['customertype'] == "selectfromdropdownboxvalue" ) {
   
       		unset($fields['billing']['customer123']);
       	}
       			return $fields;
   
       }
       ```
   
 * my question is, how can i get the value 1 or 2 from the dropdown box ? what should
   i be looking for ?
 * section question is, can i manupulate the bootstrap colums from functions.php?

The topic ‘function.php woocommerce and bootstrap’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [cocacooler](https://wordpress.org/support/users/cocacooler/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/functionphp-woocommerce-and-bootstrap/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
