Empty email

  • Posts: 1
  • Thank you received: 0
8 years 8 months ago #207201

-- 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

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
8 years 8 months ago #207209

Hi,

Thanks for the report, please edit the file "plugins/hikashop/massaction_user:massaction_user.php" and in the function "onProcessUserMassActionsendEmail()" add:

$mail->body = $action['bodyData'];
After:
$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.071 seconds
Powered by Kunena Forum