{"id":2160,"date":"2021-08-11T11:46:15","date_gmt":"2021-08-11T10:46:15","guid":{"rendered":"https:\/\/www.palletforce.com\/?page_id=2160"},"modified":"2021-10-13T14:56:14","modified_gmt":"2021-10-13T13:56:14","slug":"track-my-pallet","status":"publish","type":"page","link":"https:\/\/www.palletforce.com\/pl\/track-my-pallet\/","title":{"rendered":"\u015aled\u017a moj\u0105 palet\u0119"},"content":{"rendered":"<section class=\"hero-block bg-image\" data-aos=\"fade\" style=\"background-image: url(https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/10\/logistics-600_30_14_14still004-1-1-1.jpg);\">\n\n\t<div class=\"container-fluid\">\n\n\t\t<div class=\"hero-block__titles\">\n\n\t\t\t<h1>\u015aled\u017a moj\u0105 palet\u0119<\/h1>\n\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\n\n\t\t        \n\t<\/div>\n\n<\/section>\n\n\t<div class=\"breadcrumbs\" typeof=\"BreadcrumbList\" vocab=\"https:\/\/schema.org\/\">\n\t\t<div class=\"container-fluid\">\n\t\t\t<!-- Breadcrumb NavXT 7.5.0 -->\n<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Przejd\u017a do Palletforce.\" href=\"https:\/\/www.palletforce.com\/pl\" class=\"home\" aria-current=\"page\"><span property=\"name\">Si\u0142a palet<\/span><\/a><meta property=\"position\" content=\"1\"><\/span>\t\t<\/div>\n\t<\/div>\n\n\n<section class=\"wysiwyg\">\n\n\t<div class=\"container-fluid\">\n\n\t<h2 style=\"text-align: center;\">\u015aled\u017a swoj\u0105 palet\u0119<\/h2>\n<p style=\"text-align: center;\">Ju\u017c zarezerwowane na palecie (lub dw\u00f3ch) do odbioru lub dostawy? Wype\u0142nij swoje dane w poni\u017cszym formularzu, aby dowiedzie\u0107 si\u0119, jak daleko pokonuje Twoja paleta.<\/p>\n\n\t<\/div>\n\n<\/section>\n\n<section class=\"track-my-pallet\">\n<div class=\"row clearfix\">\n    <div id=\"trackingForm\" class=\"tracking-form\">\n        <div class=\"col-sm-12\">\n          <div class=\"tracking-form-block\">\n            <div class=\"col-sm-3\">\n              <input type=\"text\" class=\"text col-sm-12\" id=\"DestPostCode\" name=\"DestPostCode\" placeholder=\"Kod pocztowy miejsca docelowego\" value=\"\" \/>\n            <\/div>\n            <div class=\"col-sm-3\">\n              <input type=\"text\" class=\"text col-sm-12\" id=\"TrackingNum\" name=\"TrackingNum\" placeholder=\"Numer przesy\u0142ki\" value=\"\" \/>\n            <\/div>\n            <div class=\"col-sm-3\">\n              <input type=\"text\" class=\"text col-sm-12\" id=\"ConNum\" name=\"ConNum\" placeholder=\"Numer przesy\u0142ki\" value=\"\" \/>\n            <\/div>\n            <div class=\"col-sm-3\">\n              <input type=\"text\" class=\"text col-sm-12\" id=\"CustRef\" name=\"CustRef\" placeholder=\"Referencje\" value=\"\" \/>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"col-sm-12 text-center\">\n          <input type=\"submit\" name=\"SearchSubmit\" id=\"SearchSubmit\" value=\"Szukaj\" onclick=\"doPost();\" class=\"btn primary\" \/>\n        <\/div>\n        <div class=\"col-sm-12 tracking-form-error\" style=\"display: none;\">\n          <div class=\"alert alert-danger\" role=\"alert\">\n            <div id=\"qterror\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"col-sm-12 tracking-form-frame\">\n        <iframe style='width: 100%; height:900px; border: 1px solid #000000; display: none;' id='trackingResult_iframe' name='trackingResult_iframe'><\/iframe>\n      <\/div>\n      <script type='text\/javascript'>\n        function doPost()\n        {\n          \/\/Clear the Ghost Text if it is still set.\n          $('.tracking-form-error').hide();\n          $('#trackingResult_iframe').hide();\n          var myparent = window.parent.document;\n          var numerror = 'Tracking requires both a Postcode and either Palletforce Tracking Number, Consignment Number or Customer Reference';\n          var pcerror = 'Tracking requires a Postcode and either Palletforce Tracking Number, Consignment Number or Customer Reference to search';\n          var postcode = document.getElementById('DestPostCode');\n          var tracking = document.getElementById('TrackingNum');\n          var consignment = document.getElementById('ConNum');\n          var customer = document.getElementById('CustRef');\n          var qtrack = document.getElementById('qterror');\n            \/\/ var url = 'https:\/\/www.palletforce.net\/QuickTrack';\n            var url = 'https:\/\/alliancev3.palletforce.net\/QuickTrack\/index';\n          \/\/ url = \"_blank\"\n          if(postcode != null)\n          {\n            if(postcode.value == 'Destination Postcode')\n            {\n              postcode.value = '';\n            }\n            if(postcode.value == '')\n            {\n              qtrack.innerHTML = pcerror;\n              $('.tracking-form-error').show();\n              return false;\n            }\n          }\n          if (    ((tracking != null) && (tracking.value != 'Tracking Number' && tracking.value != ''))\n          || ((consignment != null) && (consignment.value != 'Consignment Number' && consignment.value != ''))\n          || ((customer != null) && (customer.value != 'Customer Reference' && customer.value != ''))\n          )\n          {\n            if(tracking != null)\n            {\n              if(tracking.value == 'Tracking Number')\n              {\n                tracking.value = '';\n              }\n            }\n            if(consignment != null)\n            {\n              if(consignment.value == 'Consignment Number')\n              {\n                consignment.value = '';\n              }\n            }\n            if(customer != null)\n            {\n              if(customer.value == 'Customer Reference')\n              {\n                customer.value = '';\n              }\n            }\n          }\n          else\n          {\n            qtrack.innerHTML = numerror;\n            $('.tracking-form-error').show();\n            return false;\n          }\n          qtrack.innerHTML = '';\n          \/\/ Create form.\n          var submitForm = document.createElement(\"FORM\");\n          document.body.appendChild(submitForm);\n          submitForm.action = url;\n          submitForm.method = \"POST\";\n          submitForm.target = \"trackingResult_iframe\"\n          \/\/ Create fields.\n          var postcodefield = document.createElement(\"input\");\n          postcodefield.setAttribute(\"name\", \"DestPostCode\");\n          postcodefield.setAttribute(\"value\", postcode.value);\n          postcodefield.setAttribute(\"type\", \"hidden\");\n          var trackingfield = document.createElement(\"input\");\n          trackingfield.setAttribute(\"name\", \"TrackingNum\");\n          trackingfield.setAttribute(\"value\", tracking.value);\n          trackingfield.setAttribute(\"type\", \"hidden\");\n          var consignmentfield = document.createElement(\"input\");\n          consignmentfield.setAttribute(\"name\", \"ConNum\");\n          consignmentfield.setAttribute(\"value\", consignment.value);\n          consignmentfield.setAttribute(\"type\", \"hidden\");\n          var customerfield = document.createElement(\"input\");\n          customerfield.setAttribute(\"name\", \"CustRef\");\n          customerfield.setAttribute(\"value\", customer.value);\n          customerfield.setAttribute(\"type\", \"hidden\");\n          \/\/ Add fields.\n          submitForm.appendChild(postcodefield);\n          submitForm.appendChild(trackingfield);\n          submitForm.appendChild(consignmentfield);\n          submitForm.appendChild(customerfield);\n          console.log(submitForm)\n          \/\/ Submit it.\n          submitForm.submit();\n          $('#trackingResult_iframe').show();\n        }\n        doPost()\n      <\/script>\n    <\/div>\n<\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Wpisz swoj\u0105 przesy\u0142k\u0119, rachunek domowy lub bezpo\u015bredni numer g\u0142\u00f3wny w polu poni\u017cej, aby \u015bledzi\u0107 przesy\u0142k\u0119.<\/p>","protected":false},"author":5,"featured_media":98708,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-2160","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Track My Pallet - Palletforce<\/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.palletforce.com\/pl\/track-my-pallet\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Track My Pallet - Palletforce\" \/>\n<meta property=\"og:description\" content=\"Enter your shipment, house bill, or direct master number into the box below to track your shipment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.palletforce.com\/pl\/track-my-pallet\/\" \/>\n<meta property=\"og:site_name\" content=\"Palletforce\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-13T13:56:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2240\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.palletforce.com\/en\/track-my-pallet\/\",\"url\":\"https:\/\/www.palletforce.com\/en\/track-my-pallet\/\",\"name\":\"Track My Pallet - Palletforce\",\"isPartOf\":{\"@id\":\"https:\/\/www.palletforce.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.palletforce.com\/en\/track-my-pallet\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.palletforce.com\/en\/track-my-pallet\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png\",\"datePublished\":\"2021-08-11T10:46:15+00:00\",\"dateModified\":\"2021-10-13T13:56:14+00:00\",\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.palletforce.com\/en\/track-my-pallet\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/www.palletforce.com\/en\/track-my-pallet\/#primaryimage\",\"url\":\"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png\",\"contentUrl\":\"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png\",\"width\":2240,\"height\":1260},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.palletforce.com\/#website\",\"url\":\"https:\/\/www.palletforce.com\/\",\"name\":\"Palletforce\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.palletforce.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u015aled\u017a moj\u0105 palet\u0119 - Palletforce","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.palletforce.com\/pl\/track-my-pallet\/","og_locale":"pl_PL","og_type":"article","og_title":"Track My Pallet - Palletforce","og_description":"Enter your shipment, house bill, or direct master number into the box below to track your shipment.","og_url":"https:\/\/www.palletforce.com\/pl\/track-my-pallet\/","og_site_name":"Palletforce","article_modified_time":"2021-10-13T13:56:14+00:00","og_image":[{"width":2240,"height":1260,"url":"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.palletforce.com\/en\/track-my-pallet\/","url":"https:\/\/www.palletforce.com\/en\/track-my-pallet\/","name":"\u015aled\u017a moj\u0105 palet\u0119 - Palletforce","isPartOf":{"@id":"https:\/\/www.palletforce.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.palletforce.com\/en\/track-my-pallet\/#primaryimage"},"image":{"@id":"https:\/\/www.palletforce.com\/en\/track-my-pallet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png","datePublished":"2021-08-11T10:46:15+00:00","dateModified":"2021-10-13T13:56:14+00:00","inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.palletforce.com\/en\/track-my-pallet\/"]}]},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/www.palletforce.com\/en\/track-my-pallet\/#primaryimage","url":"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png","contentUrl":"https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/07\/Website-banner-1-1.png","width":2240,"height":1260},{"@type":"WebSite","@id":"https:\/\/www.palletforce.com\/#website","url":"https:\/\/www.palletforce.com\/","name":"Si\u0142a palet","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.palletforce.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"}]}},"_links":{"self":[{"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/pages\/2160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/comments?post=2160"}],"version-history":[{"count":29,"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/pages\/2160\/revisions"}],"predecessor-version":[{"id":102044,"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/pages\/2160\/revisions\/102044"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/media\/98708"}],"wp:attachment":[{"href":"https:\/\/www.palletforce.com\/pl\/wp-json\/wp\/v2\/media?parent=2160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}