
/* - bbstockitem.js - */
// http://www.weymouthangling.com/portal_javascripts/bbstockitem.js?original=1
function checkForMultiItem(f,id){if(document[id]&&document[id].multiitems){f["orders.id:records"].value=document[id].multiitems.options[document[id].multiitems.selectedIndex].value;return true} else{return true}}
function setShipping(obj){with(document.edit_form){if(obj.checked){ShippingName.value=BillingName.value;ShippingAddress1.value=BillingAddress1.value;ShippingAddress2.value=BillingAddress2.value;ShippingAddress3.value=BillingAddress3.value;ShippingCity.value=BillingCity.value;ShippingRegion.value=BillingRegion.value;ShippingState.value=BillingState.value;ShippingPostCode.value=BillingPostCode.value;ShippingCountry.value=BillingCountry.value;ShippingTelephone.value=BillingTelephone.value} else{ShippingName.value="";ShippingAddress1.value="";ShippingAddress2.value="";ShippingAddress3.value="";ShippingCity.value="";ShippingRegion.value="";ShippingState.value="";ShippingPostCode.value="";ShippingCountry.value="";ShippingTelephone.value=""}}}
function checkShippingPrice(f){e=f.os_shipping;if(typeof(e)!="undefined"){n=parseFloat(e.value);if(isNaN(n)){p=e.value.substring(1);if(isNaN(p)){alert("You must only use numbers in this field. Remove all currency symbols etc. and try again.");return false} else
e.value=p} else
e.value=n}
return true}
function finalCheckOfShippingCosts(cost){n=parseInt(cost)
if(isNaN(n)||n==0||n==0.00||!cost||cost=="0.00"||cost=="0"){alert("You must enter a shipping cost before proceeding");return false}
return true}
function checkForm(e){e=(e?e:(event?event:null));if(e){
function stopForm(e){if(e.returnValue)
e.returnValue=false;else if(e.preventDefault)
e.preventDefault();else
return false}
theform=document.edit_form;if(theform.BillingCountry[theform.BillingCountry.selectedIndex].value=="US"&&!theform.BillingState.selectedIndex){alert("If your billing address is in the US, you must select a state before submitting the form");stopForm(e)} else if(theform.ShippingCountry[theform.ShippingCountry.selectedIndex].value=="US"&&!theform.ShippingState.selectedIndex){alert("If your shipping address is in the US, you must select a state before submitting the form");stopForm(e)}
return true}}
var existingonload=window.onload;
function USStateInsistor(){if(location.href.indexOf('/tackle-shop/orders/jump_epdq')>-1)
document.jumpform.submit();else{if(existingonload!=null&&typeof(existingonload)=="function")
existingonload();if(location.href.indexOf("/tackle-shop/orders/")>-1&&(location.href.indexOf("/edit")>-1||location.href.indexOf("/base_edit")>-1)){theform=document.getElementById("itempurchase-base-edit");if(theform.addEventListener)
theform.addEventListener("submit",checkForm,true);else if(theform.attachEvent)
theform.attachEvent("onsubmit",checkForm);else
theform.onsubmit=checkForm}}}
onload=USStateInsistor;

