I'm using VM2.014 and Joomla 2.5.8.
I've read through every fix on the forum for making the ONLY payment plugin I have enable auto select. I'm sure people will forget to click the radio button and so I want it to be selected by default. How do I achieve this?
http://forum.virtuemart.net/index.php?topic=108974
<?php
$document = JFactory::getDocument();
$document->addScriptDeclaration("
jQuery(document).ready(function($) {
$('input:radio:#payment_id_11').attr('checked',true);
});
");
?>
change payment_id_11 to your payment id