{"id":546,"date":"2022-11-18T22:24:42","date_gmt":"2022-11-18T15:24:42","guid":{"rendered":"http:\/\/temacoating.com\/?page_id=546"},"modified":"2024-05-04T21:35:30","modified_gmt":"2024-05-04T14:35:30","slug":"tm-p-50","status":"publish","type":"page","link":"https:\/\/temacoating.com\/en\/products\/zirconium\/tm-p-50\/","title":{"rendered":"TM-P-50"},"content":{"rendered":"<h1 class=\"wp-block-heading has-text-align-center\"><br>TM-P-50<\/h1>\n\n\n\n<div class=\"wp-block-columns product-container is-layout-flex wp-container-core-columns-is-layout-0884d4d2 wp-block-columns-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-column productPicPad is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"container\">\n\t<div class=\"product-picture\">\n\t\t<div class=\"slides image-cropper necessary-image\">\n\t\t\t<img decoding=\"async\" id=\"product-img-front\" src=\"\" onerror=\"this.onerror=null;this.src='http:\/\/temacoating.com\/wp-content\/uploads\/woocommerce-placeholder.png';\" style=\"width:100%\">\n\t\t<\/div>\n\t\t\n\t\t<div class=\"slides image-cropper necessary-image\">\n            <img decoding=\"async\" id=\"product-img-iso\" src=\"\" onerror=\"this.onerror=null;this.src='http:\/\/temacoating.com\/wp-content\/uploads\/woocommerce-placeholder.png';\" style=\"width:100%\">\n        <\/div>\n        \n        <div class=\"slides image-cropper necessary-image\">\n            <img decoding=\"async\" id=\"product-label\" src=\"\" onerror=\"this.onerror=null;this.src='http:\/\/temacoating.com\/wp-content\/uploads\/woocommerce-placeholder.png';\" style=\"width:100%\">\n        <\/div>\n  \n\t\t<a class=\"prev\" onclick=\"plusSlides(-1)\">\u276e<\/a>\n\t\t<a class=\"next\" onclick=\"plusSlides(1)\">\u276f<\/a>\n\t<\/div>\n\t\n\t<div class=\"row\">\n\t\t<div class=\"column image-cropper\">\n\t\t\t<img decoding=\"async\" class=\"demo cursor\" id=\"product-img-front-col\" src=\"\" onerror=\"this.onerror=null;this.src='http:\/\/temacoating.com\/wp-content\/uploads\/woocommerce-placeholder.png';\" style=\"width:100%\" onclick=\"currentSlide(1)\">\n\t\t<\/div>\n\t\t\n\t\t<div class=\"column image-cropper\">\n\t\t\t<img decoding=\"async\" class=\"demo cursor\" id=\"product-img-iso-col\" src=\"\" onerror=\"this.onerror=null;this.src='http:\/\/temacoating.com\/wp-content\/uploads\/woocommerce-placeholder.png';\" style=\"width:100%\" onclick=\"currentSlide(2)\">\n\t\t<\/div>\n\t\t\n\t\t<div class=\"column image-cropper\">\n\t\t\t<img decoding=\"async\" class=\"demo cursor\" id=\"product-label-col\" src=\"\" onerror=\"this.onerror=null;this.src='http:\/\/temacoating.com\/wp-content\/uploads\/woocommerce-placeholder.png';\" style=\"width:100%\" onclick=\"currentSlide(3)\">\n\t\t<\/div>\t\n\t<\/div>\n<\/div>\n<script>const currentUrl = window.location.href;\r\n\r\nlet slideIndex = 1;\r\n\r\n\/\/On page loads no button has been pressed, so this needs to be called.\r\ndocument.onload = fillImage(slideIndex); \r\n\r\nshowSlides(slideIndex);\r\n\r\n\/\/automatically fill the image (has limitation of which the name of the page must match the image filename)\r\nfunction fillImage(n){\r\n\t\/\/split  \/products\/category\/product-name\/ and get the product name\r\n\tlet productName = currentUrl.split(\"\/products\/\")[1].split(\"\/\")[1].toUpperCase();\r\n\tconsole.log(`productName: ${productName}`);\r\n\t\r\n\t\/\/front\r\n\tlet image = document.getElementById(\"product-img-front\");\r\n\tlet imageCol = document.getElementById(\"product-img-front-col\");\r\n\tlet fullUrl = \"http:\/\/temacoating.com\/wp-content\/uploads\/\" + productName + \".jpg\";\r\n\timage.src = fullUrl;\r\n\timageCol.src = fullUrl;\r\n\r\n\tif (document.getElementById(\"product-img-iso\")){\r\n\t\timage = document.getElementById(\"product-img-iso\");\r\n\t\timageCol = document.getElementById(\"product-img-iso-col\");\r\n\t\tfullUrl = \"http:\/\/temacoating.com\/wp-content\/uploads\/\" + productName + \"-iso.jpg\";\r\n\t\timage.src = fullUrl;\r\n\t\timageCol.src = fullUrl;\t\r\n\t}\r\n\r\n\timage = document.getElementById(\"product-label\");\r\n\timageCol = document.getElementById(\"product-label-col\");\r\n\tfullUrl = \"http:\/\/temacoating.com\/wp-content\/uploads\/\" + productName + \"-label.jpg\";\r\n\timage.src = fullUrl;\r\n\timageCol.src = fullUrl;\r\n}\r\n\r\n\/\/ Next\/previous controls\r\nfunction plusSlides(n) {\r\n\tshowSlides(slideIndex += n);\r\n\/\/\tfillImage(n);\r\n}\r\n\r\n\/\/ Thumbnail image controls\r\nfunction currentSlide(n) {\r\n  showSlides(slideIndex = n);\r\n}\r\n\r\n\/\/handle slides sliding & images **other than** front, iso, label opacity\r\nfunction showSlides(n) {\r\n  let i;\r\n  let slides = document.getElementsByClassName(\"slides\");\r\n  let dots = document.getElementsByClassName(\"demo\");\r\n  if (n > slides.length) {slideIndex = 1}\r\n  if (n < 1) {slideIndex = slides.length}\r\n  for (i = 0; i < slides.length; i++) {\r\n    slides[i].style.display = \"none\";\r\n  }\r\n  for (i = 0; i < dots.length; i++) {\r\n    dots[i].className = dots[i].className.replace(\" active\", \"\");\r\n  }\r\n  slides[slideIndex-1].style.display = \"block\";\r\n  dots[slideIndex-1].className += \" active\";\r\n} \r\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\">Details<\/h1>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Product standards:<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Zirconium surface treatment chemical in the form of solute using water as the solvent<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Property:<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size\">\u2022 Temporary rust prevention<br>\u2022 Better surface adhesion for paint<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Usage format:<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Spray<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Material to be used with:<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Metal, aluminium<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Mass of phosphate\/Area unit:<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size\">0.5-1.0 milligrams\/sq. ft<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><br><br>\ud83d\udcde <strong>Tel:<\/strong> 0-2170-7296<br>\ud83d\udce0 <strong>Fax:<\/strong> 0-2170-7297<br>\u2709\ufe0f <strong>Email:<\/strong> sales@temacoating.com, temacoating@gmail.com <\/p>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>TM-P-50 \u0e2a\u0e32\u0e23\u0e40\u0e15\u0e23\u0e35\u0e22\u0e21\u0e1c\u0e34\u0e27\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e42\u0e04\u0e40\u0e19\u0e35\u0e22\u0e21,\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e1e\u0e2a\u0e32\u0e23\u0e25\u0e30\u0e25\u0e32\u0e22\u0e17\u0e35\u0e48\u0e21\u0e35\u0e19\u0e49\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e31\u0e27\u0e17\u0e33\u0e25\u0e30\u0e25\u0e32\u0e22 \u2022 \u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e01\u0e32\u0e23\u0e40\u0e01\u0e34\u0e14\u0e2a\u0e19\u0e34\u0e21\u0e41\u0e1a\u0e1a\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27\u2022 \u0e40\u0e1b\u0e47\u0e19\u0e15\u0e31\u0e27\u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e19\u0e43\u0e2b\u0e49\u0e2a\u0e35\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e40\u0e04\u0e25\u0e37\u0e2d\u0e1a\u0e17\u0e31\u0e1a\u0e0a\u0e31\u0e49\u0e19\u0e16\u0e31\u0e14\u0e44\u0e1b\u0e22\u0e36\u0e14\u0e1e\u0e37\u0e49\u0e19\u0e1c\u0e34\u0e27\u0e44\u0e14\u0e49\u0e14\u0e35\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19 \u0e41\u0e1a\u0e1a\u0e2a\u0e40\u0e1b\u0e23\u0e22\u0e4c \u0e42\u0e25\u0e2b\u0e30\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e40\u0e2b\u0e25\u0e47\u0e01,\u0e2d\u0e25\u0e39\u0e21\u0e34\u0e40\u0e19\u0e35\u0e22\u0e21 0.5-1.0 \u0e21\u0e34\u0e25\u0e25\u0e34\u0e01\u0e23\u0e31\u0e21\/\u0e15\u0e32\u0e23\u0e32\u0e07\u0e1f\u0e38\u0e15<\/p>","protected":false},"author":1,"featured_media":0,"parent":551,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-546","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/pages\/546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/comments?post=546"}],"version-history":[{"count":0,"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/pages\/546\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/pages\/551"}],"wp:attachment":[{"href":"https:\/\/temacoating.com\/en\/wp-json\/wp\/v2\/media?parent=546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}