$(window).load(function () { $("input[name$='billing_customer_choice']").click(function () { if ($(this).is(':checked') && $(this).attr("value") == "1") { $('#billing_partita_iva_codice_fiscale_field').hide(); $('#billing_codice_univoco_field').hide(); } else if ($(this).is(':checked') && $(this).attr("value") == "2") { $('#billing_partita_iva_codice_fiscale_field').show(); $('#billing_codice_univoco_field').show(); } else if ($(this).is(':checked') && $(this).attr("value") == "3") { $('#billing_partita_iva_codice_fiscale_field').show(); $('#billing_codice_univoco_field').hide(); } }); });

Shop2

Accessories: