function updateor(B){var C=B.value;var A=parseFloat($("subtotal").innerHTML);if(C==0){$("ship_method_0").style.background="#feffbd";$("ship_method_1").style.background="";if((A>=300)&&(A<800)){$("shipfee").innerHTML="20.00";$("total").innerHTML=A+20}else{$("shipfee").innerHTML="0.00";$("total").innerHTML=A}}else{if(C==1){$("ship_method_0").style.background="";$("ship_method_1").style.background="#feffbd";if((A>=300)&&(A<800)){$("shipfee").innerHTML="80.00";$("total").innerHTML=A+80}else{if((A>=800)&&(A<1500)){$("shipfee").innerHTML="50.00";$("total").innerHTML=A+50}else{$("shipfee").innerHTML="0.00";$("total").innerHTML=A}}}}}function checktotal(A){if(A==1){$("confirmbtn").innerHTML='<input type="submit" value="ยืนยันการสั่งซื้อ">';$("confirmbtn2").innerHTML='<input type="submit" value="ยืนยันการสั่งซื้อ">'}else{$("confirmbtn").innerHTML='<font color="#ff0000">รายการสั่งซื้อต้องมีมูลค่ารวมสูงกว่า 300 บาทค่ะ</font> ';$("confirmbtn2").innerHTML='<font color="#ff0000">รายการสั่งซื้อต้องมีมูลค่ารวมสูงกว่า 300 บาทค่ะ</font> '}}
