Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: [CLASSIPRESS] No emailnotification ofMembership packs after Membership was activated

  1. #1
    Thread Starter
    villadecker's Avatar
    Join Date
    Oct 2010
    Location
    Soest, The Netherlands
    Posts
    192
    Thanks
    22
    Thanked 1 Time in 1 Post

    Talking [CLASSIPRESS] No emailnotification ofMembership packs after Membership was activated

    Dear support,

    After doing some heavy testing with the Membership packs we are almost there. I found a bug after the Membership is activated by Admin.
    Example; After activation of the Membership pack i found out it suppose to send an email to the buyer... but it doesn't and it looks like this (theme-email.php)

    1.

    }


    // send notification email to buyer when membership was activated
    function cp_owner_activated_membership_email($user, $order) {
    global $app_abbr;

    if (get_option($app_abbr.'_membership_activated_email _owner') == 'yes') {
    $membership_user_email = stripslashes($user->user_email);
    $membership_user_login = stripslashes($user->user_login);
    $membership_pack_name = stripslashes($order['pack_name']);

    $blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES);
    $siteurl = trailingsla****(get_option('home'));

    $mailto = $membership_user_email;

    $subject = __('Your Membership is activated.', 'appthemes');
    $headers = 'van: '. sprintf(__('%s Admin', 'appthemes'), $blogname) .' <'. get_option('admin_email') .'>' . "\r\n";

    $message = sprintf(__('Dear %s,', 'appthemes'), $membership_user_login) . "\r\n\r\n";
    $message .= sprintf(__('Your membership, "%s" is activated on my url', 'appthemes'), $membership_pack_name) . "\r\n\r\n";
    $message .= __('Place your deal blabla:', 'appthemes') . "\r\n";
    $message .= CP_ADD_NEW_URL . "\r\n\r\n\r\n\r\n";
    $message .= __('Kind regards,', 'appthemes') . "\r\n\r\n";
    $message .= sprintf(__('Admin's name', 'appthemes'), $blogname) . "\r\n";
    $message .= $siteurl . "\r\n\r\n\r\n\r\n";

    // ok let's send the email
    wp_mail($mailto, $subject, $message, $headers);
    }

    }

    But the email is never send..! Why...

    2. I also found out in the first email to the admin the link to view the transactions :http://www.myurl.com/wp-admin/admin....e=transactions is not an active hyperlink.

    Theme-emails.php
    It's something like here; $message .= __('View transacties:', 'appthemes') . $transactionsurl . "\r\n";

    Could you take a look into that too ? Thanx!
    Kind regards,

    Frank | Villadecker

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    villadecker's Avatar
    Join Date
    Oct 2010
    Location
    Soest, The Netherlands
    Posts
    192
    Thanks
    22
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Kind regards,

    Frank | Villadecker

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    villadecker's Avatar
    Join Date
    Oct 2010
    Location
    Soest, The Netherlands
    Posts
    192
    Thanks
    22
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Kind regards,

    Frank | Villadecker

  6. #6
    Thread Starter
    villadecker's Avatar
    Join Date
    Oct 2010
    Location
    Soest, The Netherlands
    Posts
    192
    Thanks
    22
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Kind regards,

    Frank | Villadecker

  7. #7
    Thread Starter
    villadecker's Avatar
    Join Date
    Oct 2010
    Location
    Soest, The Netherlands
    Posts
    192
    Thanks
    22
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Kind regards,

    Frank | Villadecker

  8. #8
    Thread Starter
    villadecker's Avatar
    Join Date
    Oct 2010
    Location
    Soest, The Netherlands
    Posts
    192
    Thanks
    22
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Kind regards,

    Frank | Villadecker

  9. #9
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    Thread Starter
    villadecker's Avatar
    Join Date
    Oct 2010
    Location
    Soest, The Netherlands
    Posts
    192
    Thanks
    22
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Kind regards,

    Frank | Villadecker

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] [CLASSIPRESS] Duration of Ads versus duration of Membership packs
    By villadecker in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: May 15th, 2012, 09:06 AM
  2. [CLASSIPRESS] Switching between Membership packs gives problems
    By villadecker in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: March 2nd, 2012, 06:16 AM
  3. Membership Packs
    By andrewthompson in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: October 23rd, 2011, 02:36 AM
  4. AD Packs vs. Membership Packs
    By product247 in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: October 11th, 2011, 09:37 AM
  5. Ad packs and/or Membership packs
    By spex in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: October 5th, 2011, 03:28 PM