News:

Looking for documentation? Take a look on our wiki

Main Menu

Email subject when order is done contains =?utf-8?B?

Started by niosme, September 01, 2022, 09:03:34 AM

Previous topic - Next topic

niosme

Email subject when order is done contains =?utf-8?B? and a lot of numbers after. I found the file public_html/components/com_virtuemart/helpers/shopfunctions which occurs the problem.
At line 877 of this file we have this code $subjectMailer= '=?utf-8?B?'.base64_encode($subject).'?='; that is not executing properly. To workaround with it i have to comment this line of code and the it works fine

// $subjectMailer= '=?utf-8?B?'.base64_encode($subject).'?='; //get rid of this code and put the subject clear on the variable
$subjectMailer= ($subject);
Fullstack Developer and Joomla Expert

Wedal

I confirm this issue. I solved it the same way. But obviously this is wrong. In VM3 such code worked.

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/