VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: rvbgnu on March 20, 2016, 23:37:49 PM

Title: The payment method description is left blank on the customer confirmation email
Post by: rvbgnu on March 20, 2016, 23:37:49 PM
Hello,

The confirmation email sent after payment (status confirmed).
The issue happens with Authorize.net. But the "Standard" payment method, included in VM, does NOT have this issue.
Tested with Joomla 3.4.8 / VM 3.0.12 (and earlier)

I've tried to debug a bit this issue, by comparing standard.php and authorizenet.php, but I did not find a solution.

After searching on the forum, it seems that it has been more or less reported before, but no solution found.

http://forum.virtuemart.net/index.php?topic=130282.0
http://forum.virtuemart.net/index.php?topic=129746.0

and also with VM 2.6.x
http://forum.virtuemart.net/index.php?topic=125534.0

Do you experience the same problem?
Title: Re: The payment method description is left blank on the customer confirmation email
Post by: rvbgnu on February 22, 2018, 18:37:05 PM
Hello,

Any taker/debugger for this one? It is still happening in VM 3.2.12 and Joomla 3.8.5 today.

Please see email images to understand faster:
[/img]
Title: Re: The payment method description is left blank on the customer confirmation email
Post by: rvbgnu on May 10, 2018, 16:06:14 PM
Hello,

Good news! A client of mine shared a fix for this issue. So it should also solved the issue for Authorize.net payment plugin!

protected function plgVmOnShowOrderFEPayment()

should be

public function plgVmOnShowOrderFEPayment()
http://dev.virtuemart.net/projects/virtuemart/repository/entry/trunk/virtuemart/plugins/vmpayment/authorizenet/authorizenet.php#L1095

Thanks Peter to point it to me!
Title: Re: The payment method description is left blank on the customer confirmation email
Post by: alatak on July 03, 2018, 19:50:27 PM
Hello
Thank you Hervé. I am doing the fix.
Title: Re: The payment method description is left blank on the customer confirmation email
Post by: rvbgnu on July 04, 2018, 11:34:29 AM
Hello Valérie,

Thank you for the commit ;-)
And to have made public the fucntion plgVmOnShowOrderPrintPayment, well spotted!

Have a nice day!