Global Trophy Logistics

Precios

Precio del envío sin gastos ocultos

Averigua el precio del transporte de tu trofeo

Global Trophy Logistics ofrece precios fijos a través de nuestra calculadora online desde determinados destinos. Y, como algo totalmente único, puedes conocer el precio del transporte incluso antes de salir de safari. Nos encargamos de que tus trofeos lleguen de forma segura y rápida hasta tu puerta.

 

async function loadCalculatorFromAPI() { try { // Fetch the HTML content from the API const response = await fetch("https://api.gtltrophycalc.dk/CalculatorPage"); if (!response.ok) { throw new Error(`HTTP error! Status: ${response.status}`); } // Get the HTML text const htmlText = await response.text(); // Find the container to insert the content const container = document.getElementById("calculatordiv"); if (!container) { throw new Error(`Container with ID "${containerId}" not found.`); } // Create a temporary element to parse and load the content const tempDiv = document.createElement("div"); tempDiv.innerHTML = htmlText; // Collect all style and script load promises const loadPromises = []; // Extract and append styles const styles = tempDiv.querySelectorAll("style, link[rel='stylesheet']"); styles.forEach(style => { if (style.tagName.toLowerCase() === "link") { const newLink = document.createElement("link"); newLink.rel = "stylesheet"; newLink.href = style.href; document.head.appendChild(newLink); // Track when the stylesheet is loaded loadPromises.push( new Promise(resolve => { newLink.onload = resolve; newLink.onerror = resolve; // Resolve even on error to avoid blocking }) ); } else { document.head.appendChild(style.cloneNode(true)); } }); // Extract and append scripts const scripts = tempDiv.querySelectorAll("script"); scripts.forEach(script => { const newScript = document.createElement("script"); if (script.src) { newScript.src = script.src; newScript.async = false; // Preserve execution order document.body.appendChild(newScript); // Track when the script is loaded loadPromises.push( new Promise(resolve => { newScript.onload = resolve; newScript.onerror = resolve; // Resolve even on error to avoid blocking }) ); } else { newScript.textContent = script.textContent; document.body.appendChild(newScript); } }); // Append the remaining content to the container container.innerHTML = tempDiv.innerHTML; // Wait for all styles and scripts to finish loading await Promise.all(loadPromises); // Call the onComplete callback if provided startCalculator(); } catch (error) { console.error("Error loading HTML from API:", error); } } loadCalculatorFromAPI();

Contacto

¿Te ayudamos con el transporte de trofeos?

Global Trophy Logistics ofrece tarifas fijas desde y hacia la mayoría de los destinos. Nos encargamos de que tus trofeos lleguen de forma segura y rápida hasta tu puerta.

¡Ponte en contacto con nosotros aquí y te responderemos! También puedes usar nuestra calculadora online para saber al instante el precio de tu envío.

Formulario de contacto

Rellena el formulario para enviarnos un correo electrónico con tus preguntas, consultas o comentarios.

"*" señala los campos obligatorios

Este campo es un campo de validación y debe quedar sin cambios.
Nombre*