| '+ strLocShip +' | '; strOutput2 += ''; strOutput2 += ''; strOutput2 += 'Italia - Posta'; strOutput2 += ' ';strOutput2 += ''; strOutput2 += 'Italia - Corriere'; strOutput2 += ' ';strOutput2 += ''; strOutput2 += 'Europa (UE)'; strOutput2 += ' ';strOutput2 += ''; strOutput2 += 'Europa (Extra UE)'; strOutput2 += ' ';strOutput2 += ''; strOutput2 += 'Resto del Mondo'; strOutput2 += ' ';strOutput2 += ''; strOutput2 += 'Solo Elettronico'; strOutput2 += ' | '; strOutput2 += '
'; return strOutput2;
}
function VerificaPesoSpedizione(LocationValue, TotWeight) {
if (LocationValue==1) { if (TotWeight >20000) { return(20000); }};if (LocationValue==3) { if (TotWeight >20000) { return(20000); }};if (LocationValue==5) {};if (LocationValue==6) {};if (LocationValue==7) {};if (LocationValue==8) {};return(-1);
}