VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: rvbgnu on December 08, 2015, 13:41:21 PM

Title: CVV image in tooltip is not showing properly in Authorize.net form
Post by: rvbgnu on December 08, 2015, 13:41:21 PM
Hello,

A client reported me an issue with Authorize.net.
The quick fix was to un-comment this line JHTML (following the method declaration)
function plgVmDisplayListFEPayment(VirtueMartCart $cart, $selected = 0, &$htmlIn) {

                JHTML::_ ('behavior.tooltip');


from here
http://dev.virtuemart.net/projects/virtuemart/repository/revisions/8855/entry/trunk/virtuemart/plugins/vmpayment/authorizenet/authorizenet.php#L123

I suppose that the call to JHTML::_ ('behavior.tooltip') is/was done by the template or by Joomla, but the template side is not familiar to me. Do you know what should be done to safely fix this?

Kind regards,
Hervé