{"id":10384,"date":"2025-10-26T13:54:12","date_gmt":"2025-10-26T13:54:12","guid":{"rendered":"https:\/\/theglobalsolutions.co.uk\/?page_id=10384"},"modified":"2025-10-26T14:14:12","modified_gmt":"2025-10-26T14:14:12","slug":"trade-price","status":"publish","type":"page","link":"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/","title":{"rendered":"Trade price"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Banner &#038; Sticker Price Calculator (cm \/ m \/ ft \/ in)<\/title>\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<\/head>\n<body class=\"bg-gray-50 flex items-center justify-center min-h-screen\">\n  <div class=\"bg-white shadow-xl rounded-2xl p-8 w-full max-w-md\">\n    <h1 class=\"text-2xl font-bold text-center mb-6 text-gray-800\">\n      \ud83e\uddee Price Calculator\n    <\/h1>\n\n    <div class=\"space-y-4\">\n      <!-- Width Input -->\n      <div>\n        <label for=\"width\" class=\"block text-gray-700 font-medium\">Width<\/label>\n        <input \n          type=\"number\" \n          id=\"width\" \n          step=\"0.01\" \n          min=\"0\" \n          class=\"w-full mt-1 border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-500\"\n        >\n      <\/div>\n\n      <!-- Height Input -->\n      <div>\n        <label for=\"height\" class=\"block text-gray-700 font-medium\">Height<\/label>\n        <input \n          type=\"number\" \n          id=\"height\" \n          step=\"0.01\" \n          min=\"0\" \n          class=\"w-full mt-1 border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-500\"\n        >\n      <\/div>\n\n      <!-- Unit Selector -->\n      <div>\n        <label class=\"block text-gray-700 font-medium\">Unit<\/label>\n        <select \n          id=\"unit\" \n          class=\"w-full mt-1 border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-500\"\n        >\n          <option value=\"cm\">Centimeters (cm)<\/option>\n          <option value=\"m\">Meters (m)<\/option>\n          <option value=\"ft\">Feet (ft)<\/option>\n          <option value=\"in\">Inches (in)<\/option>\n        <\/select>\n      <\/div>\n\n      <!-- Type Selector -->\n      <div>\n        <label class=\"block text-gray-700 font-medium\">Material Type<\/label>\n        <select \n          id=\"type\" \n          class=\"w-full mt-1 border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-500\"\n        >\n          <option value=\"18\">Banner (\u00a318 per m\u00b2)<\/option>\n          <option value=\"25\">Sticker (\u00a325 per m\u00b2)<\/option>\n        <\/select>\n      <\/div>\n\n      <!-- Calculate Button -->\n      <button \n        id=\"calculateBtn\" \n        class=\"w-full bg-indigo-600 hover:bg-indigo-700 text-white font-semibold py-2 rounded-lg transition duration-200\"\n      >\n        Calculate Price\n      <\/button>\n\n      <!-- Result -->\n      <div id=\"result\" class=\"text-center mt-4 text-xl font-bold text-indigo-700\"><\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    const calculateBtn = document.getElementById('calculateBtn');\n\n    calculateBtn.addEventListener('click', () => {\n      const width = parseFloat(document.getElementById('width').value);\n      const height = parseFloat(document.getElementById('height').value);\n      const unit = document.getElementById('unit').value;\n      const rate = parseFloat(document.getElementById('type').value);\n      const resultDiv = document.getElementById('result');\n\n      \/\/ Validation\n      if (isNaN(width) || isNaN(height) || width <= 0 || height <= 0) {\n        resultDiv.textContent = \"\u26a0\ufe0f Please enter valid dimensions!\";\n        resultDiv.classList.add(\"text-red-600\");\n        return;\n      }\n\n      let widthM, heightM;\n\n      \/\/ Unit Conversion\n      switch (unit) {\n        case \"cm\":\n          widthM = width \/ 100;\n          heightM = height \/ 100;\n          break;\n        case \"m\":\n          widthM = width;\n          heightM = height;\n          break;\n        case \"ft\":\n          widthM = width * 0.3048;\n          heightM = height * 0.3048;\n          break;\n        case \"in\":\n          widthM = width * 0.0254;\n          heightM = height * 0.0254;\n          break;\n        default:\n          widthM = width;\n          heightM = height;\n      }\n\n      \/\/ Calculate area and price\n      const area = widthM * heightM;\n      const price = (area * rate).toFixed(2);\n\n      resultDiv.innerHTML = `\n        <p>Total Area: ${area.toFixed(3)} m\u00b2<\/p>\n        <p class=\"mt-1\">Total Price: <span class=\"text-indigo-700 font-bold\">\u00a3${price}<\/span><\/p>\n      `;\n      resultDiv.classList.remove(\"text-red-600\");\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Banner &#038; Sticker Price Calculator (cm \/ m \/ ft \/ in) \ud83e\uddee Price Calculator Width Height Unit Centimeters (cm)Meters (m)Feet (ft)Inches (in) Material Type Banner (\u00a318 per m\u00b2)Sticker (\u00a325 per m\u00b2) Calculate Price<\/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-10384","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Trade price - The Global Solutions<\/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:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Trade price - The Global Solutions\" \/>\n<meta property=\"og:description\" content=\"Banner &#038; Sticker Price Calculator (cm \/ m \/ ft \/ in) \ud83e\uddee Price Calculator Width Height Unit Centimeters (cm)Meters (m)Feet (ft)Inches (in) Material Type Banner (\u00a318 per m\u00b2)Sticker (\u00a325 per m\u00b2) Calculate Price\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/\" \/>\n<meta property=\"og:site_name\" content=\"The Global Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-26T14:14:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/\",\"url\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/\",\"name\":\"Trade price - The Global Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/theglobalsolutions.co.uk\/#website\"},\"datePublished\":\"2025-10-26T13:54:12+00:00\",\"dateModified\":\"2025-10-26T14:14:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theglobalsolutions.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Trade price\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theglobalsolutions.co.uk\/#website\",\"url\":\"https:\/\/theglobalsolutions.co.uk\/\",\"name\":\"The Global Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theglobalsolutions.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Trade price - The Global Solutions","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:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/","og_locale":"en_GB","og_type":"article","og_title":"Trade price - The Global Solutions","og_description":"Banner &#038; Sticker Price Calculator (cm \/ m \/ ft \/ in) \ud83e\uddee Price Calculator Width Height Unit Centimeters (cm)Meters (m)Feet (ft)Inches (in) Material Type Banner (\u00a318 per m\u00b2)Sticker (\u00a325 per m\u00b2) Calculate Price","og_url":"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/","og_site_name":"The Global Solutions","article_modified_time":"2025-10-26T14:14:12+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/","url":"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/","name":"Trade price - The Global Solutions","isPartOf":{"@id":"https:\/\/theglobalsolutions.co.uk\/#website"},"datePublished":"2025-10-26T13:54:12+00:00","dateModified":"2025-10-26T14:14:12+00:00","breadcrumb":{"@id":"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theglobalsolutions.co.uk\/index.php\/trade-price\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theglobalsolutions.co.uk\/"},{"@type":"ListItem","position":2,"name":"Trade price"}]},{"@type":"WebSite","@id":"https:\/\/theglobalsolutions.co.uk\/#website","url":"https:\/\/theglobalsolutions.co.uk\/","name":"The Global Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theglobalsolutions.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/10384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=10384"}],"version-history":[{"count":0,"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/10384\/revisions"}],"wp:attachment":[{"href":"https:\/\/theglobalsolutions.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=10384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}