When I change the membership level manually as an admin in the user profile, an empty mail is sent - how to fix it?
When I change the membership level manually as an admin in the user profile, an empty mail is sent - how to fix it? |
When I change the membership level manually as an admin in the user profile, an empty mail is sent - how to fix it? Check to make sure the template for the email is there or that the template actually contains the keys for sending out the notice. Geeks, making the world a better place |
They are all filled, is there any one that is responsible for it? Or maybe key langue? |
Hello sebastian403!
|
t_MemChanged I have completed and it works when the user buys himself an account, but when I change manually sends an empty email address, so do you have? |
This code is running when admin changes manually the profile's mem level: //Notify user about changed membership level bx_import('BxDolEmailTemplates'); $oEmailTemplate = new BxDolEmailTemplates(); $aTemplate = $oEmailTemplate->getTemplate('t_MemChanged', $iMemberId); $aMembershipInfo = getMembershipInfo($iMembershipId); $aTemplateVars = array( 'MembershipLevel' => $aMembershipInfo['Name'] );
So if this email template is OK but the text si still empty then please provide me your Dolphin admin and Contol Panel accesses, I will review it. |
I have everything set up as you wrote and it still doesn't work |
Hello sebastian403! Please provide me your Control Panek access via PM here. |