- Posts: 1
- Thank you received: 0
Empty email
- jaimeazorin
-
Topic Author
- Offline
Less
More
11 years 2 months ago #207201
by jaimeazorin
Empty email was created by jaimeazorin
-- HikaShop version -- : 2.5.0 Bussines
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.3.29
Hi,
I try to send an Email as a mass action.
The Email is sent correctly, but it is empty whatever I wrote in the "body data" cell.
Thanks, and sorry about my English
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.3.29
Hi,
I try to send an Email as a mass action.
The Email is sent correctly, but it is empty whatever I wrote in the "body data" cell.
Thanks, and sorry about my English
Please Log in or Create an account to join the conversation.
11 years 2 months ago #207209
by Xavier
Replied by Xavier on topic Empty email
Hi,
Thanks for the report, please edit the file "plugins/hikashop/massaction_user:massaction_user.php" and in the function "onProcessUserMassActionsendEmail()" add:
After:
Thanks for the report, please edit the file "plugins/hikashop/massaction_user:massaction_user.php" and in the function "onProcessUserMassActionsendEmail()" add:
Code:
$mail->body = $action['bodyData'];
Code:
$mail->subject = !empty($mail->subject)?JText::_($action['emailSubject']):JText::_('MASS_NOTIFICATION_EMAIL_SUBJECT');
Please Log in or Create an account to join the conversation.
Time to create page: 0.142 seconds