{"id":6317,"date":"2023-12-20T13:09:50","date_gmt":"2023-12-20T12:09:50","guid":{"rendered":"https:\/\/gsgroup.danspot.dk\/our-solutions\/trackers\/order\/"},"modified":"2026-09-22T10:37:30","modified_gmt":"2026-09-22T08:37:30","slug":"shop","status":"publish","type":"page","link":"https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/","title":{"rendered":"Shop"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6317\" class=\"elementor elementor-6317 elementor-2676\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4815051 e-flex e-con-boxed e-con e-child\" data-id=\"4815051\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-75491b7 e-con-full e-flex e-con e-child\" data-id=\"75491b7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c64e5d2 elementor-widget elementor-widget-heading\" data-id=\"c64e5d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Spotguard Plus Order<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d7d3ca elementor-widget elementor-widget-html\" data-id=\"1d7d3ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.elementor-field-group-lev_adress,\n.elementor-field-group-lev_namn,\n.elementor-field-group-lev_postnummer,\n.elementor-field-group-lev_ort {\n  display: none !important;\n}\n\n.elementor-field-group-lev_adress.show-lev,\n.elementor-field-group-lev_namn.show-lev,\n.elementor-field-group-lev_postnummer.show-lev,\n.elementor-field-group-lev_ort.show-lev {\n  display: flex !important;\n}\n<\/style>\n\n<script>\nwindow.addEventListener('load', function() {\n  setTimeout(function() {\n\n    var userLeveransVal = 'same';\n\n    function toggleDelivery() {\n      var show = userLeveransVal.trim() === 'other';\n      ['lev_namn', 'lev_adress', 'lev_postnummer', 'lev_ort'].forEach(function(id) {\n        var field = document.querySelector('[name=\"form_fields[' + id + ']\"]');\n        var group = field && field.closest('.elementor-field-group');\n        if (!group) return;\n        if (show) {\n          group.classList.add('show-lev');\n        } else {\n          group.classList.remove('show-lev');\n        }\n        if (field) {\n          field.required = show;\n          if (!show) field.value = '';\n        }\n      });\n    }\n\n    function syncInsuranceCompanyLabel() {\n      var sel = document.querySelector('[name=\"form_fields[insurance_company]\"]');\n      var hidden = document.querySelector('[name=\"form_fields[insurance_company_label]\"]');\n      if (!sel || !hidden) return;\n      var opt = sel.options[sel.selectedIndex];\n      hidden.value = opt ? opt.text.trim() : '';\n    }\n\n    function getDiscountType(companyValue, codeRaw) {\n      var v    = (companyValue || '').trim().toLowerCase();\n      var code = (codeRaw    || '').trim().toLowerCase();\n      if (!code) return null;\n\n      \/\/ Specialrabatt endast f\u00f6r L\u00e4nsf\u00f6rs\u00e4kringar Kronoberg\n      if (v === 'lfkronoberg' && code === 'lf995') return 'lf995';\n\n      \/\/ Specialrabatt Trygg-Hansa: 0kr h\u00e5rdvara + 1 100kr\/\u00e5r\n      if (v === 'trygghansa' && code === 'thx') return 'th0';\n\n      if (v === 'if'            && (code === 'if' || code === 'mf')) return 'standard';\n      if (v === 'trygghansa'    && code === 'th')                    return 'standard';\n      if (v === 'folksam'       && code === 'folksam')               return 'standard';\n      if (v === 'aktsam'        && code === 'aktsam')                return 'standard';\n      if (v === 'brookfield'    && code === 'bu')                    return 'standard';\n      if (v.indexOf('lf') === 0 && code === 'lf')                    return 'standard';\n\n      return null;\n    }\n\n    function updatePriceCheckboxes() {\n      var insuranceInput         = document.querySelector('[name=\"form_fields[forsikring]\"]');\n      var insuranceCompanySelect = document.querySelector('[name=\"form_fields[insurance_company]\"]');\n      var checkboxInsurance      = document.querySelector('[name=\"form_fields[price_insurance]\"]');\n      var checkboxNonInsurance   = document.querySelector('[name=\"form_fields[price_non_insurance]\"]');\n      var checkboxLf995          = document.querySelector('[name=\"form_fields[price_lf995]\"]');\n      var checkboxTh0            = document.querySelector('[name=\"form_fields[price_th0]\"]');\n      var priceLabelField        = document.querySelector('[name=\"form_fields[price_label]\"]');\n\n      var groupIns    = checkboxInsurance    && checkboxInsurance.closest('.elementor-field-group');\n      var groupNonIns = checkboxNonInsurance && checkboxNonInsurance.closest('.elementor-field-group');\n      var groupLf995  = checkboxLf995        && checkboxLf995.closest('.elementor-field-group');\n      var groupTh0    = checkboxTh0          && checkboxTh0.closest('.elementor-field-group');\n\n      if (!insuranceInput || !insuranceCompanySelect || !groupIns || !groupNonIns) return;\n\n      var discountType = getDiscountType(insuranceCompanySelect.value, insuranceInput.value);\n\n      \/\/ Nollst\u00e4ll alla checkboxar f\u00f6rst\n      function hideAll() {\n        groupIns.style.display    = 'none';\n        groupNonIns.style.display = 'none';\n        if (groupLf995) groupLf995.style.display = 'none';\n        if (groupTh0)   groupTh0.style.display   = 'none';\n        checkboxInsurance.required    = false;\n        checkboxNonInsurance.required = false;\n        if (checkboxLf995) checkboxLf995.required = false;\n        if (checkboxTh0)   checkboxTh0.required   = false;\n      }\n\n      if (discountType === 'th0') {\n        hideAll();\n        if (groupTh0) {\n          groupTh0.style.display = 'block';\n          if (checkboxTh0) {\n            checkboxTh0.required = true;\n            checkboxInsurance.checked    = false;\n            checkboxNonInsurance.checked = false;\n            if (checkboxLf995) checkboxLf995.checked = false;\n          }\n        } else {\n          \/\/ Fallback om TH0-checkboxen inte finns i formul\u00e4ret \u00e4nnu\n          groupIns.style.display = 'block';\n          checkboxInsurance.required = true;\n        }\n        if (priceLabelField) priceLabelField.value = 'Jag betalar 0kr f\u00f6r Spotguard Plus och 1 100kr\/\u00e5r ink. moms f\u00f6r driftavtalet. (exklusive frakt)';\n      } else if (discountType === 'lf995') {\n        hideAll();\n        if (groupLf995) {\n          groupLf995.style.display = 'block';\n          if (checkboxLf995) {\n            checkboxLf995.required = true;\n            checkboxInsurance.checked    = false;\n            checkboxNonInsurance.checked = false;\n            if (checkboxTh0) checkboxTh0.checked = false;\n          }\n        } else {\n          \/\/ Fallback om LF995-checkboxen inte finns i formul\u00e4ret \u00e4nnu\n          groupIns.style.display = 'block';\n          checkboxInsurance.required = true;\n        }\n        if (priceLabelField) priceLabelField.value = 'Jag betalar 995kr f\u00f6r Spotguard Plus och 1 100kr\/\u00e5r ink. moms f\u00f6r driftavtalet. (exklusive frakt)';\n      } else if (discountType === 'standard') {\n        hideAll();\n        groupIns.style.display = 'block';\n        checkboxInsurance.required = true;\n        checkboxNonInsurance.checked = false;\n        if (checkboxLf995) checkboxLf995.checked = false;\n        if (checkboxTh0)   checkboxTh0.checked   = false;\n        if (priceLabelField) priceLabelField.value = 'Jag betalar 1 900kr f\u00f6r Spotguard Plus och 1 100kr\/\u00e5r ink. moms f\u00f6r driftavtalet. (exklusive frakt)';\n      } else {\n        hideAll();\n        groupNonIns.style.display = 'block';\n        checkboxNonInsurance.required = true;\n        checkboxInsurance.checked = false;\n        if (checkboxLf995) checkboxLf995.checked = false;\n        if (checkboxTh0)   checkboxTh0.checked   = false;\n        if (priceLabelField) priceLabelField.value = 'Jag betalar 2 350kr f\u00f6r Spotguard Plus och 1 200kr\/\u00e5r ink. moms f\u00f6r driftavtalet. (exklusive frakt)';\n      }\n    }\n\n    function init() {\n      var productSelect = document.querySelector('[name=\"form_fields\"]');\n      if (productSelect && productSelect.options.length >= 2) productSelect.selectedIndex = 1;\n      syncInsuranceCompanyLabel();\n      updatePriceCheckboxes();\n      toggleDelivery();\n    }\n\n    init();\n\n    document.addEventListener('click', function(e) {\n      var radio = e.target;\n      if (radio.name === 'form_fields[leverans_val]') {\n        userLeveransVal = radio.value.trim();\n        setTimeout(toggleDelivery, 50);\n        setTimeout(toggleDelivery, 200);\n        setTimeout(toggleDelivery, 500);\n      }\n      if (e.target.tagName === 'BUTTON') {\n        setTimeout(init, 300);\n        setTimeout(toggleDelivery, 400);\n      }\n    });\n\n    document.addEventListener('change', function(e) {\n      if (e.target.name === 'form_fields[insurance_company]') {\n        var insuranceInput       = document.querySelector('[name=\"form_fields[forsikring]\"]');\n        var checkboxInsurance    = document.querySelector('[name=\"form_fields[price_insurance]\"]');\n        var checkboxNonInsurance = document.querySelector('[name=\"form_fields[price_non_insurance]\"]');\n        var checkboxLf995        = document.querySelector('[name=\"form_fields[price_lf995]\"]');\n        var checkboxTh0          = document.querySelector('[name=\"form_fields[price_th0]\"]');\n        if (insuranceInput)       insuranceInput.value = '';\n        if (checkboxInsurance)    checkboxInsurance.checked = false;\n        if (checkboxNonInsurance) checkboxNonInsurance.checked = false;\n        if (checkboxLf995)        checkboxLf995.checked = false;\n        if (checkboxTh0)          checkboxTh0.checked = false;\n        syncInsuranceCompanyLabel();\n        updatePriceCheckboxes();\n      }\n    });\n\n    document.addEventListener('input', function(e) {\n      if (e.target.name === 'form_fields[forsikring]') {\n        var checkboxInsurance    = document.querySelector('[name=\"form_fields[price_insurance]\"]');\n        var checkboxNonInsurance = document.querySelector('[name=\"form_fields[price_non_insurance]\"]');\n        var checkboxLf995        = document.querySelector('[name=\"form_fields[price_lf995]\"]');\n        var checkboxTh0          = document.querySelector('[name=\"form_fields[price_th0]\"]');\n        if (checkboxInsurance)    checkboxInsurance.checked = false;\n        if (checkboxNonInsurance) checkboxNonInsurance.checked = false;\n        if (checkboxLf995)        checkboxLf995.checked = false;\n        if (checkboxTh0)          checkboxTh0.checked = false;\n        updatePriceCheckboxes();\n      }\n    });\n\n  }, 500);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8d4dcd elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"a8d4dcd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;N\\u00e6ste&quot;,&quot;step_previous_label&quot;:&quot;Tidligere&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Spotguard Plus Order\" aria-label=\"Spotguard Plus Order\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"6317\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"a8d4dcd\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"GSFleet\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_f7fc6cb elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Product\" data-previousButton=\"\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-product elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-product\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tChoose your tracker\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[product]\" id=\"form-field-product\" class=\"elementor-field-textual elementor-size-md\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"Spotguard Plus 4G\" selected=\"selected\">Spotguard Plus 4G<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-antal elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-antal\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tNumber\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[antal]\" id=\"form-field-antal\" class=\"elementor-field-textual elementor-size-md\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"1\">1<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"2\">2<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"3\">3<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"4\">4<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"5+\">5+<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_06412eb elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Vehicle\" data-previousButton=\"Previus\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-marke_modell elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-marke_modell\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMake and model\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[marke_modell]\" id=\"form-field-marke_modell\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-regnr elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-regnr\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tRegistration number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[regnr]\" id=\"form-field-regnr\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-arsmodell elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-arsmodell\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tModel year\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[arsmodell]\" id=\"form-field-arsmodell\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"What is the make and model of the car\/boat that the tracker will be installed in?\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_280cafb elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Insurance\" data-previousButton=\"Previus\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-insurance_company elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-insurance_company\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tInsurance companies\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[insurance_company]\" id=\"form-field-insurance_company\" class=\"elementor-field-textual elementor-size-md\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\u00d6vriga kunder\">\u00d6vriga kunder<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" if\">IF\/M\u00e4rkesf\u00f6rs\u00e4kring <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" trygghansa\">Trygg-Hansa <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" folksam\">Folksam <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfsto\">L\u00e4nsf\u00f6rs\u00e4kringar Stockholm <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfber\">L\u00e4nsf\u00f6rs\u00e4kringar Bergslagen <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfgot\">L\u00e4nsf\u00f6rs\u00e4kringar G\u00f6teborg&amp;Bohusl\u00e4n <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfhal\">L\u00e4nsf\u00f6rs\u00e4kringar Halland <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfjon\">L\u00e4nsf\u00f6rs\u00e4kringar J\u00f6nk\u00f6ping <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfska\">L\u00e4nsf\u00f6rs\u00e4kringar Sk\u00e5ne <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfalv\">L\u00e4nsf\u00f6rs\u00e4kringar \u00c4lvsborg <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfost\">L\u00e4nsf\u00f6rs\u00e4kringar \u00d6stg\u00f6ta <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfskar\">L\u00e4nsf\u00f6rs\u00e4kringar Skaraborg <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfvas\">L\u00e4nsf\u00f6rs\u00e4kringar V\u00e4sterbotten <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfdal\">L\u00e4nsf\u00f6rs\u00e4kringar Dalarna <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfjam\">L\u00e4nsf\u00f6rs\u00e4kringar J\u00e4mtland <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfgol\">L\u00e4nsf\u00f6rs\u00e4kringar G\u00f6inge-Kristianstad <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfvar\">L\u00e4nsf\u00f6rs\u00e4kringar V\u00e4rmland <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfkronoberg\">L\u00e4nsf\u00f6rs\u00e4kringar Kronoberg <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" aktsam\">Aktsam <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" brookfield\">Brookfield Underwriting AB <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" lfsor\">L\u00e4nsf\u00f6rs\u00e4kringar S\u00f6rmland <\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-insurance_company_label elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[insurance_company_label]\" id=\"form-field-insurance_company_label\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-price_label elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[price_label]\" id=\"form-field-price_label\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-forsikring elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-forsikring\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDiscount code\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[forsikring]\" id=\"form-field-forsikring\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Enter your discount code.\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-price_non_insurance elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-price_non_insurance\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSpotguard Plus 4G Prices\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[price_non_insurance]\" id=\"form-field-price_non_insurance\" class=\"elementor-field elementor-size-md  elementor-acceptance-field\" checked=\"checked\">\n\t\t\t\t<label for=\"form-field-price_non_insurance\">I pay \u20ac 2,350 for Spotguard Plus and \u20ac 1,200\/year incl. VAT for the service agreement. (Excluding shipping)<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-price_insurance elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-price_insurance\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSpotguard Plus 4G Prices\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[price_insurance]\" id=\"form-field-price_insurance\" class=\"elementor-field elementor-size-md  elementor-acceptance-field\">\n\t\t\t\t<label for=\"form-field-price_insurance\">I pay \u20ac 1,900 for Spotguard Plus and \u20ac 1,100\/year incl. VAT for the service agreement. (Excluding shipping)<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-price_lf995 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-price_lf995\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSpotguard Plus 4G Prices\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[price_lf995]\" id=\"form-field-price_lf995\" class=\"elementor-field elementor-size-md  elementor-acceptance-field\">\n\t\t\t\t<label for=\"form-field-price_lf995\">I pay \u20ac 995 for Spotguard Plus and \u20ac 1,100\/year incl. VAT for the service agreement. (Excluding shipping)<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-price_th0 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-price_th0\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSpotguard Plus 4G Prices\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[price_th0]\" id=\"form-field-price_th0\" class=\"elementor-field elementor-size-md  elementor-acceptance-field\">\n\t\t\t\t<label for=\"form-field-price_th0\">I pay \u20ac 0 for Spotguard Plus and \u20ac 1,100\/year incl. VAT for the service agreement. (Excluding shipping)<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_e8bc859 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Customer details\" data-previousButton=\"Previus\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-namn elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-namn\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[namn]\" id=\"form-field-namn\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-foretag elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-foretag\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[foretag]\" id=\"form-field-foretag\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-orgnr elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-orgnr\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tOrganization number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[orgnr]\" id=\"form-field-orgnr\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-mobil elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-mobil\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMobile number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[mobil]\" id=\"form-field-mobil\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"We will send the confirmation and create your login details using the email address you provided.\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-faktura elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-faktura\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tInvoice email\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[faktura]\" id=\"form-field-faktura\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"We will send the invoice as a PDF invoice to the email address you provided.\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-adress elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-adress\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAddress\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[adress]\" id=\"form-field-adress\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-postnummer elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-postnummer\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPostal code\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[postnummer]\" id=\"form-field-postnummer\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-ort elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-ort\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCity\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[ort]\" id=\"form-field-ort\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-radio elementor-field-group elementor-column elementor-field-group-leverans_val elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-leverans_val\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDelivery address\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  \"><span class=\"elementor-field-option\"><input type=\"radio\" value=\"same\" id=\"form-field-leverans_val-0\" name=\"form_fields[leverans_val]\" checked=\"checked\"> <label for=\"form-field-leverans_val-0\">Deliver to billing address <\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"other\" id=\"form-field-leverans_val-1\" name=\"form_fields[leverans_val]\"> <label for=\"form-field-leverans_val-1\">Different delivery address <\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"\" id=\"form-field-leverans_val-2\" name=\"form_fields[leverans_val]\"> <label for=\"form-field-leverans_val-2\"><\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-lev_namn elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-lev_namn\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[lev_namn]\" id=\"form-field-lev_namn\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-lev_adress elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-lev_adress\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAddress\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[lev_adress]\" id=\"form-field-lev_adress\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-lev_postnummer elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-lev_postnummer\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPostal code\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[lev_postnummer]\" id=\"form-field-lev_postnummer\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-lev_ort elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-lev_ort\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCity\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[lev_ort]\" id=\"form-field-lev_ort\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_9c7c3df elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Monitoring alarm\" data-previousButton=\"Previus\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-overvakningsnr elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-overvakningsnr\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tI would like the monitoring alarm sent to the following mobile number:\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[overvakningsnr]\" id=\"form-field-overvakningsnr\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_134a497 elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_134a497\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tTerms and conditions\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[field_134a497]\" id=\"form-field-field_134a497\" class=\"elementor-field elementor-size-md  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-field_134a497\">I accept the terms and conditions.<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_df7907b]\" id=\"form-field-field_df7907b\" class=\"elementor-field elementor-size-md \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">S\u00e4nd in<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a1e436 elementor-widget elementor-widget-heading\" data-id=\"0a1e436\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-small\"><a href=\"https:\/\/www.gsfleet.io\/wp-content\/uploads\/gsgroup-general-terms-swe.pdf\">General conditions<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Spotguard Plus Order General conditions<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":6052,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-6317","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.5 (Yoast SEO v28.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Shop - GSFleet<\/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.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shop\" \/>\n<meta property=\"og:description\" content=\"Spotguard Plus Order General conditions\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/\" \/>\n<meta property=\"og:site_name\" content=\"GSFleet\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-22T08:37:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gsfleet.io\/wp-content\/uploads\/AdobeStock_452354262_new.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1240\" \/>\n\t<meta property=\"og:image:height\" content=\"827\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. 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:\\\/\\\/www.gsfleet.io\\\/en\\\/our-solutions\\\/tracking-device\\\/shop\\\/\",\"url\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/our-solutions\\\/tracking-device\\\/shop\\\/\",\"name\":\"Shop - GSFleet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/#website\"},\"datePublished\":\"2023-12-20T12:09:50+00:00\",\"dateModified\":\"2026-09-22T08:37:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/our-solutions\\\/tracking-device\\\/shop\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/our-solutions\\\/tracking-device\\\/shop\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/our-solutions\\\/tracking-device\\\/shop\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our solutions\",\"item\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/vara-losningar\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tracking devices\",\"item\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/vara-losningar\\\/sparsandare\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Shop\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/\",\"name\":\"GSFleet\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/#organization\",\"name\":\"GSFleet\",\"url\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.gsfleet.io\\\/wp-content\\\/uploads\\\/GSFleet-Logo-1.svg\",\"contentUrl\":\"https:\\\/\\\/www.gsfleet.io\\\/wp-content\\\/uploads\\\/GSFleet-Logo-1.svg\",\"width\":130,\"height\":25,\"caption\":\"GSFleet\"},\"image\":{\"@id\":\"https:\\\/\\\/www.gsfleet.io\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Shop - GSFleet","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.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/","og_locale":"en_US","og_type":"article","og_title":"Shop","og_description":"Spotguard Plus Order General conditions","og_url":"https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/","og_site_name":"GSFleet","article_modified_time":"2026-09-22T08:37:30+00:00","og_image":[{"width":1240,"height":827,"url":"https:\/\/www.gsfleet.io\/wp-content\/uploads\/AdobeStock_452354262_new.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/","url":"https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/","name":"Shop - GSFleet","isPartOf":{"@id":"https:\/\/www.gsfleet.io\/en\/#website"},"datePublished":"2023-12-20T12:09:50+00:00","dateModified":"2026-09-22T08:37:30+00:00","breadcrumb":{"@id":"https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.gsfleet.io\/en\/our-solutions\/tracking-device\/shop\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gsfleet.io\/en\/"},{"@type":"ListItem","position":2,"name":"Our solutions","item":"https:\/\/www.gsfleet.io\/en\/vara-losningar\/"},{"@type":"ListItem","position":3,"name":"Tracking devices","item":"https:\/\/www.gsfleet.io\/en\/vara-losningar\/sparsandare\/"},{"@type":"ListItem","position":4,"name":"Shop"}]},{"@type":"WebSite","@id":"https:\/\/www.gsfleet.io\/en\/#website","url":"https:\/\/www.gsfleet.io\/en\/","name":"GSFleet","description":"","publisher":{"@id":"https:\/\/www.gsfleet.io\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gsfleet.io\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.gsfleet.io\/en\/#organization","name":"GSFleet","url":"https:\/\/www.gsfleet.io\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gsfleet.io\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.gsfleet.io\/wp-content\/uploads\/GSFleet-Logo-1.svg","contentUrl":"https:\/\/www.gsfleet.io\/wp-content\/uploads\/GSFleet-Logo-1.svg","width":130,"height":25,"caption":"GSFleet"},"image":{"@id":"https:\/\/www.gsfleet.io\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/pages\/6317","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/comments?post=6317"}],"version-history":[{"count":20,"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/pages\/6317\/revisions"}],"predecessor-version":[{"id":25013,"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/pages\/6317\/revisions\/25013"}],"up":[{"embeddable":true,"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/pages\/6052"}],"wp:attachment":[{"href":"https:\/\/www.gsfleet.io\/en\/wp-json\/wp\/v2\/media?parent=6317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}