Title: Place under billing  section
Last modified: August 31, 2016

---

# Place under billing section

 *  Resolved [johnegg](https://wordpress.org/support/users/johnegg/)
 * (@johnegg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/)
 * Hi guys
 * Great plugin! Just a question, its appearing under the shipping section. How 
   do I place it at bottom of billing section? Makes more sense as people who don’t
   click “Ship to a differnt address” wont see it on right hand side.
 * cheers
    john
 * [https://wordpress.org/plugins/woocommerce-hear-about-us/](https://wordpress.org/plugins/woocommerce-hear-about-us/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [PieterC](https://wordpress.org/support/users/siteoptimo/)
 * (@siteoptimo)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/#post-7134530)
 * Hi John,
 * Thank your for using our plugin (and giving feedback).
 * We’ve debated interally about the position of the field at the design phase of
   the plugin. We decided to position it right under the ‘order notes’, since that’s
   the most logical place. It has nothing to do with payment or addresses and every
   theme has it’s own variation of positioning the elements.
 * You’re the first to ask, but I can imagine that in some situations it could come
   in handy to move the field.
 * We’re willing to look into this feature and will be putting it on or “maybe”-
   list for our next release. Are there any other users who think this would come
   in handy? We welcome to bump this topic.
 * So for now, it’s not a yes yet, but a maybe, depending on how much time we can
   spend on it the coming months. (a better way of reporting is higher on our todo-
   list)
 * Regards,
 * Pieter
 *  Thread Starter [johnegg](https://wordpress.org/support/users/johnegg/)
 * (@johnegg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/#post-7134543)
 * Thanks Pieter. Im surprised noone else has asked! 🙂 From a usability perspective&
   flow of checkout (if not clicking another address) it makes perfect sense as 
   your going down the checkout page.
 * Any way I can unhook it & place it at bottom now without editing core files? 
   Sorry but we are launching on monday! 🙂
 * cheers
    john
 *  Plugin Author [PieterC](https://wordpress.org/support/users/siteoptimo/)
 * (@siteoptimo)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/#post-7134551)
 * Hi John,
 * We’ll look into it tomorrow morning (09 AM CET).
    (Sick kid to take care of for
   now)
 * Regards
 * Pieter
 *  Thread Starter [johnegg](https://wordpress.org/support/users/johnegg/)
 * (@johnegg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/#post-7134561)
 * Sorry to hear that Pieter, get well soon! Tomorrow is fine. Thanks
 *  Plugin Author [PieterC](https://wordpress.org/support/users/siteoptimo/)
 * (@siteoptimo)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/#post-7134692)
 * Hello John,
 * We have made a minor change to the plugin (please update to version 1.5.1), allowing
   public access to the classes we use. As a result of that, you can now do the 
   following:
 *     ```
       add_action( 'init', function () {
       	$wooCommerce_HearAboutUs = WooCommerce_HearAboutUs::instance();
       	remove_action( 'woocommerce_after_order_notes', array( $wooCommerce_HearAboutUs->customField, 'display_field' ) );
       	add_action( 'woocommerce_after_checkout_registration_form', array( $wooCommerce_HearAboutUs->customField, 'display_field' ) );
       }, 20 );
       ```
   
 * This effectively changes the location of the “hear about us” field.
 * I hope this solves your problem.
 * Regards,
 * Koen
 *  Thread Starter [johnegg](https://wordpress.org/support/users/johnegg/)
 * (@johnegg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/#post-7134693)
 * Thanks Koen, that worked like a dream! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Place under billing section’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-hear-about-us_81a22d.
   svg)
 * [WooCommerce Hear About Us](https://wordpress.org/plugins/woocommerce-hear-about-us/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-hear-about-us/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-hear-about-us/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-hear-about-us/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-hear-about-us/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-hear-about-us/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [johnegg](https://wordpress.org/support/users/johnegg/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/place-under-billing-section/#post-7134693)
 * Status: resolved