Skip to content
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka hĂ€r för att fĂ„ information om hur du som redan Ă€r Geofix kund kommer Ă„t ditt webbkonto
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka hĂ€r för att fĂ„ information om hur du som redan Ă€r Geofix kund kommer Ă„t ditt webbkonto

Ruxton Chest Pack

SKU Rux-Cmx-B-M0119
Original price €283,95 - Original price €354,95
Original price €306,95
€306,95
€283,95 - €354,95
Current price €306,95

Ruxton Chest pack Àr designade för att ge ett bekvÀmt och ergonomiskt stöd för fÀltanvÀndare av surfplattor

Size: Medium

Standard shipping

Approximately 7-10 days delivery time

Ruxton Chest Pack - Now 3 sizes to fit almost all tablets!

(Please note that some images contain additional accessories)

The Ruxton Chest Pack is designed to provide comfortable and ergonomic support for field users of tablets and PDAs. The tablet is conveniently placed in the pocket with a zipper close to the body. It is securely attached to the Chest Pack with a quick release attached to the back of the tablet with an adhesive hook and loop. The tablet is stored and transported with the zipper closed. Pull up the zipper, fold down the front of the Chest Pack to support the tablet in portrait or landscape mode.

All three sizes of the Ruxton Chest Pack are based on the comfortable Comox harness, only the Chest Pack itself comes in different sizes. All components are black. However, the front cover of the Chest Pack can be removed and replaced with a high-visibility orange cover. In addition, a front cover with pockets can be purchased.

Attach additional pouches and holders to this MOLLE-compatible harness. MOLLE is military slang and stands for “MOdular Lightweight Load-carrying Equipment.” The Comox harness is designed to be comfortable for a full day of field work. It is made of mesh with closed-cell foam strips that ensure good airflow. In addition, the harness is designed to be comfortable even when worn under a regular backpack.

Ruxton Pack – Fold down the front for "HandsFree" use of your tablet/field computer. Available in 3 sizes to fit almost any tablet.

  • Improved safety: Keep your hands free when navigating difficult terrain!
  • Superior ergonomics: Fold down the lid, slide the field computer out from the body to place it in the optimal position for viewing and data entry.
  • Increased productivity: Keep your field computer and other field equipment close at hand and use both hands to enter data.
  • Super comfortable: This is almost always what we hear from our customers. The mesh harness is well ventilated and highly adjustable. Comfortable even when worn under a backpack!

Size guide

  • Small fits tablets up to 10'' (for example iPad 9.7'' in a protective case)
    • Maximum tablet dimensions 255x192x45 mm
    • Fits users between 152 cm and 198 cm tall. Maximum "waist" measurement is 140 cm
  • Medium fits tablets up to 10-12'' (for example Panasonic FZ-G1)
    • Maximum tablet dimensions 295x215x45 mm
    • Fits users between 152 cm and 198 cm tall. Maximum "waist" measurement is 140 cm
  • Large fits tablets larger than 12'' (for example Panasonic CF33 and Getac F110)
    • Maximum tablet dimensions 325x245x45 mm
    • Fits users between 152 cm and 198 cm tall. Maximum "waist" measurement is 140 cm

Sökord: Ruxton, Chest, Pack, BÀrlösning

*/ (function () { window.dataLayer = window.dataLayer || []; const CONFIG = { CURRENCY: "SEK", // LĂ€gg gĂ€rna till/justera selektorer om ditt tema anvĂ€nder andra element CHECKOUT_BUTTON_SELECTORS: [ 'button[name="checkout"]', 'input[name="checkout"]', 'form[action*="/checkout"] [type="submit"]', 'a[href*="/checkout"]' ] }; function fetchCart() { return fetch('/cart.js', { credentials: 'same-origin' }) .then(r => r.json()) .catch(() => null); } function mapItems(cart) { if (!cart || !Array.isArray(cart.items)) return []; return cart.items.map((it, idx) => ({ item_id: String(it.variant_id || it.id || it.sku || ''), item_name: it.product_title || it.title || '', item_brand: 'Geofix AB', item_variant: it.variant_title || '', price: (typeof it.final_price === 'number' ? it.final_price : it.price || 0) / 100, quantity: it.quantity || 1, index: idx + 1 })); } function totalValue(items) { return items.reduce((s, i) => s + (Number(i.price) || 0) * (Number(i.quantity) || 0), 0); } function isCheckoutClick(target) { if (!target) return false; // trĂ€ff pĂ„ definierade selektorer for (const sel of CONFIG.CHECKOUT_BUTTON_SELECTORS) { if (target.closest(sel)) return true; } // fallback: formulĂ€r som postar till /checkout const form = target.closest('form'); if (form && /\/checkout/i.test(form.action || '')) return true; return false; } // Lyssna brett i capture-fasen sĂ„ vi hinner hĂ€mta vagnen innan redirect document.addEventListener('click', function (e) { const el = e.target; if (!isCheckoutClick(el)) return; // HĂ€mta /cart.js och pusha begin_checkout snabbt innan sidan lĂ€mnas fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); // Ingen preventDefault – lĂ„t redirect ske normalt }, true); // Extra sĂ€kerhet: lyssna Ă€ven pĂ„ submit (t.ex. enter-tryck i formulĂ€r) document.addEventListener('submit', function (e) { const form = e.target; if (!form) return; if (!/\/checkout/i.test(form.action || '')) return; fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); }, true); })();