if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),s=i.data("bs.alert");s||i.data("bs.alert",s=new o(this)),"string"==typeof e&&s[e].call(i)})}var i='[data-dismiss="alert"]',o=function(e){t(e).on("click",i,this.close)};o.VERSION="3.3.1",o.TRANSITION_DURATION=150,o.prototype.close=function(e){function i(){a.detach().trigger("closed.bs.alert").remove()}var s=t(this),n=s.attr("data-target");n||(n=s.attr("href"),n=n&&n.replace(/.*(?=#[^\s]*$)/,""));var a=t(n);e&&e.preventDefault(),a.length||(a=s.closest(".alert")),a.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(a.removeClass("in"),t.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",i).emulateTransitionEnd(o.TRANSITION_DURATION):i())};var s=t.fn.alert;t.fn.alert=e,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=s,this},t(document).on("click.bs.alert.data-api",i,o.prototype.close)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.button"),n="object"==typeof e&&e;s||o.data("bs.button",s=new i(this,n)),"toggle"==e?s.toggle():e&&s.setState(e)})}var i=function(e,o){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,o),this.isLoading=!1};i.VERSION="3.3.1",i.DEFAULTS={loadingText:"loading..."},i.prototype.setState=function(e){var i="disabled",o=this.$element,s=o.is("input")?"val":"html",n=o.data();e+="Text",null==n.resetText&&o.data("resetText",o[s]()),setTimeout(t.proxy(function(){o[s](null==n[e]?this.options[e]:n[e]),"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i))},this),0)},i.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")&&(i.prop("checked")&&this.$element.hasClass("active")?t=!1:e.find(".active").removeClass("active")),t&&i.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));t&&this.$element.toggleClass("active")};var o=t.fn.button;t.fn.button=e,t.fn.button.Constructor=i,t.fn.button.noConflict=function(){return t.fn.button=o,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(i){var o=t(i.target);o.hasClass("btn")||(o=o.closest(".btn")),e.call(o,"toggle"),i.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){t(e.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(e.type))})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.carousel"),n=t.extend({},i.DEFAULTS,o.data(),"object"==typeof e&&e),a="string"==typeof e?e:n.slide;s||o.data("bs.carousel",s=new i(this,n)),"number"==typeof e?s.to(e):a?s[a]():n.interval&&s.pause().cycle()})}var i=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=this.sliding=this.interval=this.$active=this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",t.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};i.VERSION="3.3.1",i.TRANSITION_DURATION=600,i.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},i.prototype.keydown=function(t){if(!/input|textarea/i.test(t.target.tagName)){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()}},i.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},i.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},i.prototype.getItemForDirection=function(t,e){var i="prev"==t?-1:1,o=this.getItemIndex(e),s=(o+i)%this.$items.length;return this.$items.eq(s)},i.prototype.to=function(t){var e=this,i=this.getItemIndex(this.$active=this.$element.find(".item.active"));return t>this.$items.length-1||0>t?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",this.$items.eq(t))},i.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},i.prototype.next=function(){return this.sliding?void 0:this.slide("next")},i.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},i.prototype.slide=function(e,o){var s=this.$element.find(".item.active"),n=o||this.getItemForDirection(e,s),a=this.interval,r="next"==e?"left":"right",l="next"==e?"first":"last",h=this;if(!n.length){if(!this.options.wrap)return;n=this.$element.find(".item")[l]()}if(n.hasClass("active"))return this.sliding=!1;var d=n[0],p=t.Event("slide.bs.carousel",{relatedTarget:d,direction:r});if(this.$element.trigger(p),!p.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var c=t(this.$indicators.children()[this.getItemIndex(n)]);c&&c.addClass("active")}var f=t.Event("slid.bs.carousel",{relatedTarget:d,direction:r});return t.support.transition&&this.$element.hasClass("slide")?(n.addClass(e),n[0].offsetWidth,s.addClass(r),n.addClass(r),s.one("bsTransitionEnd",function(){n.removeClass([e,r].join(" ")).addClass("active"),s.removeClass(["active",r].join(" ")),h.sliding=!1,setTimeout(function(){h.$element.trigger(f)},0)}).emulateTransitionEnd(i.TRANSITION_DURATION)):(s.removeClass("active"),n.addClass("active"),this.sliding=!1,this.$element.trigger(f)),a&&this.cycle(),this}};var o=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=i,t.fn.carousel.noConflict=function(){return t.fn.carousel=o,this};var s=function(i){var o,s=t(this),n=t(s.attr("data-target")||(o=s.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,""));if(n.hasClass("carousel")){var a=t.extend({},n.data(),s.data()),r=s.attr("data-slide-to");r&&(a.interval=!1),e.call(n,a),r&&n.data("bs.carousel").to(r),i.preventDefault()}};t(document).on("click.bs.carousel.data-api","[data-slide]",s).on("click.bs.carousel.data-api","[data-slide-to]",s),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var i=t(this);e.call(i,i.data())})})}(jQuery),+function(t){"use strict";function e(e){e&&3===e.which||(t(s).remove(),t(n).each(function(){var o=t(this),s=i(o),n={relatedTarget:this};s.hasClass("open")&&(s.trigger(e=t.Event("hide.bs.dropdown",n)),e.isDefaultPrevented()||(o.attr("aria-expanded","false"),s.removeClass("open").trigger("hidden.bs.dropdown",n)))}))}function i(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}function o(e){return this.each(function(){var i=t(this),o=i.data("bs.dropdown");o||i.data("bs.dropdown",o=new a(this)),"string"==typeof e&&o[e].call(i)})}var s=".dropdown-backdrop",n='[data-toggle="dropdown"]',a=function(e){t(e).on("click.bs.dropdown",this.toggle)};a.VERSION="3.3.1",a.prototype.toggle=function(o){var s=t(this);if(!s.is(".disabled, :disabled")){var n=i(s),a=n.hasClass("open");if(e(),!a){"ontouchstart"in document.documentElement&&!n.closest(".navbar-nav").length&&t('
').insertAfter(t(this)).on("click",e);var r={relatedTarget:this};if(n.trigger(o=t.Event("show.bs.dropdown",r)),o.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),n.toggleClass("open").trigger("shown.bs.dropdown",r)}return!1}},a.prototype.keydown=function(e){if(/(38|40|27|32)/.test(e.which)&&!/input|textarea/i.test(e.target.tagName)){var o=t(this);if(e.preventDefault(),e.stopPropagation(),!o.is(".disabled, :disabled")){var s=i(o),a=s.hasClass("open");if(!a&&27!=e.which||a&&27==e.which)return 27==e.which&&s.find(n).trigger("focus"),o.trigger("click");var r=" li:not(.divider):visible a",l=s.find('[role="menu"]'+r+', [role="listbox"]'+r);if(l.length){var h=l.index(e.target);38==e.which&&h>0&&h--,40==e.which&&h'+result.snippet+'
'+'VIEW'+'"+messages+"
"} $('.alertWrapper').hide().removeClass('hide').slideDown("fast");$('.message_holder').html(output);scroll_to('.mainContentWrapper');} function scroll_to(location){$('html,body').animate({scrollTop:$(location).offset().top});} function recalculate_total(){var total=0;$('.product_search_categories').each(function(){if(this.offsetParent===null){} else{$(this).find('.product_search_subcategories').each(function(){if(this.offsetParent===null){} else{$(this).find('.product_search_subcategories_in').each(function(){if(this.offsetParent===null){} else{$(this).find('.product_search_voltage').each(function(){if(this.offsetParent===null){} else{total=total+1;}});}});}});}});var text='(0 Results)';if(total==1){text='(1 Result)';} else if(total>1){text='('+total+' Results)';} $("#number_of_results").html(text);} $(function(){var existing_card=$('.existing_card');var new_card=$('.new_card');if($('.with_arrow').length>0){$('.with_arrow').click(function(e){if($(this).hasClass("arrow_up")){$(this).removeClass("arrow_up");$(this).addClass("arrow_down");} else{$(this).removeClass("arrow_down");$(this).addClass("arrow_up");} $('.top_content').slideToggle();e.preventDefault();});} $('.delete_cart_item').click(function(e){e.preventDefault();var item=$(this).data('item');var sku=$(this).data('sku');var name=$(this).data('name');var price=$(this).data('price');var quantity=$(this).data('quantity');var total=$(this).data('total');$(this).parents('.cartItemWrapper').fadeOut("normal");dataLayer.push({ecommerce:null});dataLayer.push({event:"remove_from_cart",ecommerce:{currency:"USD",value:total,items:[{item_id:sku,item_name:name,item_brand:"Bodine Electric Company",price:price,quantity:quantity}]}});$.post("/index.php",{action:"cart_delete_cart_item",item:item},function(data){if(data.quantity>=1){$('.cartItems').html(data.quantity);$('#subtotal_holder').html("$"+data.subtotal.toFixed(2));$('.item_row_'+item).remove();}else{window.location="/cart/";}});});$('.cart_update_quantity').change(function(){var item=$(this).data('item');var quantity=$(this).val();$.post("/index.php",{action:"cart_update_cart_item_quantity",item:item,quantity:quantity},function(data){$('.cart_item_total_'+item).html("$"+data.price.toFixed(2));$('#subtotal_holder').html("$"+data.subtotal.toFixed(2));});});$('select[name=comp]').change(function(){console.log('temp ');var value=$('select[name=comp]').val();if(value!=="true"){existing_card.removeClass("hide");new_card.removeClass("hide");}else{existing_card.addClass("hide");new_card.addClass("hide");}});$('select[name=billing_country]').change(function(){if($('#checkout').length>0){$("select[name='billing_state']").val('');if($('#account_details')){set_address_optgroups_details();}else{set_address_optgroups();}}});$('select[name=shipping_country]').change(function(){$("select[name='shipping_state']").val('');if($('#account_details')){set_address_optgroups_details();}else{set_address_optgroups();}});function set_address_optgroups(){console.log('set_address_optgroups ');var billing='#cart_checkout_billing_details';var shipping='#cart_checkout_shipping_details';var billing_country=$(billing+" select[name='billing_country']").val();$(billing+" select[name='billing_state'] optgroup").hide();$('#states_billing_'+billing_country).show();var shipping_country=$(shipping+" select[name='shipping_country']").val();$(shipping+" select[name='shipping_state'] optgroup").hide();$('#states_shipping_'+shipping_country).show();} function set_address_optgroups_details(){console.log('set_address_optgroups_details ');var billing_country=$("select[name='billing_country']").val();$("select[name='billing_state'] optgroup").hide();$('#states_billing_'+billing_country).show();var shipping_country=$("select[name='shipping_country']").val();$("select[name='shipping_state'] optgroup").hide();$('#states_shipping_'+shipping_country).show();} function set_payment(){console.log('set_payment ');if($("#step6").find("select[name='payment_id']").val()>0){new_card.addClass("hide");existing_card.removeClass("hide");}} $('#promo_submit').click(function(e){console.log('promo_submit ');e.preventDefault();clear_messages();var action='cart_checkout_promo';var promo_code=$("input[name='promo_code']").val();var comment=$("textarea[name='comments']").val();$.post("/index.php",{ajax:true,action:action,promo_code:promo_code,comment:comment},function(data){if(data.error===false){location.reload();}else{show_messages(data.error_messages);}});});if($('#account_details')){console.log('account_details ');set_address_optgroups_details();} $('#create_account').click(function(){console.log('create_account ');$('#returning_customer').hide();$('#new_customer').show();});var sliders=[];$('.lightSlider').each(function(){sliders.push($(this).lightSlider({item:4,autoWidth:false,slideMove:1,slideMargin:25,addClass:'',mode:"slide",useCSS:true,cssEasing:'ease',easing:'linear',speed:400,auto:false,loop:false,slideEndAnimation:true,pause:2000,keyPress:false,controls:true,prevHtml:'',nextHtml:'',rtl:false,adaptiveHeight:false,vertical:false,verticalHeight:500,vThumbWidth:100,thumbItem:10,pager:false,gallery:false,galleryMargin:5,thumbMargin:5,currentPagerPosition:'middle',enableTouch:true,enableDrag:true,freeMove:true,swipeThreshold:40,responsive:[{breakpoint:968,settings:{item:3,slideMove:1,slideMargin:10}},{breakpoint:580,settings:{item:2,slideMove:1}}],onBeforeStart:function(el){},onSliderLoad:function(el){},onBeforeSlide:function(el){},onAfterSlide:function(el){},onBeforeNextSlide:function(el){},onBeforePrevSlide:function(el){}}));$(this).removeClass('loading');});$('.psc--prev').click(function(){var num=$(this).parent('.productSlider__controls').data('num');var slider=sliders[num];slider.goToPrevSlide();});$('.psc--next').click(function(){var num=$(this).parent('.productSlider__controls').data('num');var slider=sliders[num];slider.goToNextSlide();});$('.pscp--prev').click(function(){var num=$(this).parent('.productSlider__controls').data('num');var slider=sliders[num];slider.goToPrevSlide();});$('.pscp--next').click(function(){var num=$(this).parent('.productSlider__controls').data('num');var slider=sliders[num];slider.goToNextSlide();});$('#product_search').click(function(){var search_options=$('#search_options');search_options.slideToggle();});var torque_select=$('#torque');var power_select=$('#power');$('input[name="torque-units"]').change(function(){torque_units=$('input[name="torque-units"]:checked').val();$.post('/',{action:'get_torque_options',torque_units:torque_units},function(data){torque_select.empty().append(data);});});$('input[name="power-units"]').change(function(){power_units=$('input[name="power-units"]:checked').val();$.post('/',{action:'get_power_options',power_units:power_units},function(data){power_select.empty().append(data);});});var filter_inputs=$('.product_search_filter');var categories=$('.product_search_categories');var sub_categories_pr=$('.product_search_subcategories');var sub_categories_pr_in=$('.product_search_subcategories_in');var product_voltage=$('.product_search_voltage');var default_value="default";filter_inputs.click(function(){document.getElementById("sub_menu_title").innerHTML=$(this).val()+' Sub-Category:';var search_subcategory_filter_select_1=document.getElementById("sub_menu_list_1");search_subcategory_filter_select_1.classList.remove("active_productSearch");var search_subcategory_filter_select_2=document.getElementById("sub_menu_list_2");search_subcategory_filter_select_2.classList.remove("active_productSearch");var search_subcategory_filter_select_3=document.getElementById("sub_menu_list_3");search_subcategory_filter_select_3.classList.remove("active_productSearch");var search_subcategory_filter_select_4=document.getElementById("sub_menu_list_4");search_subcategory_filter_select_4.classList.remove("active_productSearch");if($(this).val()=='AC Products'){$("#sub_menu_list_1").val(default_value);search_subcategory_filter_select_1.classList.add("active_productSearch");} else if($(this).val()=='DC Products'){$("#sub_menu_list_2").val(default_value);search_subcategory_filter_select_2.classList.add("active_productSearch");} else if($(this).val()=='Brushless DC Products'){$("#sub_menu_list_3").val(default_value);search_subcategory_filter_select_3.classList.add("active_productSearch");} else if($(this).val()=='Motion Controls'){$("#sub_menu_list_4").val(default_value);search_subcategory_filter_select_4.classList.add("active_productSearch");} var search_subcategory_voltage_select_1=document.getElementById("sub_menu_voltage_1");search_subcategory_voltage_select_1.classList.remove("active_productSearch");var search_subcategory_voltage_select_2=document.getElementById("sub_menu_voltage_2");search_subcategory_voltage_select_2.classList.remove("active_productSearch");var search_subcategory_voltage_select_3=document.getElementById("sub_menu_voltage_3");search_subcategory_voltage_select_3.classList.remove("active_productSearch");var search_subcategory_voltage_title=document.getElementById("sub_cat_voltage");search_subcategory_voltage_title.classList.remove("active_productSearch_voltage_title");if($(this).val()=='AC Products'){$("#sub_menu_voltage_1").val(default_value);search_subcategory_voltage_select_1.classList.add("active_productSearch");search_subcategory_voltage_title.classList.add("active_productSearch_voltage_title");} else if($(this).val()=='DC Products'){$("#sub_menu_voltage_2").val(default_value);search_subcategory_voltage_select_2.classList.add("active_productSearch");search_subcategory_voltage_title.classList.add("active_productSearch_voltage_title");} else if($(this).val()=='Brushless DC Products'){$("#sub_menu_voltage_3").val(default_value);search_subcategory_voltage_select_3.classList.add("active_productSearch");search_subcategory_voltage_title.classList.add("active_productSearch_voltage_title");} var search_subcategory_filter=document.getElementById("search_subcategory_filter");search_subcategory_filter.classList.add("active_productSearch");var visible_categories=[];filter_inputs.each(function(){if($(this).is(':checked')){console.log($(this).val());visible_categories.push($(this).val());}});sub_categories_pr.each(function(){$(this).show();});sub_categories_pr_in.each(function(){$(this).show();});product_voltage.each(function(){$(this).show();});categories.each(function(){if(visible_categories.length===0||$.inArray($(this).data('category'),visible_categories)!==-1){$(this).show();}else{$(this).hide();}});recalculate_total();});var sub_categories=$('.productSearch__subcatselect');sub_categories.change(function(){var temp_subcat_value=$(this).val();console.log($(this).val());sub_categories_pr.each(function(){if(temp_subcat_value=='default'){$(this).show();} else{if($(this).data('subcategory')==temp_subcat_value){$(this).show();}else{$(this).hide();}}});recalculate_total();});var sub_categories_voltage=$('.productSearch__subcatselect_voltage');sub_categories_voltage.change(function(){var temp_voltage_value=$(this).val();sub_categories_pr_in.each(function(){if(temp_voltage_value=='default'){$(this).show();} else{var temp_voltage_for_group=$(this).data('voltage').split('/');if(temp_voltage_for_group.indexOf(temp_voltage_value)!=-1){$(this).show();}else{$(this).hide();}}});product_voltage.each(function(){if(temp_voltage_value=='default'){$(this).show();} else{if($(this).data('voltage')==temp_voltage_value){$(this).show();}else{$(this).hide();}}});recalculate_total();});});$('input[name="card_number"]').keyup(function(){if($('input[name="card_number"]').val().charAt(0)==5){$('#card_type').val('mc');} else if($('input[name="card_number"]').val().charAt(0)==6){$('#card_type').val('dis');} else if($('input[name="card_number"]').val().charAt(0)==3){$('#card_type').val('ae');} else{$('#card_type').val('visa');}});$('#checkout_as_guest').click(function(){console.log('checkout_as_guest ');$.post('/checkout/',{action:'login_as_guest'},function(){});});$('#submit_js_accessories').click(function(){console.log(document.getElementById("quantity").value);var max_num=Number(document.getElementById("quantity").value)+1;var original_max_num=Number(document.getElementById("quantity").value);var selects=document.getElementsByClassName('quantity_accessory');var temp_html='';for(var temp_i=0;temp_i<11;temp_i++){if(temp_i==original_max_num){temp_html=temp_html+'';} else{temp_html=temp_html+'';}} var i;for(i=0;i'+' Billing Information'+document.getElementById("print_billing_row_1").innerHTML+''+document.getElementById("print_billing_row_2").innerHTML+' '+document.getElementById("print_billing_row_3").innerHTML+' '+document.getElementById("print_billing_row_4").innerHTML+' | '+' '+' Shipping Information'+document.getElementById("print_shipping_row_1").innerHTML+''+document.getElementById("print_shipping_row_2").innerHTML+' '+document.getElementById("print_shipping_row_3").innerHTML+' '+document.getElementById("print_shipping_row_4").innerHTML+' | '+' '+' Payment Method'+document.getElementById("print_payment_row_1").innerHTML+''+document.getElementById("print_payment_row_2").innerHTML+' '+document.getElementById("print_payment_row_3").innerHTML+' | '+'
Cart Items | '+'Qty | '+'Item Price | '+'Item Total | '+''+' | '+' '+document.getElementById("receipt_title_print_"+i).innerHTML+' | '+''+document.getElementById("receipt_qty_print_"+i).innerHTML+' | '+''+document.getElementById("receipt_price_print_"+i).innerHTML+' | '+''+document.getElementById("receipt_total_print_"+i).innerHTML+' | '+' ';} temp_html=temp_html+'
---|
Headquarters: 201 Northfield Road | Northfield, Illinois 60093 U.S.A. | Tel 773.478.3515 | Fax 773.478.3232\n'+'Manufacturing: 19225 Kapp Drive | Peosta, IA 52068 U.S.A. | Tel 563.583.8326 | Fax 563.583.3319\n'+'www.bodine-electric.com | info@bodine-electric.com
'+' Billing Information'+document.getElementById("print_billing_row_1").innerHTML+''+document.getElementById("print_billing_row_2").innerHTML+' '+document.getElementById("print_billing_row_3").innerHTML+' '+document.getElementById("print_billing_row_4").innerHTML+' | '+' '+' Shipping Information'+document.getElementById("print_shipping_row_1").innerHTML+''+document.getElementById("print_shipping_row_2").innerHTML+' '+document.getElementById("print_shipping_row_3").innerHTML+' '+document.getElementById("print_shipping_row_4").innerHTML+' | '+' '+' Payment Method'+document.getElementById("print_payment_row_1").innerHTML+''+document.getElementById("print_payment_row_2").innerHTML+' '+document.getElementById("print_payment_row_3").innerHTML+' | '+'
Cart Items | '+'Qty | '+'Item Price | '+'Item Total | '+''+' | '+' '+document.getElementById("receipt_title_print_"+i).innerText+' | '+''+document.getElementById("receipt_qty_print_"+i).innerText+' | '+''+document.getElementById("receipt_price_print_"+i).innerText+' | '+''+document.getElementById("receipt_total_print_"+i).innerText+' | '+' ';} temp_html=temp_html+'
---|
HEADQUARTERS: 201 NORTHFIELD ROAD | NORTHFIELD, ILLINOIS 60093 U.S.A. | TEL 773.478.3515 | FAX 773.478.3232\n'+'MANUFACTURING: 19225 KAPP DRIVE | PEOSTA, IA 52068 U.S.A. | TEL 563.583.8326 | FAX 563.583.3319\n'+'www.bodine-electric.com | info@bodine-electric.com