News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Automatic Selection of ONLY and default Payment Plugin

Started by delliott, November 15, 2012, 20:59:42 PM

Previous topic - Next topic

delliott

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?

PRO

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