{"id":7182,"date":"2019-06-10T13:48:37","date_gmt":"2019-06-10T13:48:37","guid":{"rendered":"http:\/\/www.deltakits.net\/?page_id=7182"},"modified":"2019-06-10T13:48:37","modified_gmt":"2019-06-10T13:48:37","slug":"shipping-calculator","status":"publish","type":"page","link":"https:\/\/www.deltakits.net\/de\/shipping-calculator\/","title":{"rendered":"Shipping Calculator"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element azirspares_custom_5cfe5fb8008e4 \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div id=\"t3-content\" class=\"t3-content col-xs-12\">\n\t\t\t\t\t\t<div id=\"system-message-container\">\n\t<\/div>\n\n\t\t\t\t\t\t<script type=\"text\/javascript\">\n    function updatecart(quantity,product)\n    {\n        \n           \n            jQuery.ajax(\n            {\n                type: \"POST\",\n\n                url: \"\/index.php?option=com_shippingcalculator&view=productform&task=productform.addproduct\",\n                data: {\n                        'ajaxcall' : 1, \n                        \n                       'product' : product , \n                       'quantity' : quantity\n                      } ,\n\n                dataType: \"html\",\n\n                success: function (result) \n                {\n\n\n                   jQuery('#shippingcartmodule').html(result);\n\n\n                    jQuery('#shippingdisplay').html(\"\");\n\n\n\n                },\n                error: function (result) \n                {\n                    alert(\"Error :Check your connection!\");\n                }\n            });\n                      \n        \n        \/\/alert(\"delete\");\n    }\n\tif (jQuery === 'undefined') {\n\t\tdocument.addEventListener(\"DOMContentLoaded\", function (event) {\n\t\t\tjQuery('#form-product').submit(function (event) {\n\t\t\t\tJoomla.submitform();\n\t\t\t});\n\n\t\t\t\n\t\t\tjQuery('input:hidden.products').each(function(){\n\t\t\t\tvar name = jQuery(this).attr('name');\n\t\t\t\tif(name.indexOf('productshidden')){\n\t\t\t\t\tjQuery('#jform_products option[value=\"' + jQuery(this).val() + '\"]').attr('selected', 'selected');\n\t\t\t\t}\n\t\t\t});\n\t\t\t\t\tjQuery(\"#jform_products\").trigger(\"liszt:updated\");\n\t\t});\n\t} else {\n\t\tjQuery(document).ready(function () {\n\t\t\t\n                        jQuery('.jamasshead-title').html(\"SHIPPING CALCULATOR\");\n        \n        \n                        jQuery('#form-product').submit(function (event) {\n\t\t\t\tJoomla.submitform();\n\t\t\t});\n                        \n                        \n                        jQuery(\"#addproduct\").click(function()\n                        {\n                            \n                            jQuery('#shippingdisplay').html(\"\"); \n                            if (jQuery(\"#jform_products\").val() == \"\" || jQuery(\"#jform_products\").val() == 0)\n                            {\n                                jQuery(\"#system-message-container\").html('<button type=\"button\" class=\"close\" data-dismiss=\"alert\">\u00d7<\/button><div class=\"alert alert-error\"><h4 class=\"alert-heading\">Error<\/h4><p class=\"alert-error\">Please select product.<\/p><\/div>');\n                                return false;\n                            }\n                            \n                            jQuery.ajax(\n                            {\n                                type: \"POST\",\n\n                                url: \"\/index.php?option=com_shippingcalculator&view=productform&task=productform.addproduct\",\n                                data: { 'product': jQuery(\"#jform_products\").val() , \n                                        'ajaxcall' : 1} ,\n\n                                dataType: \"html\",\n\n\n                                success: function (result) \n                                {\n\n\n                                   jQuery('#shippingcartmodule').html(result);\n                                   jQuery(\"#system-message-container\").html(\"\");\n                                   jQuery(\"#jform_products\").val(\"\");\n                                   jQuery(\".chzn-single\").html(\"<span>Please enter SKU or keyword...<\/span>\");\n\n\n                                },\n                                error: function (result) \n                                {\n                                    alert(\"Error :Check your connection!\");\n                                }\n                            });\n                            \n                            \n                            \n                           \n                        });\n                        \n                        jQuery(\"#jform_zipcode\").change(function()\n                        {\n                            \n                             jQuery('#shippingdisplay').html(\"\"); \n                             \n                          \n                            \n                        });\n                        \n                        jQuery('#commercial').click(function() {\n                            jQuery('#shippingdisplay').html(\"\");\n                        });\n                        \n                        jQuery(\"#calculate\").click(function()\n                        {\n                            \n                            var productrow = jQuery(\"#products\");\n                            var regex = \/^([0-9]{5})(-[0-9]{4})?$\/i;\n                            if (jQuery(\"#jform_zipcode\").val() == \"\" || jQuery(\"#jform_zipcode\").val().length < 5 || !regex.test(jQuery(\"#jform_zipcode\").val()) || jQuery(\"#jform_zipcode\").val() < 500)\n                             \n                            {\n                                jQuery(\"#jform_zipcode\").focus();\n                                jQuery(window).scrollTop();\n                                jQuery('*').scrollTop(100);\n                                jQuery(\"#system-message-container\").html('<button type=\"button\" class=\"close\" data-dismiss=\"alert\">\u00d7<\/button><div class=\"alert alert-error\"><h4 class=\"alert-heading\">Error<\/h4><p class=\"alert-error\">Please enter valid 5-digit zip code.<\/p><\/div>');\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n                            }\n                            else\n                            {\n                               \/\/ jsonn = JSON.stringify(productrow);\n                               \n                                if (productrow.length == 0)\n                                {\n                                   jQuery(\"#jform_products\").focus();\n                                   jQuery(window).scrollTop();\n                                   jQuery('*').scrollTop(100);\n                                   jQuery(\"#system-message-container\").html('<button type=\"button\" class=\"close\" data-dismiss=\"alert\">\u00d7<\/button><div class=\"alert alert-error\"><h4 class=\"alert-heading\">Error<\/h4><p class=\"alert-error\">Please add products to the list.<\/p><\/div>');\n                                }\n                                else\n                                {\n                                    this.disabled = true;\n                            \n                                    jQuery(\"#system-message-container\").html(\"\");\n                                    jQuery('#shippingdisplay').hide().html(\"Getting available shipping rates...\").show(500);\n\n            \/\/                            jQuery.ajax(\n            \/\/                                    {\n            \/\/                                        type: \"POST\",\n            \/\/\n            \/\/                                        url: \"\/index.php?option=com_shippingcalculator&view=productform&task=productform.calculate\",\n            \/\/                                        data: { 'zipcode': jQuery(\"#jform_zipcode\").val(),\n            \/\/                                                 'ajaxcall' : 1 } ,\n            \/\/\n            \/\/                                        dataType: \"html\",\n            \/\/\n            \/\/\n            \/\/                                        success: function (result) \n            \/\/                                        {\n            \/\/\n            \/\/                                           if (result != null)\n            \/\/                                           {\n            \/\/                                                jQuery('#shippingdisplay').html(result);\n            \/\/                                           }\n            \/\/                                           else\n            \/\/                                           {\n            \/\/                                               jQuery('#shippingdisplay').html(\"No available rates!\");\n            \/\/                                           }\n            \/\/\n            \/\/\n            \/\/                                        },\n            \/\/                                        error: function (result) \n            \/\/                                        {\n            \/\/                                            alert(\"Error\"); \n            \/\/                                        }\n            \/\/                                    }); \n                                    jQuery.ajax(\n                                    {\n                                        type: \"POST\",\n\n                                        url: \"\/index.php?option=com_hikashop&ctrl=checkout\",\n                                        data: { 'zipcode': jQuery(\"#jform_zipcode\").val(),\n                                                'hikashop_address_shipping' : 1 } ,\n\n                                        dataType: \"html\",\n\n\n                                        success: function (result) \n                                        {\n\n\n                                           jQuery.ajax(\n                                            {\n                                                type: \"POST\",\n\n                                                url: \"\/index.php?option=com_shippingcalculator&view=productform&task=productform.calculate\",\n                                                data: { 'zipcode': jQuery(\"#jform_zipcode\").val(),\n                                                         'ajaxcall' : 1,\n                                                         'commercial' : jQuery(\"#commercial\").attr(\"checked\") } ,\n\n                                                dataType: \"html\",\n\n\n                                                success: function (result) \n                                                {\n\n                                                   if (result != null)\n                                                   {\n\n                                                   }\n                                                   else\n                                                   {\n                                                       jQuery('#shippingdisplay').html(\"No available rates!\");\n                                                   }\n\n\n                                                },\n                                                error: function (result) \n                                                {\n                                                    alert(\"Error :Check your connection!\");\n                                                }\n                                            }); \n\n                                           jQuery.ajax(\n                                            {\n                                                type: \"POST\",\n\n                                                url: \"\/index.php?option=com_shippingcalculator&view=productform&task=productform.refreshcart\",\n                                                data: { 'ajaxcall' : 1 } ,\n\n                                                dataType: \"html\",\n\n\n                                                success: function (result) \n                                                {\n\n\n                                                   jQuery('#shippingcartmodule').html(result);\n\n                                                   jQuery.ajax(\n                                                    {\n                                                        type: \"POST\",\n\n                                                        url: \"\/index.php?option=com_shippingcalculator&view=productform&task=productform.calculate\",\n                                                        data: { 'zipcode': jQuery(\"#jform_zipcode\").val(),\n                                                                'ajaxcall' : 1,\n                                                                'commercial' : jQuery(\"#commercial\").attr(\"checked\") } ,\n\n                                                        dataType: \"html\",\n\n\n                                                        success: function (result) \n                                                        {\n\n                                                           if (result != null)\n                                                           {\n                                                                jQuery('#shippingdisplay').html(result);\n                                                                jQuery(\"#calculate\").removeAttr(\"disabled\");  \n                                                           }\n                                                           else\n                                                           {\n                                                               jQuery('#shippingdisplay').html(\"No available rates!\");\n                                                               jQuery(\"#calculate\").removeAttr(\"disabled\");  \n                                                              \n                                                           }\n\n\n                                                        },\n                                                        error: function (result) \n                                                        {\n                                                            alert(\"Error :Check your connection!\");\n                                                        }\n                                                    }); \n\n\n                                                },\n                                                error: function (result) \n                                                {\n                                                    alert(\"Error :Check your connection!\");\n                                                }\n                                            });\n\n\n\n                                        },\n                                        error: function (result) \n                                        {\n                                            alert(\"Error :Check your connection!\");\n                                        }\n                                    });\n                                }\n                            \n                            }   \n                           \n                        });\n                        \n                        \n                        \n                         jQuery(\"#clearproducts\").click(function()\n                        {\n                            jQuery.ajax(\n                            {\n                                type: \"POST\",\n\n                                url: \"\/index.php?option=com_shippingcalculator&view=productform&task=productform.resetcart\",\n                                data: { 'ajaxcall' : 1 } ,\n\n                                dataType: \"html\",\n\n                                success: function (result) \n                                {\n\n\n                                   jQuery('#shippingcartmodule').html(result);\n                                   \n                                  \n                                        jQuery('#shippingdisplay').html(\"\");\n                                        jQuery(\"#jform_zipcode\").val(\"\");\n                                        jQuery(\"#jform_zipcode\").focus();\n                                        \n                                        jQuery(document).scrollTop(0);\n                                        \/\/jQuery('*').scrollTop(100);\n                                           \n\n\n                                },\n                                error: function (result) \n                                {\n                                    jQuery(\"#jform_zipcode\").val(\"\");\n                                    alert(\"Error :Check your connection!\");\n                                }\n                            });\n                        });\n\t\t\t\n\n\t\t\t\n\t\t\tjQuery('input:hidden.products').each(function(){\n\t\t\t\tvar name = jQuery(this).attr('name');\n\t\t\t\tif(name.indexOf('productshidden')){\n\t\t\t\t\tjQuery('#jform_products option[value=\"' + jQuery(this).val() + '\"]').attr('selected', 'selected');\n\t\t\t\t}\n\t\t\t});\n\t\t\t\t\tjQuery(\"#jform_products\").trigger(\"liszt:updated\");\n\t\t});\n\t}\n<\/script>\n<style>\n   \n<\/style>\n<div class=\"product-edit \">\n\t\t\t<p class=\"welcomeblurb\">Please enter a ZIP code and add products from the list.<\/p>\n\t\n\t<form id=\"form-product\" action=\"\/shipping-calculator\/productform\" method=\"post\" class=\"form-validate form-horizontal\" enctype=\"multipart\/form-data\">\n\t\t\n\t<input type=\"hidden\" name=\"jform[id]\" value=\"\">\n\n\t<input type=\"hidden\" name=\"jform[ordering]\" value=\"\">\n\n\t<input type=\"hidden\" name=\"jform[state]\" value=\"\">\n\n\t<input type=\"hidden\" name=\"jform[checked_out]\" value=\"\">\n\n\t<input type=\"hidden\" name=\"jform[checked_out_time]\" value=\"\">\n\n\t\t\t<input type=\"hidden\" name=\"jform[created_by]\" value=\"2523\">\n\t\t\t\t<input type=\"hidden\" name=\"jform[modified_by]\" value=\"2523\">\n\t\t<div class=\"control-group\">\n\t\t<div class=\"control-label\"><label id=\"jform_zipcode-lbl\" for=\"jform_zipcode\" class=\"required\">\n\tZip code<span class=\"star\">&nbsp;*<\/span><\/label>\n<\/div>\n\t\t<div class=\"controls\"><input type=\"text\" name=\"jform[zipcode]\" id=\"jform_zipcode\" value=\"\" class=\"required\" size=\"5\" maxlength=\"5\" required=\"required\" aria-required=\"true\">\n<\/div>\n\t<\/div>\n\t<div class=\"control-group\">\n\t\t<div class=\"control-label\" style=\"display:inline;\"><label id=\"jform_products-lbl\" for=\"jform_products\" class=\"required\">\n\tProducts<span class=\"star\">&nbsp;*<\/span><\/label>\n<\/div>\n                <div class=\"controls\" style=\"max-width:69%;\"><select id=\"jform_products\" name=\"jform[products]\" class=\"required\" required=\"required\" aria-required=\"true\" style=\"display: none;\">\n\t<option value=\"\">Please enter SKU or keyword...<\/option>\n\t<option value=\"155\">10000 B250 Bridge<\/option>\n\t<option value=\"159\">10000_SpringType B250 Bridge Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"156\">10040 B300 Bridge <\/option>\n\t<option value=\"176\">10040_SpringType B300 Bridge  Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"177\">10100 B250 Upgrade Kit<\/option>\n\t<option value=\"158\">10200 B250 Bridge Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"175\">10240 B300 Bridge  Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"42\">10440 B150 Bridge<\/option>\n\t<option value=\"44\">10440_Blue B150 Bridge Blue Screw Type Aluminum Injector<\/option>\n\t<option value=\"167\">10441 B150 Bridge Green Screw Type Aluminum Injector<\/option>\n\t<option value=\"127\">10442 B150 Bridge Screw Type Aluminum Injector Pink<\/option>\n\t<option value=\"126\">10443 B150 Bridge Screw Type Aluminum Injector Black<\/option>\n\t<option value=\"43\">10444 B150 Bridge Red Screw Type Aluminum Injector<\/option>\n\t<option value=\"45\">10445 B150 Bridge Orange Screw Type Aluminum Injector<\/option>\n\t<option value=\"46\">10446 B150 Bridge Yellow Screw Type Aluminum Injector<\/option>\n\t<option value=\"161\">10460 B150 Bridge Blue Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"162\">10461 B150 Bridge Green Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"164\">10462 B150 Bridge Pink Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"160\">10463 B150 Bridge Black Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"166\">10464 B150 Bridge Red Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"163\">10465 B150 Bridge Orange Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"165\">10466 B150 Bridge Yellow Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"169\">10480 B150 Bridge Blue Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"170\">10481 B150 Bridge Green Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"487\">10482_Pink B150 Bridge Pink with Spring Type Stainless Steal Injector<\/option>\n\t<option value=\"168\">10483 B150 Bridge Black Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"173\">10484 B150 Bridge Red Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"171\">10485 B150 Bridge Orange Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"174\">10486 B150 Bridge Yellow Spring Type Stainless Steel lnjector<\/option>\n\t<option value=\"178\">11000 Bridge Base for B250 Series Bridges<\/option>\n\t<option value=\"179\">11020 Bridge Base for B200 Series Bridges<\/option>\n\t<option value=\"180\">11040 Bridge Base for B300 Series Bridges<\/option>\n\t<option value=\"181\">11100 Bridge Base for B150 Bridge Series<\/option>\n\t<option value=\"183\">11100_Blue Bridge Base for B150 Bridge Series Blue<\/option>\n\t<option value=\"184\">11102 Bridge Base for B150 Bridge Series Green<\/option>\n\t<option value=\"186\">11104 Bridge Base for B150 Bridge Series Pink<\/option>\n\t<option value=\"182\">11106 Bridge Base for B150 Bridge Series Black<\/option>\n\t<option value=\"187\">11108 Bridge Base for B150 Bridge Series Red<\/option>\n\t<option value=\"185\">11110 Bridge Base for B150 Bridge Series Orange<\/option>\n\t<option value=\"188\">11112 Bridge Base for B150 Bridge Series Yellow<\/option>\n\t<option value=\"189\">12000 I-100 Spring Type Stainless Steel Injector<\/option>\n\t<option value=\"195\">12010 I-100S Spring Type Stainless Steel Injector Plunger<\/option>\n\t<option value=\"196\">12020 I-100S Screw Type Stainless Steel Injector<\/option>\n\t<option value=\"197\">12030 I-100SM Screw Type Stainless Steel Injector Plunger<\/option>\n\t<option value=\"198\">12040 I-100 Stainless Steal Injector Body<\/option>\n\t<option value=\"199\">12210 Injector End Seals<\/option>\n\t<option value=\"200\">12210_Pkg5 Injector End Seals Package of 5<\/option>\n\t<option value=\"201\">12215 Injector End Seals Package of 100<\/option>\n\t<option value=\"202\">12300 I-75 Aluminum Screw Type Injector <\/option>\n\t<option value=\"203\">12301 I-75 Aluminum Screw Type Injector Plunger<\/option>\n\t<option value=\"204\">12302 I-175 Aluminum Screw Type Injector Body<\/option>\n\t<option value=\"205\">13000 Vacuum Cup Replacement Pad and Stem (fits B250)<\/option>\n\t<option value=\"206\">13010 Vacuum Cup Replacement Flip Lever<\/option>\n\t<option value=\"207\">13040 Roll Pin<\/option>\n\t<option value=\"208\">13100 Vacuum Cup Pump Style for B300 Series Bridges<\/option>\n\t<option value=\"209\">13105 Vacuum Cup Replacement Pad for B300 Series<\/option>\n\t<option value=\"210\">13110 Vacuum Cup Filter for B300 Series Bridges<\/option>\n\t<option value=\"211\">13115 Vacuum Cup Replacement Pump for B300 Series<\/option>\n\t<option value=\"212\">13120 Adjustment Knob for B300 Series Bridges<\/option>\n\t<option value=\"213\">13150 Flip Lever Vacuum Cup and Base (fits B150)<\/option>\n\t<option value=\"214\">13300 Bridge Adjusting Screw<\/option>\n\t<option value=\"215\">13355 Bridge Adjusting Screw Tips <\/option>\n\t<option value=\"216\">13530 Flat Cushion Spindle<\/option>\n\t<option value=\"217\">13535 Knurled Knob<\/option>\n\t<option value=\"218\">14000 Dremel Drill Model 7300 4.8V<\/option>\n\t<option value=\"219\">14006 Dremel Drill Charger for Model 7300<\/option>\n\t<option value=\"220\">14010 Dremel Drill Battery for Model 7300<\/option>\n\t<option value=\"221\">14100 1\/16\" Collet<\/option>\n\t<option value=\"222\">14105 3\/32\" Collet<\/option>\n\t<option value=\"223\">15000 120V UV Curing Lamp<\/option>\n\t<option value=\"663\">15005 240V UV Curing Lamp<\/option>\n\t<option value=\"231\">15020 Heavy Duty Extra Fast UV Curing Lamp with Extreme Duty Cord<\/option>\n\t<option value=\"667\">15030 120V Heavy Duty UV Curing Lamp with Durable Cord<\/option>\n\t<option value=\"671\">15040 240v Heavy Duty, Extra Fast UV Curing Lamp with Extreme Duty Cord<\/option>\n\t<option value=\"235\">15045 12V 15W Long Crack UV Curing Lamp<\/option>\n\t<option value=\"675\">15050 120v 15w Long Crack UV Curing Lamp<\/option>\n\t<option value=\"679\">15055 240v 15 Watt Long Crack UV Curing Lamp<\/option>\n\t<option value=\"227\">15060 120v Lightweight UV Curing Lamp with 7' Cord<\/option>\n\t<option value=\"683\">15065 240v Lightweight UV Curing Lamp with 7' Cord<\/option>\n\t<option value=\"239\">15070 4W UV Curing Lamp AA Battery Powered<\/option>\n\t<option value=\"240\">15080 6V UV Lamp<\/option>\n\t<option value=\"242\">15200 Ignite 6V LED UV Curing Lamp <\/option>\n\t<option value=\"685\">15220 Ignite 6V LED UV Curing Lamp with Batteries and Charger<\/option>\n\t<option value=\"241\">15230 Ignite 6V LED UV Curing Lamp with Batteries, Charger and Mount<\/option>\n\t<option value=\"619\">15250 Elite UV LED Curing Light<\/option>\n\t<option value=\"655\">15260 Elite Plus UV LED Curing Light<\/option>\n\t<option value=\"657\">15270 Elite XL UV LED Curing Light <\/option>\n\t<option value=\"246\">16000 4W Ultraviolet Bulb - 6\"<\/option>\n\t<option value=\"247\">16000_1 4W Ultraviolet Bulb - 6\" UV Bulb Blue<\/option>\n\t<option value=\"248\">16010 4W Ultraviolet Bulb - 6\" UV Bulb White<\/option>\n\t<option value=\"250\">16040 9W Dual Tube Ultraviolet Bulb - 6\"<\/option>\n\t<option value=\"251\">16050 15W Long Crack Ultraviolet Bulb - 15\"<\/option>\n\t<option value=\"252\">16080 Suction Cup<\/option>\n\t<option value=\"621\">16085 Elite Light Suction Cup<\/option>\n\t<option value=\"253\">16150 Ignite Mount<\/option>\n\t<option value=\"254\">16151 Ignite Mount Replacement Clip<\/option>\n\t<option value=\"255\">16152 Ignite Mount Replacement Vacuum Cup<\/option>\n\t<option value=\"256\">16160 Ignite Quick Charger<\/option>\n\t<option value=\"257\">16170 Ignite Rechargeable Lithium Battery<\/option>\n\t<option value=\"258\">16180 Ignite LED UV Diode<\/option>\n\t<option value=\"661\">16181 Ignite LED UV Diode, Aluminum<\/option>\n\t<option value=\"259\">16205 12V Power Plug with 10' Cord<\/option>\n\t<option value=\"623\">16206 12V Plug<\/option>\n\t<option value=\"625\">16207 AC to DC Adapter 100V-240V Plug<\/option>\n\t<option value=\"557\">16210 Fuse Replacement 12V Plug<\/option>\n\t<option value=\"260\">21000 On the Go Pro Pack<\/option>\n\t<option value=\"261\">21100 Locking Mini Sprayer 3 oz<\/option>\n\t<option value=\"263\">21100_Single Locking Mini Sprayer 3 oz Single<\/option>\n\t<option value=\"262\">21101 Locking Mini Sprayer 3 oz Package of 5<\/option>\n\t<option value=\"265\">22000 Spring Hammer Replacement Depth Gauge<\/option>\n\t<option value=\"264\">22001 Spring Hammer with Depth Gauge<\/option>\n\t<option value=\"266\">22005 Slide Hammer<\/option>\n\t<option value=\"267\">22010 Hardened Steel Replacement Point<\/option>\n\t<option value=\"268\">22050 Star Break Maker<\/option>\n\t<option value=\"269\">22055 Bulls-Eye Maker<\/option>\n\t<option value=\"270\">22060 Hook Tool - Straight<\/option>\n\t<option value=\"271\">22100 Carbide Scribe with Magnet<\/option>\n\t<option value=\"272\">22105 Double End Steel Point Scribe<\/option>\n\t<option value=\"273\">22110 Long Steel Point Scribe<\/option>\n\t<option value=\"274\">22115 Hardened Steel Replacement Point<\/option>\n\t<option value=\"275\">22125 Short Steel Point Scribe<\/option>\n\t<option value=\"276\">22130 Injector Centering Tool <\/option>\n\t<option value=\"277\">22200 Nylon Stick<\/option>\n\t<option value=\"279\">22200_Single Nylon Stick Single<\/option>\n\t<option value=\"278\">22205 Nylon Stick Package of 12<\/option>\n\t<option value=\"280\">22245 Thin Easy Tear Curing Tape<\/option>\n\t<option value=\"281\">22250 Thick Lay Flat Curing Tape<\/option>\n\t<option value=\"282\">22255 Curing Tabs<\/option>\n\t<option value=\"283\">22260 Curing Strips<\/option>\n\t<option value=\"284\">22265 Acrylic Inspection Mirror<\/option>\n\t<option value=\"285\">22275 Glass Inspection Mirror with 3x Magnification<\/option>\n\t<option value=\"286\">22285 Syringe -10CC - UV Resistant<\/option>\n\t<option value=\"287\">22300 Syringe - 3CC - Clear - 18 Gauge Blunt Needle<\/option>\n\t<option value=\"288\">22305 Syringe - 3CC - Black - 18 Gauge Blunt Needle<\/option>\n\t<option value=\"289\">22395 Heat Exchanger<\/option>\n\t<option value=\"290\">22415 Infrared Thermometer <\/option>\n\t<option value=\"291\">22420 Razor Blades<\/option>\n\t<option value=\"292\">22425 Crack Expander<\/option>\n\t<option value=\"293\">22430 Chip Savers <\/option>\n\t<option value=\"294\">22435 Cleaning Jar and Cap<\/option>\n\t<option value=\"295\">22440 Safety Glasses<\/option>\n\t<option value=\"296\">22445 Ruler - 7\"<\/option>\n\t<option value=\"297\">22455 Card Caddie<\/option>\n\t<option value=\"298\">22465 Dust Blower<\/option>\n\t<option value=\"299\">22470 Steel Wool  Size 4-0<\/option>\n\t<option value=\"300\">22475 Razor Blade Holder<\/option>\n\t<option value=\"653\">22475_171 Razor Blade Holder Package of 1 <\/option>\n\t<option value=\"651\">22477 Razor Blade Holder Package of 10<\/option>\n\t<option value=\"649\">22479 Razor Blade Holder Package of 25<\/option>\n\t<option value=\"301\">22480 Pit Polishing Cork <\/option>\n\t<option value=\"302\">22675 Replacement Cap for Slide Hammer<\/option>\n\t<option value=\"303\">23000 UV Bubble Dome<\/option>\n\t<option value=\"304\">23005 UV Shield <\/option>\n\t<option value=\"305\">23010 Rock Chip Windshield Repair Banner<\/option>\n\t<option value=\"306\">23015 Hood Protector <\/option>\n\t<option value=\"307\">23015_Logo Hood Protector  Hood Protector with Logo<\/option>\n\t<option value=\"308\">23020 Hood Protector  Hood Protector without Logo<\/option>\n\t<option value=\"309\">23525 Replacement Knob for Bubble Dome\/UV Shield<\/option>\n\t<option value=\"310\">24060 Plug Adapter (EU) Type C<\/option>\n\t<option value=\"311\">24070 Plug Adapter Type I<\/option>\n\t<option value=\"312\">24080 Plug Adapter Type M<\/option>\n\t<option value=\"313\">24090 Plug Adapter Type G<\/option>\n\t<option value=\"314\">24240 Battery Charger Maintainer USA<\/option>\n\t<option value=\"317\">24260 Battery  Charger Maintainer International EU C Type Plug<\/option>\n\t<option value=\"318\">24280 Battery  Charger Maintainer International UK G Type Plug<\/option>\n\t<option value=\"315\">24310 Battery  Charger Maintainer International<\/option>\n\t<option value=\"316\">24310_TypeA Battery  Charger Maintainer International A Type Plug<\/option>\n\t<option value=\"319\">24350 12V Battery with Charger<\/option>\n\t<option value=\"323\">24430 12V Moisture Evaporator<\/option>\n\t<option value=\"324\">24530 Ring Terminal Harness<\/option>\n\t<option value=\"325\">24535 Alligator Clips<\/option>\n\t<option value=\"328\">25000 <a href=\"https:\/\/www.deltakits.net\/shop\/headlight-restoration-products\/system-supplies-hr\/other-system-supplies-hr\/product\/327-cerium-oxide-buffing-compound\/\">Cerium Oxide<\/a> Buffing Compound 11 lb Bag<\/option>\n\t<option value=\"635\">25001 Cerium Oxide Buffing Compound 55 lb<\/option>\n\t<option value=\"327\">25005 Cerium Oxide Buffing Compound<\/option>\n\t<option value=\"330\">25005_8oz Cerium Oxide Buffing Compound 8 oz Jar<\/option>\n\t<option value=\"331\">25010 Polishing Head<\/option>\n\t<option value=\"332\">25015 Creme Cleanser<\/option>\n\t<option value=\"507\">25015_129 <\/option>\n\t<option value=\"509\">25020 <\/option>\n\t<option value=\"505\">25025 <\/option>\n\t<option value=\"336\">25036 Derma Shield Intense <\/option>\n\t<option value=\"521\">25040 <\/option>\n\t<option value=\"337\">25043 Derma Shield Lotion<\/option>\n\t<option value=\"523\">25043_117 <\/option>\n\t<option value=\"525\">25043_119 <\/option>\n\t<option value=\"338\">25060 Derma Shield Mousse<\/option>\n\t<option value=\"527\">25060_74 Derma Shield Mousse 17 oz<\/option>\n\t<option value=\"342\">25065 Derma Shield Mousse 6 oz<\/option>\n\t<option value=\"343\">25070 Derma Shield Mousse 2 oz<\/option>\n\t<option value=\"633\">25075 Derma Shield Wall Mount<\/option>\n\t<option value=\"98\">25085 Horse Shield Aerosol<\/option>\n\t<option value=\"345\">26020 Tapered .047 Carbide Bur<\/option>\n\t<option value=\"347\">26020_76 Tapered .047 Carbide Bur Package of 5<\/option>\n\t<option value=\"346\">26025 Tapered .047 Carbide Bur Package of 100<\/option>\n\t<option value=\"348\">26030 Round .039 Carbide Bur<\/option>\n\t<option value=\"350\">26030_Pkg5 Round .039 Carbide Bur Package of 5<\/option>\n\t<option value=\"349\">26035 Round .039 Carbide Bur Package of 100<\/option>\n\t<option value=\"351\">26040 Pear .024 Carbide Bur<\/option>\n\t<option value=\"353\">26040_Pkg5 Pear .024 Carbide Bur Package of 5<\/option>\n\t<option value=\"352\">26045 Pear .024 Carbide Bur Package of 100<\/option>\n\t<option value=\"354\">26050 Long Tapered Point .035 Carbide Bur<\/option>\n\t<option value=\"356\">26050_Pkg5 Long Tapered Point .035 Carbide Bur Package of 5<\/option>\n\t<option value=\"355\">26055 Long Tapered Point .035 Carbide Bur Package of 100<\/option>\n\t<option value=\"357\">26060 Long Tapered Point .039 Carbide Bur<\/option>\n\t<option value=\"359\">26060_Pkg5 Long Tapered Point .039 Carbide Bur Package of 5<\/option>\n\t<option value=\"358\">26065 Long Tapered Point .039 Carbide Bur Package of 100<\/option>\n\t<option value=\"360\">26085 Extra Long Round Point .039 Carbide Bur<\/option>\n\t<option value=\"361\">26085_Pkg10 Extra Long Round Point .039 Carbide Bur Package of 10<\/option>\n\t<option value=\"362\">26090 Extra Long Round Point .039 Carbide Bur Package of 100<\/option>\n\t<option value=\"70\">30001 MagniBond Resin<\/option>\n\t<option value=\"363\">30001_15ml MagniBond Resin 15 ml<\/option>\n\t<option value=\"364\">30002 MagniBond Resin 15 ml Pkg of 2<\/option>\n\t<option value=\"365\">30003 MagniBond Resin One-Shot Syringe Pkg of 5<\/option>\n\t<option value=\"366\">30008 MagniBond Resin 250 ml<\/option>\n\t<option value=\"367\">30009 MagniBond Resin Liter<\/option>\n\t<option value=\"368\">30011 ProBond 5040 Resin<\/option>\n\t<option value=\"369\">30011_15ml ProBond 5040 Resin 15 ml<\/option>\n\t<option value=\"370\">30018 ProBond 5040 Resin 250 ml<\/option>\n\t<option value=\"371\">30019 ProBond 5040 Resin Liter<\/option>\n\t<option value=\"372\">30021 ProBond 5060 Resin<\/option>\n\t<option value=\"373\">30021_15ml ProBond 5060 Resin 15 ml<\/option>\n\t<option value=\"374\">30028 ProBond 5060 Resin 250 ml<\/option>\n\t<option value=\"375\">30029 ProBond 5060 Resin Liter<\/option>\n\t<option value=\"376\">30031 ProBond 5010 Resin<\/option>\n\t<option value=\"377\">30031_15ml ProBond 5010 Resin 15 ml<\/option>\n\t<option value=\"378\">30038 ProBond 5010 Resin 250 ml<\/option>\n\t<option value=\"379\">30039 ProBond 5010 Resin Liter<\/option>\n\t<option value=\"380\">30061 ProBond AF Resin<\/option>\n\t<option value=\"381\">30061_15ml ProBond AF Resin 15 ml<\/option>\n\t<option value=\"382\">30068 ProBond AF Resin 250 ml<\/option>\n\t<option value=\"383\">30069 ProBond AF Resin Liter<\/option>\n\t<option value=\"511\">30081 Premium Bond  20 Resin<\/option>\n\t<option value=\"555\">30081_19 Premium Bond  20 Resin 15 ml<\/option>\n\t<option value=\"605\">30082 Premium Bond  20 Resin 15 ml Pkg of 2<\/option>\n\t<option value=\"519\">30088 Premium Bond  20 Resin 250 ml<\/option>\n\t<option value=\"513\">30089 Premium Bond  20 Resin Liter<\/option>\n\t<option value=\"693\">30101 Green ProBond 5040 Resin<\/option>\n\t<option value=\"529\">30260 Premium Bond 3000 Resin<\/option>\n\t<option value=\"553\">30260_7ML Premium Bond 3000 Resin 7 ml<\/option>\n\t<option value=\"547\">30261 Premium Bond 3000 Resin 15 ml<\/option>\n\t<option value=\"533\">30268 Premium Bond 3000 Resin 250 ml<\/option>\n\t<option value=\"537\">30269 Premium Bond 3000 Resin Liter<\/option>\n\t<option value=\"384\">30271 Plate Glass Resin<\/option>\n\t<option value=\"385\">30271_15ml Plate Glass Resin 15 ml<\/option>\n\t<option value=\"387\">30277 Plate Glass Repair Kit<\/option>\n\t<option value=\"386\">30279 Plate Glass Resin Liter<\/option>\n\t<option value=\"388\">30280 Premium Pit Plus Resin<\/option>\n\t<option value=\"389\">30280_7ml Premium Pit Plus Resin 7 ml<\/option>\n\t<option value=\"390\">30281 Premium Pit Plus Resin 15 ml<\/option>\n\t<option value=\"391\">30288 Premium Pit Plus Resin 250 ml<\/option>\n\t<option value=\"392\">30289 Premium Pit Plus Resin Liter<\/option>\n\t<option value=\"393\">30290 Premium Pit Resin<\/option>\n\t<option value=\"394\">30290_7ml Premium Pit Resin 7 ml<\/option>\n\t<option value=\"503\">30291 Premium Pit Resin 15 ml<\/option>\n\t<option value=\"396\">30298 Premium Pit Resin 250 ml<\/option>\n\t<option value=\"397\">30299 Premium Pit Resin Liter<\/option>\n\t<option value=\"398\">30400 Premium Pit Polish<\/option>\n\t<option value=\"399\">30400_7ml Premium Pit Polish 7 ml<\/option>\n\t<option value=\"400\">30402 Premium Pit Polish 30 ml<\/option>\n\t<option value=\"401\">30403 Premium Pit Polish 8 oz<\/option>\n\t<option value=\"402\">30405 Premium Pit Polish 64 oz<\/option>\n\t<option value=\"403\">30410 Premium Pit and Polish Combo<\/option>\n\t<option value=\"404\">31200 Plastic Resin Dropper <\/option>\n\t<option value=\"405\">31205 Glass Resin Dropper<\/option>\n\t<option value=\"406\">33000 Windshield Repair Instructional DLC and PDF Manual<\/option>\n\t<option value=\"407\">33100 Headlight Restoration Instructional  DLC and Manual Coat2Protect<\/option>\n\t<option value=\"491\">33120 Headlight Restoration Instructional  DVD and Manual Infinity 4.1<\/option>\n\t<option value=\"408\">33210 Delta Kits Embroidered Logo Hat<\/option>\n\t<option value=\"409\">33500 Headlight Restoration Point of Sale Display<\/option>\n\t<option value=\"410\">33610 Headlight Restoration Trifolds <\/option>\n\t<option value=\"411\">35000 Kit Box for Double Bridge System<\/option>\n\t<option value=\"412\">35010 Kit Box for Headlight Restoration Systems<\/option>\n\t<option value=\"413\">36001 EZ-250S Mobile Windshield Repair System<\/option>\n\t<option value=\"414\">36010 EZ-300S Mobile Pro Windshield Repair System<\/option>\n\t<option value=\"415\">36016 EZ-400D Mobile Pro Windshield Repair System <\/option>\n\t<option value=\"56\">36021 EZ-450D Mobile Pro Windshield Repair System <\/option>\n\t<option value=\"659\">36160 EZ-350S Mobile Pro Plus Windshield Repair System<\/option>\n\t<option value=\"418\">36800 EZ-200S Mini Mobile Windshield Repair System<\/option>\n\t<option value=\"427\">54000 Dust Mask<\/option>\n\t<option value=\"428\">54005 Blue Masking Tape<\/option>\n\t<option value=\"429\">54010 Lint Free Paper Shop Towel - Headlight Restoration<\/option>\n\t<option value=\"430\">54015 Mixing Cup with Lid<\/option>\n\t<option value=\"431\">54100 Coat2Protect Headlight Coating <\/option>\n\t<option value=\"432\">54110 Infinity 4.1 Headlight Restoration Coating<\/option>\n\t<option value=\"433\">54200 Clean2Prep Spray<\/option>\n\t<option value=\"493\">54200_111 Clean2Prep Spray 8 oz<\/option>\n\t<option value=\"495\">54220 Clean2Prep Spray Gallon <\/option>\n\t<option value=\"434\">54300 Headlight Restoration Polishing Compound <\/option>\n\t<option value=\"435\">54315 Premium Polishing Compound<\/option>\n\t<option value=\"436\">54315_8oz Premium Polishing Compound 8 oz<\/option>\n\t<option value=\"437\">54320 Premium Polishing Compound 24 oz<\/option>\n\t<option value=\"438\">54425 Spray Bottle <\/option>\n\t<option value=\"485\">54515 Graduated Cyclinder<\/option>\n\t<option value=\"449\">56060 Headlight Restoration 3\" Polishing Disc<\/option>\n\t<option value=\"450\">56100 Hook and Loop Interface Pad<\/option>\n\t<option value=\"451\">56110 Foam Polish Pad<\/option>\n\t<option value=\"439\">56500 Headlight Restoration 3\" Sanding Discs<\/option>\n\t<option value=\"691\">56500_ Headlight Restoration 3\" Sanding Discs 180 Grit Pkg of 50<\/option>\n\t<option value=\"593\">56520 Headlight Restoration 3\" Sanding Discs 320 Grit Pkg of 50<\/option>\n\t<option value=\"603\">56525 Headlight Restoration 3\" Sanding Discs 500 Grit Pkg of 50<\/option>\n\t<option value=\"597\">56534 Headlight Restoration 3\" Sanding Discs 800 Grit Pkg of 50<\/option>\n\t<option value=\"599\">56536 Headlight Restoration 3\" Sanding Discs 1200 Grit Pkg of 50<\/option>\n\t<option value=\"601\">56540 Headlight Restoration 3\" Sanding Discs 1500 Grit Pkg of 50<\/option>\n\t<option value=\"452\">58000 Motor Brushes - Griot's Random Orbit Sander<\/option>\n\t<option value=\"455\">58010 Professional 3\" Random Orbital Sander 240V<\/option>\n\t<option value=\"453\">58020 Professional 3\" Random Orbital Sander<\/option>\n\t<option value=\"454\">58020_120V Professional 3\" Random Orbital Sander 120V<\/option>\n\t<option value=\"456\">58030 Replacement Backing Plate<\/option>\n\t<option value=\"457\">58050 Makita Professional 120V Polisher<\/option>\n\t<option value=\"458\">60200 Coat2Protect Headlight Restoration Restock Kit<\/option>\n\t<option value=\"459\">60205 Infinity 4.1 Headlight Restoration Coating Restock Kit<\/option>\n\t<option value=\"460\">70050 ClearPro <a href=\"https:\/\/www.deltakits.net\/shop\/headlight-restoration-products\/systems\/\">Headlight Restoration System<\/a><\/option>\n\t<option value=\"461\">70055 ClearPro PLUS Headlight Restoration System<\/option>\n\t<option value=\"462\">70055_120V ClearPro PLUS Headlight Restoration System 120V<\/option>\n\t<option value=\"463\">70060 ClearPro PLUS Headlight Restoration System 240V<\/option>\n\t<option value=\"559\">S000017 Derma Shield Mousse Combo Pack<\/option>\n\t<option value=\"569\">S000021 Infinity 4.1 Headlight Restoration Coating Restock Kit + 3\" Random Orbital Sander<\/option>\n\t<option value=\"573\">S000023 EZ-200S Mini Mobile Windshield Repair System + Random Orbital Sander + Infinity 4.1 Headlight Restoration Coating Restock Kit<\/option>\n\t<option value=\"575\">S000024 B250 Bridge + FREE 15ml MagniBond Resin<\/option>\n\t<option value=\"577\">S000025 B250 Bridge + 15ml Premium Bond 20 Bundle<\/option>\n\t<option value=\"579\">S000026 Spring Hammer with Depth Gauge+ Tapered .047 Carbide  Bur Pack of 100<\/option>\n\t<option value=\"581\">S000027 EZ-450D Mobile Pro Windshield Repair System + ClearPro PLUS Headlight Restoration System<\/option>\n\t<option value=\"571\">S000028 B150 Bridge + Ignite 6V LED UV Curing Lamp with Batteries, Charger and Mount + Premium Bond 20 Resin<\/option>\n\t<option value=\"585\">S000029 B250 Bridge + 15ml MagniBond Resin + Pit &amp; Polish Combo<\/option>\n\t<option value=\"587\">S000030 B300 Bridge + 15ml MagniBond Resin + Pit &amp; Polish Combo<\/option>\n\t<option value=\"609\">S000032 Spring Hammer with Depth Gauge+ Round .039 Carbide  Bur Pack of 100<\/option>\n\t<option value=\"611\">S000033 B150 Bridge + FREE Premium Pit Polish + Pit Polishing Cork Bundle<\/option>\n\t<option value=\"589\">S000036 B300 Bridge + 15ml Premium Bond 20 + Pit &amp; Polish Combo<\/option>\n\t<option value=\"613\">S000037 B150 Pink Bridge for Breast Cancer Awareness<\/option>\n\t<option value=\"629\">S000041 EZ-450D Mobile Pro Windshield Repair System + Windshield Repair Launch Pad<\/option>\n\t<option value=\"465\">Z990033 6 mm to 5\/8\"-11 Adapter for Metabo Polisher Buffer Backing Plate<\/option>\n\t<option value=\"467\">Z990064 Metabo Backing Plate<\/option>\n\t<option value=\"468\">Z990073 Nitrile O-Ring, 7\/16 x 5\/16 x 1\/16<\/option>\n\t<option value=\"471\">Z990078 Small Suction Cup 1-1\/8\"<\/option>\n\t<option value=\"472\">Z990080 Suction Cup 1.37\"<\/option>\n\t<option value=\"473\">Z990081 Suction Cup 1-3\/4\"<\/option>\n\t<option value=\"474\">Z990090 Wrench, 18mm For Metabo (WR18)<\/option>\n\t<option value=\"475\">Z990097 Bulb - 6\" - White Fluorescent (not UV)<\/option>\n\t<option value=\"476\">Z990106 Metabo SXE400 Sander Backing Plate<\/option>\n\t<option value=\"477\">Z990112R Metabo 3 1\/8\" Interface Pads and Sanding Discs 80 Grit <\/option>\n\t<option value=\"320\">Z990124 12V Double Socket Power Outlet<\/option>\n\t<option value=\"249\">Z990129 Eiko 9\" F6T5\/BLB Fluorescent Bulb, 6W Ultraviolet<\/option>\n\t<option value=\"617\">Z990130 Bulb - 9\" - White Fluorescent (not UV)<\/option>\n\t<option value=\"478\">Z990200 Dremel 1\/2\" Accessory Pack<\/option>\n\t<option value=\"479\">Z990201 Dremel 1\/4\" Accessory Pack <\/option>\n\t<option value=\"480\">Z990202 Dremel 408 Sanding Band, 60 Grit<\/option>\n\t<option value=\"481\">Z990204 Dremel 414 Polishing Pack<\/option>\n\t<option value=\"482\">Z990205 Dremel 414 Felt Polishing 1\/2\" Wheels, 25 pack<\/option>\n<\/select><div class=\"chzn-container chzn-container-single\" style=\"width: 621px;\" title=\"\" id=\"jform_products_chzn\"><a class=\"chzn-single\"><span>Please enter SKU or keyword...<\/span><div><b><\/b><\/div><\/a><div class=\"chzn-drop\"><div class=\"chzn-search\"><input type=\"text\" autocomplete=\"off\"><\/div><ul class=\"chzn-results\"><\/ul><\/div><\/div>\n<\/div><input type=\"button\" id=\"addproduct\" value=\"Add product\" class=\"btn btn-primary btnaddlist\" style=\"\">\n\t\t\t\t\t\t\n                   \n\t<\/div>\n\t                \n                <div id=\"shippingcartmodule\" class=\"shippingcartmodule\">        \n           <div class=\"hikashop_cart_module\" id=\"hikashop_cart_module\">\n<div id=\"hikashop_cart\" class=\"hikashop_cart\">\n\t\t\tThe cart is empty\t\t<\/div>\n\t\t<div class=\"clear_both\"><\/div><\/div>\n  \n        <\/div>\n                 <div class=\"control-group commercialaddress\">\n                     <label><input type=\"checkbox\" id=\"commercial\" value=\"1\"> Commercial address<\/label>\n                <\/div>       \n\t\t<div class=\"control-group\">\n\t\t\t<div class=\"controls bottombuttons\">\n                            \n                            <!--label><input type=\"checkbox\" id=\"commercial\" value=\"commercial\"> Commercial ?&nbsp;&nbsp;<\/label-->\n\n\t\t\t\t\t\t\t\t\t<input type=\"button\" id=\"calculate\" class=\"validate btn btn-primary\" value=\"Calculate\">\n\t\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\t\t\t\t<input type=\"button\" id=\"clearproducts\" value=\"New Quote\" class=\"btn btnclearlist\" style=\"\">\n\t\t\t\t\n\t\t\t<\/div>\n                     \n\t\t<\/div>\n                <div id=\"shippingdisplay\" class=\"shippingdisplay\">    \n                <\/div>\n                     \n\t\t<input type=\"hidden\" name=\"option\" value=\"com_shippingcalculator\">\n\t\t<input type=\"hidden\" name=\"task\" value=\"\">\n\t\t<input type=\"hidden\" name=\"3a41c0190f9f7493c2a71b6f524a982d\" value=\"1\">\t<\/form>\n        \n<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Please enter a ZIP code and add products from the list. Zip code&nbsp;* Products&nbsp;* Please enter SKU or keyword... 10000 B250 Bridge 10000_SpringType B250 Bridge Spring Type Stainless Steel lnjector 10040 B300 Bridge 10040_SpringType B300 Bridge Spring Type Stainless Steel lnjector 10100 B250 Upgrade Kit 10200 B250 Bridge Screw Type Stainless Steel Injector 10240 B300 [...]","protected":false},"author":1,"featured_media":21525,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-7182","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shipping Calculator - Delta Kits<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.deltakits.net\/de\/shipping-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shipping Calculator - Delta Kits\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.deltakits.net\/de\/shipping-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Delta Kits\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.deltakits.net\/wp-content\/uploads\/dk-placeholder.png\" \/>\n\t<meta property=\"og:image:width\" content=\"440\" \/>\n\t<meta property=\"og:image:height\" content=\"393\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"27\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Shipping Calculator - Delta Kits","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.deltakits.net\/de\/shipping-calculator\/","og_locale":"de_DE","og_type":"article","og_title":"Shipping Calculator - Delta Kits","og_url":"https:\/\/www.deltakits.net\/de\/shipping-calculator\/","og_site_name":"Delta Kits","og_image":[{"width":440,"height":393,"url":"https:\/\/www.deltakits.net\/wp-content\/uploads\/dk-placeholder.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"27\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[]}},"_links":{"self":[{"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/pages\/7182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/comments?post=7182"}],"version-history":[{"count":0,"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/pages\/7182\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/media\/21525"}],"wp:attachment":[{"href":"https:\/\/www.deltakits.net\/de\/wp-json\/wp\/v2\/media?parent=7182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}