VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: delliott on November 15, 2012, 20:59:42 PM

Title: Automatic Selection of ONLY and default Payment Plugin
Post by: delliott on November 15, 2012, 20:59:42 PM
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?
Title: Re: Automatic Selection of ONLY and default Payment Plugin
Post by: PRO on November 15, 2012, 23:08:44 PM
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