Pages

Tuesday, June 25, 2013

how to set as checked if only one shipping method has been set.

<script type="text/javascript\">
function setValue(){
document.co-shipping-method-form.s_method_freeshipping_freeshipping.checked=true;
}
window.onload = setValue();
</script>

No comments:

Post a Comment