Title: Snuk's Replies | WordPress.org

---

# Snuk

  [  ](https://wordpress.org/support/users/snuk/)

 *   [Profile](https://wordpress.org/support/users/snuk/)
 *   [Topics Started](https://wordpress.org/support/users/snuk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/snuk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/snuk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/snuk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/snuk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/snuk/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add order notes to "New order" email](https://wordpress.org/support/topic/add-order-notes-to-new-order-email/)
 *  Thread Starter [Snuk](https://wordpress.org/support/users/snuk/)
 * (@snuk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/add-order-notes-to-new-order-email/#post-5031992)
 * Also, there might be some confusion between order notes and order comments. I’m
   talking about a field where customers can add a comment / personal message to
   their order. The comment is shown in the backend but I just can’t seem to get
   it to show up on “new order” email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add order notes to "New order" email](https://wordpress.org/support/topic/add-order-notes-to-new-order-email/)
 *  Thread Starter [Snuk](https://wordpress.org/support/users/snuk/)
 * (@snuk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/add-order-notes-to-new-order-email/#post-5031991)
 * Thanks, but that didn’t change anything unfortunately.. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Please help! Checkout page missing billing address](https://wordpress.org/support/topic/please-help-checkout-page-missing-billing-address/)
 *  Thread Starter [Snuk](https://wordpress.org/support/users/snuk/)
 * (@snuk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/please-help-checkout-page-missing-billing-address/#post-4476996)
 * Oh and when I do this:
 *     ```
       <?php var_dump($checkout->checkout_fields); ?>
       ```
   
 * I get this:
 * array(4) {
    [“billing”]=> NULL [“shipping”]=> array(9) { (and then this is filled
   with all the fields)
 * How would I fix this? Is this a database problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Please help! Checkout page missing billing address](https://wordpress.org/support/topic/please-help-checkout-page-missing-billing-address/)
 *  Thread Starter [Snuk](https://wordpress.org/support/users/snuk/)
 * (@snuk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/please-help-checkout-page-missing-billing-address/#post-4476973)
 * I’ve narrowed down the issue a bit more. The page is loading the billing template(
   templates/checkout/form-billing.php), since it shows any HTML I put in there.
   However, the following lines seem to be giving no output at all:
 * <?php foreach ($checkout->checkout_fields[‘billing’] as $key => $field) : ?>
   
   <?php woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); ?
   > <?php endforeach; ?>
 * Hope anyone knows where to look from here!

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