Title: cherry07's Replies | WordPress.org

---

# cherry07

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

 *   [Profile](https://wordpress.org/support/users/cherry07/)
 *   [Topics Started](https://wordpress.org/support/users/cherry07/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cherry07/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cherry07/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cherry07/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cherry07/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cherry07/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: [[Pricing Deals for WooCommerce] maximum quantity a product](https://wordpress.org/support/topic/maximum-quantity-a-product/)
 *  Thread Starter [cherry07](https://wordpress.org/support/users/cherry07/)
 * (@cherry07)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/maximum-quantity-a-product/#post-10362905)
 * Dear Vark,
 * Thanks for your reply. You were right the problem message doesn’t come from your
   plugin.
    It’s related to another one. Sorry, my fault ;p
 * Just to clarify… I need to make such kind of discount rules:
    $100 => 5% $200
   => 10% $300 => 15%
 * So I choose Deal Type “Bulk purchasing”
    Count Currency Count together as a group
 * Is it enough for the free version or I need to get pro for these features to 
   make it work properly?
 * Thanks again for your feedback.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Using with Custom Post Type](https://wordpress.org/support/topic/using-with-custom-post-type-1/)
 *  [cherry07](https://wordpress.org/support/users/cherry07/)
 * (@cherry07)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/using-with-custom-post-type-1/page/3/#post-6004775)
 * Hi all,
    I assume not to create a new thread and write my question here… So I
   registered 3 custom post types in my functions.php file for Subscribe2 by this
   way:
 *     ```
       // Custom post types Subscribe2
       function my_post_types1($types) {
           $types[] = 'projects';
           return $types;
       }
   
       function my_post_types2($types) {
           $types[] = 'publications';
           return $types;
       }
   
       function my_post_types3($types) {
           $types[] = 'news';
           return $types;
       }
   
       add_filter('s2_post_types', 'my_post_types1');
       add_filter('s2_post_types', 'my_post_types2');
       add_filter('s2_post_types', 'my_post_types3');
       ```
   
 * But there are some troubles:
    1. When user subscribes to updates he doesn’t choose
   via checkboxes what post type he need and finally he gets email notifications
   from all the custom post types I registered above. 2. User doesn’t get a message
   about what post type he has subscribed and I have no idea how to paste the title
   into the body mail.
 * I read faq and api pages but still can’t get how to solve these issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments Extra Fields For Post,Pages and CPT] An error occurred in the upload. Please try again later.](https://wordpress.org/support/topic/an-error-occurred-in-the-upload-please-try-again-later-36/)
 *  Thread Starter [cherry07](https://wordpress.org/support/users/cherry07/)
 * (@cherry07)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/an-error-occurred-in-the-upload-please-try-again-later-36/#post-6077590)
 * I enabled wp_debug and see some errors in wp admin:
    1. Notice: Undefined index:
   menu_position in /var/www/vhosts/dev/wp-content/plugins/wp-comment-fields/classes/
   admin.class.php on line 128 2. Notice: Undefined variable: proFeatures in /var/
   www/vhosts/dev/wp-content/plugins/wp-comment-fields/templates/admin/options.php
   on line 16

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