'bene' is the name of my custom theme

main stylesheet is stylesheet.css
in checkout.tpl (my bad...) insert this anywhere you want, its javascript in jquery syntax and need to be enclosed in a <script> tag
Code: Select all
<script>
$('input[name=account]:eq(1)').attr('checked', 'checked');
$('#button-account').trigger('click');
</script>