Title: dinodesigns87's Replies | WordPress.org

---

# dinodesigns87

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Subcategories not displaying](https://wordpress.org/support/topic/subcategories-not-displaying-6/)
 *  [dinodesigns87](https://wordpress.org/support/users/dinodesigns87/)
 * (@dinodesigns87)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/subcategories-not-displaying-6/page/2/#post-10608188)
 * Hello, if anyone else is having this problem it’s probably because your theme
   is missing the following line from the functions.php file.
 * `add_theme_support( 'woocommerce' );`
 * Hope that helps! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Subcategories not displaying](https://wordpress.org/support/topic/subcategories-not-displaying-4/)
 *  [dinodesigns87](https://wordpress.org/support/users/dinodesigns87/)
 * (@dinodesigns87)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/subcategories-not-displaying-4/#post-10608182)
 * Hello, if anyone else is having this problem it’s probably because your theme
   is missing the following line from the functions.php file.
 * `add_theme_support( 'woocommerce' );`
 * Hope that helps! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Multiple Email Recipients] Oh Hold Status Emails](https://wordpress.org/support/topic/oh-hold-status-emails/)
 *  Plugin Contributor [dinodesigns87](https://wordpress.org/support/users/dinodesigns87/)
 * (@dinodesigns87)
 * [9 years ago](https://wordpress.org/support/topic/oh-hold-status-emails/#post-9078635)
 * Hi there, I came here to ask about ‘On hold’ email support too. I was able to
   get it working by adding the following to your plugin’s functions.php file:
 *     ```
       if ($object == 'customer_on_hold_order' ) {
       $headers .= 'Bcc: ' . implode(',', $emails) . "\r\n";
       //break;
       }
       ```
   
 * I just copied one of the other if statements and swapped in the ‘customer_on_hold_order
   value. I also removed the second half of the if statement as obviously there’s
   no $wcme_options option for this yet.
 * Would it be possible to include this in your next version of the plugin?
 * Thanks very much for creating this plugin! 🙂
 * Thanks,
 * Paul

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