{"id":9722,"date":"2022-12-14T18:27:25","date_gmt":"2022-12-14T15:27:25","guid":{"rendered":"https:\/\/sitedestek.me\/tmgd\/?page_id=9722"},"modified":"2022-12-23T15:13:22","modified_gmt":"2022-12-23T12:13:22","slug":"air-freight-price-inquiry","status":"publish","type":"page","link":"https:\/\/www.trfreightline.com\/en\/air-freight-price-inquiry\/","title":{"rendered":"Air Freight Price Inquiry"},"content":{"rendered":"<form action=\"#\" method=\"post\" id=\"HavaSefer\" novalidate=\"novalidate\" class=\"rounded-field\">\r\n\t<div class=\"row mb-4\">\r\n\t\t<div class=\"col\">\r\n\t\t\t<select title=\"Kalk\u0131s Havaliman\u0131\" required=\"\" name=\"KalkisHavalimani\" id=\"KalkisHavalimani\" class=\"custom-select\" aria-required=\"true\" aria-invalid=\"false\">\r\n\t\t\t\t<option value=\"\">Departure Airport<\/option>\r\n\t\t\t\t<option value=\"2\">Istanbul New Airport<\/option>\r\n\t\t\t\t<option value=\"3\">Sabiha Gokcen Airport<\/option>\r\n\t\t\t<\/select>\r\n\t\t<\/div>\r\n\t\t<div class=\"col\">\r\n\t\t\t<select class=\"custom-select\" id=\"VarisUlke\" name=\"VarisUlke\">\r\n\t\t\t\t<option value=\"\">Select Destination Country<\/option>\r\n\t\t\t<\/select>\r\n\t\t<\/div>\r\n\t\t<div class=\"col\">\r\n\t\t\t<select title=\"Arrival Airport\" required=\"\" name=\"VarisHavalimani\" id=\"VarisHavalimani\" class=\"custom-select\" aria-required=\"true\" aria-invalid=\"false\">\r\n\t\t\t\t<option value=\"\">Arrival Airport<\/option>\r\n\t\t\t<\/select>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\r\n\t<div class=\"row\">\r\n\t\t<div class=\"col\">\r\n\t\t\t<div class=\"center-head\"><span class=\"bg-white txt-orange\">Product features<\/span><\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<div class=\"row my-4\">\r\n\t\t<div class=\"col\">\r\n\t\t\t<input type=\"number\" name=\"Kg\" class=\"form-control\" placeholder=\"Weight(kg)\">\r\n\t\t<\/div>\r\n\t\t<div class=\"col\">\r\n\t\t\t<input type=\"number\" name=\"Adet\" class=\"form-control\" placeholder=\"Quantity (Number of boxes) \">\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<div class=\"row my-4\">\r\n\t\t<div class=\"col\">\r\n\t\t\t<input type=\"number\" name=\"En\" class=\"form-control\" placeholder=\"Most(cm)\">\r\n\t\t<\/div>\r\n\t\t<div class=\"col\">\r\n\t\t\t<input type=\"number\" name=\"Boy\" class=\"form-control\" placeholder=\"Size(cm)\">\r\n\t\t<\/div>\r\n\t\t<div class=\"col\">\r\n\t\t\t<input type=\"number\" name=\"Yukseklik\" class=\"form-control\" placeholder=\"Height(cm)\">\r\n\t\t<\/div>\r\n\t<\/div>\r\n\r\n\t<div class=\"row\">\r\n\t\t<div class=\"col-md-3 pt-3 \">\r\n\t\t\t<button type=\"button\" id=\"getPrice\" class=\"btn btn-theme bg-orange\">Inquire Price<\/button>\r\n\t\t<\/div>\r\n\t\t<div class=\"col-md-9 pt-3 visibleStyle\" id=\"_divSee\">\r\n\t\t\t<div class=\"form-row\">\r\n\t\t\t\t<div class=\"col pt-3 \">\r\n\t\t\t\t\t<p class=\"heading-main\" style=\"font-size:16px\">Shipping Price: <b class=\"link-blue\" id=\"KargoPrice\"><\/b><\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"col pt-3 \" id=\"Price\">\r\n\t\t\t\t\t<p class=\"heading-main\" style=\"font-size:16px\">Bill of Lading Price: <b class=\"link-blue\" id=\"Kons\"><\/b><\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"col pt-3 \" id=\"Price\">\r\n\t\t\t\t\t<p class=\"heading-main\" style=\"font-size:16px\">Total price: <b class=\"link-blue\" id=\"TotalPrice\"><\/b><\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/form>\r\n<script>\r\n\tjQuery(document).ready(function($) {\r\n\t\t$('#VarisUlke').prop('disabled', true);\r\n\t\t$('#VarisHavalimani').prop('disabled', true);\r\n\t\t$.ajax({\r\n\t\t\ttype: 'POST',\r\n\t\t\turl: my_ajax_object.ajax_url,\r\n\t\t\tdata: {\r\n\t\t\t\t'action':'get_bs_country_data',\r\n\t\t\t},\r\n\t\t\tsuccess:function(data) {\r\n\t\t\t\t$('#VarisUlke').html('');\r\n\t\t\t\t$('#VarisUlke').append(`<option value=\"\">Select Destination Country<\/option>`);\r\n\t\t\t\t$.each(JSON.parse(data), function(index, value) {\r\n\t\t\t\t\t$('#VarisUlke').append(`<option value=\"${value.price_country_id}\">${value.price_country_name}<\/option>`);\r\n\t\t\t\t});\r\n\t\t\t\t$('#VarisUlke').prop('disabled', false);\r\n\t\t\t},\r\n\t\t\terror: function(errorThrown){\r\n\t\t\t\tconsole.error(errorThrown);\r\n\t\t\t}\r\n\t\t});\r\n\t\t\r\n\t\t$('#VarisUlke').change(function(e){\r\n\t\t\t$('#VarisHavalimani').prop('disabled', true);\r\n\t\t\t$('#VarisHavalimani').html('');\r\n\t\t\t$('#VarisHavalimani').append(`<option value=\"\">Arrival Airport<\/option>`);\r\n\t\t\tvar id = $(this).val();\r\n\t\t\t$.ajax({\r\n\t\t\t\turl: my_ajax_object.ajax_url,\r\n\t\t\t\tdata: {\r\n\t\t\t\t\t'action':'get_bs_airland_data',\r\n\t\t\t\t\t'id': id\r\n\t\t\t\t},\r\n\t\t\t\tsuccess:function(data) {\r\n\t\t\t\t\t$.each(JSON.parse(data), function(index, value) {\r\n\t\t\t\t\t\t$('#VarisHavalimani').append(`<option \r\n\t\t\t\t\t\t\tvalue=\"${value.price_airland_id}\"\r\n\t\t\t\t\t\t\tdata-N=\"${value.price_airland_N}\"\r\n\t\t\t\t\t\t\tdata-Q45=\"${value.price_airland_Q45}\"\r\n\t\t\t\t\t\t\tdata-Q100=\"${value.price_airland_Q100}\"\r\n\t\t\t\t\t\t\tdata-Q300=\"${value.price_airland_Q300}\"\r\n\t\t\t\t\t\t\tdata-Q500=\"${value.price_airland_Q500}\"\r\n\t\t\t\t\t\t\tdata-Q1000=\"${value.price_airland_Q1000}\">\r\n\t\t\t\t\t\t\t${value.price_airland_name} (${value.price_airland_code})\r\n\t\t\t\t\t\t<\/option>`);\r\n\t\t\t\t\t});\r\n\t\t\t\t\t$('#VarisHavalimani').prop('disabled', false);\r\n\t\t\t\t},\r\n\t\t\t\terror: function(errorThrown){\r\n\t\t\t\t\tconsole.error(errorThrown);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t});\r\n\t\t$('#getPrice').click(function(e){\r\n\t\t\tif ($('#VarisHavalimani').val() > 0) {\r\n\t\t\t\tvar kg = $('input[name=\"Kg\"]').val();\r\n\t\t\t\tvar adet = $('input[name=\"Adet\"]').val();\r\n\t\t\t\tvar en = $('input[name=\"En\"]').val();\r\n\t\t\t\tvar boy = $('input[name=\"Boy\"]').val();\r\n\t\t\t\tvar yukseklik = $('input[name=\"Yukseklik\"]').val();\r\n\t\t\t\tvar hacimsel = ((boy * en * yukseklik) \/ 6000) * adet;\r\n\t\t\t\t\r\n\t\t\t\tif (hacimsel > kg)\r\n\t\t\t\t\tkg = hacimsel;\r\n\t\t\t\t\r\n\t\t\t\tvar price = 0;\r\n\t\t\t\tif (kg < 45)\r\n\t\t\t\t\tprice = parseFloat($(\"#VarisHavalimani option:selected\").attr('data-N'));\r\n\t\t\t\telse if (kg > 44 && kg < 100)\r\n\t\t\t\t\tprice = parseFloat($(\"#VarisHavalimani option:selected\").attr('data-Q45'));\r\n\t\t\t\telse if (kg > 99 && kg < 300)\r\n\t\t\t\t\tprice = parseFloat($(\"#VarisHavalimani option:selected\").attr('data-Q100'));\r\n\t\t\t\telse if (kg > 299 && kg < 500)\r\n\t\t\t\t\t\tprice = parseFloat($(\"#VarisHavalimani option:selected\").attr('data-Q300'));\r\n\t\t\t\telse if (kg > 499 && kg < 1000)\r\n\t\t\t\t\tprice = parseFloat($(\"#VarisHavalimani option:selected\").attr('data-Q500'));\r\n\t\t\t\telse \r\n\t\t\t\t\tprice = parseFloat($(\"#VarisHavalimani option:selected\").attr('data-Q1000'));\r\n\t\t\t\t\r\n\t\t\t\t$('#KargoPrice').html(`${(price * kg).toFixed(2)} USD`);\r\n\t\t\t\t$('#Kons').html(`120 USD`);\r\n\t\t\t\t$('#TotalPrice').html(`${((price * kg)+120).toFixed(2)} USD`);\r\n\t\t\t}\r\n\t\t});\r\n\t});\r\n<\/script>\r\n\r\n<style>\r\n\t.page-id-9722 select {border: 2px solid #212e7b;}\r\n\t.page-id-9722 input, select {border-radius: 5px;\r\n\t\tborder: 2px solid #212e7b;}\r\n\t.page-id-9722 input { margin-bottom: 20px;}\r\n\t\r\n\t.page-id-9722 #HavaSefer span {\r\n    font-size: 22px;\r\n    text-transform: uppercase;\r\n    color: #1e3796;\r\n    font-weight: 900;\r\n    text-align: center;\r\n}\r\n\t\r\n\t.page-id-9722 .center-head {\r\n    text-align: center;\r\n    margin: 30px 0px;\r\n}\r\n\t\r\n\t.page-id-9722 .btn {\r\n    padding: 12px 20px;\r\n    font-size: 13px;\r\n    border-radius: 5px;\r\n    width: 100%;\r\n    line-height: 18px;\r\n    background-color: #1e3796;\r\n    color: #ffffff;\r\n    position: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    outline: none;\r\n    border: 0px solid transparent;\r\n    border-radius: 5px;\r\n    box-shadow: none;\r\n    vertical-align: middle;\r\n    text-align: center;\r\n    text-decoration: none;\r\n    text-transform: uppercase;\r\n    text-shadow: none;\r\n    font-weight: 900;\r\n    cursor: pointer;\r\n    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;\r\n}\r\n<\/style>\n<p>Air cargo transportation is one of the most preferred and popular cargo transportation types today; It is a frequently preferred cargo transportation method because it is a more reliable, faster, and traceable cargo type. Air cargo price calculation may vary from company to company. Factors such as air cargo prices, a preferred company as well as air cargo volumetric weight calculations, and cargo type are also determining factors in air cargo calculation.<\/p>\n<h2>What is the Air Cargo Pricing Types?<\/h2>\n<p>There are different types of air cargo pricing in air cargo freight calculation.<\/p>\n<p>These pricing types enable price determination for air cargo transportation.<\/p>\n<p>TRF Logistics Team has extensive experience in maritime transport, working with Lines and Freight Agencies, and offering flexible and diverse solutions.<\/p>\n<h2>How is Air Cargo Price Inquiry Made?<\/h2>\n<p>Performing air cargo volume calculations for your air cargo will allow you to have information about pricing. TR Freight&amp;Logistics, the leading name of the sector and an organization with IATA authority; offers you a safe, fast, and traceable cargo experience. The first thing you need to do to calculate freight online is; It is to select the price request tab available on the TR Freightline home page and then select the airport where the cargo is being processed, the country where the cargo will take place, and the airport information from the air cargo price inquiry option. Then, you can complete the international air cargo price calculation process by entering the weight, quantity (number of parcels), width, height, and height information in the product section and pressing the price query button.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Air cargo transportation is one of the most preferred and popular cargo transportation types today; It is a frequently preferred<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9722","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/pages\/9722","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/comments?post=9722"}],"version-history":[{"count":7,"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/pages\/9722\/revisions"}],"predecessor-version":[{"id":10113,"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/pages\/9722\/revisions\/10113"}],"wp:attachment":[{"href":"https:\/\/www.trfreightline.com\/en\/wp-json\/wp\/v2\/media?parent=9722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}