'); frameDoc.document.close(); setTimeout(function () { window.frames["frame1"].focus(); window.frames["frame1"].print(); frame1.remove(); }, 500); } function getQueryParameterByName(paramName) { url = new URL(window.location.href) return url.searchParams.get("related_item") } async function get_xmindApi_responce(){ if ($('#related_products').length){ await $.ajax({ type: "POST", url: "/relatedproducts/", data: { 'itemCode': 'SDS52046', 'csrfmiddlewaretoken': csrf_token, 'related_item': getQueryParameterByName("related_item") }, success : function(data) { $('#related_products').html(data); }, error: function(error) { $('#related_products').hide(); } }); } if ($('#recommend_products').length){ await $.ajax({ type: "POST", url: "/recommendproducts/", data: { 'csrfmiddlewaretoken': csrf_token, 'itemCode': 'SDS52046', }, success : function(data) { $('#recommend_products').html(data); }, error: function(error) { $('#recommend_products').hide(); } }); } } get_xmindApi_responce() if (typeof gip_device_fingerprint !== "undefined") { $("#gip_fingerprint_code").val(gip_device_fingerprint); } $("#buyNow").click(() => { var item_qty = $("#item-number").val(); $("#item-qty").val(item_qty); $("#buynow_item_qty").text(item_qty); var unitprice = $("#item_sellPriceNoFormat").val(); var currencyFormat = "$%s USD"; $("#buynow_subtotal").text(currencyFormat.replace("%s", unitprice * item_qty)); $('.oneclick-modal').fadeIn(); }); $("#oneclick-modal-close").click(() => { $('.oneclick-modal').fadeOut(); }); $("#oneclick-modal-buynow").click(() => { $("#buynow").submit(); }); if ($('#recently_viewed_products').length){ $.ajax({ type: "POST", url: "/recentlyviewedproducts/", data: { 'itemCode': 'SDS52046', 'csrfmiddlewaretoken': csrf_token }, success : function(data) { $('#recently_viewed_products').html(data); }, error: function(error) { $('#recently_viewed_products').hide(); } }); } async function display_wishlist_item(){ document.getElementById("addToWishlist").style.display="flex"; document.getElementById("deleteFromWishlist").style.display="none"; }; display_wishlist_item(); $('#addToWishlist').click(function() { const addButton = document.getElementById("addToWishlist") const deleteButton = document.getElementById("deleteFromWishlist") deleteButton.innerHTML = ` Delete from Wishlist` addButton.disabled = true; deleteButton.disabled = true; addButton.innerText = "Adding..." var request = $.ajax({ type: "POST", url: "/account/wishlist/add/SDS52046", data: { 'itemCode': 'SDS52046', 'csrfmiddlewaretoken': csrf_token }, success: function(response) { addButton.innerText = "Added to Wishlist!"; setTimeout(() => { addButton.style.display="none"; addButton.disabled = false; deleteButton.disabled = false; deleteButton.style.display="flex"; }, 3000) }, }) request.done(function(response) { wishlist_ID = response.wishlist_id; }); }); $('#deleteFromWishlist').click(function() { const addButton = document.getElementById("addToWishlist") const deleteButton = document.getElementById("deleteFromWishlist") addButton.innerHTML = ` Add to Wishlist` deleteButton.disabled = true; addButton.disable = true; deleteButton.innerText = "Removing..." // wishlist_id exists its going to append to the url. // if it doesnt exists dont do anything $.ajax({ type: "POST", url: "/account/wishlist/delete/0".replace('0', wishlist_ID), data: { 'itemCode': 'SDS52046', 'csrfmiddlewaretoken': csrf_token }, success: function(response) { deleteButton.innerText = "Removed from Wishlist!"; setTimeout(() => { deleteButton.style.display="none"; addButton.disabled = false; deleteButton.disabled = false; addButton.style.display="flex"; }, 3000) }, }) }); $('#addToCart').click(function() { var itemCount = document.getElementById("item-number"); $.ajax({ type: "POST", url: "/cart/add/", data: { 'itemCode': 'SDS52046', 'itemCount': itemCount.value, 'csrfmiddlewaretoken': csrf_token }, dataType: "json", success: function(response) { $("#notification").show("fade", 800, function () { $("#notification").delay(3000).hide("fade", 800); }) reloadBadge(); }, error: function(rs, e) { $("#error-notification").show("fade", 800, function () { $("#error-notification").delay(3000).hide("fade", 800); }) } }); // Take the quantity qty = {quantity: itemCount.value}; // Transform the quantity into integer Object.keys(qty).forEach(function(el){ qty[el] = parseInt(qty[el]) }) // Take the item Information infoItem = {product:{"name": "Soldier Story Exosuit Exoskeleton Armor Suit XO-02", "id": "SDS52046", "category": "Action Figures", "sku": "SDS52046", "dimension4": "futurerelease", "dimension5": "No", "dimension7": "No", "brand": "SoldierStory", "price": 35200, "special_price": 35200, "dimension6": null, "meta_description": "a posable action figure.", "description": "
Note: In the event that the manufacturer is unable to meet demand for this item, they may not be able to supply retailers with the full amount ordered. Please understand that placing a preorder for this item will not guarantee we can fulfill the order.
SoldierStory brings us the 1/18-scale Exosuit Exoskeleton Armor Suit XO-02! You get the armor suit plus three soldier figures -- a winter warfare female pilot, a winter warfare spec-ops soldier, and a winter warfare spec-ops SGT officer.
The XO-02 features a fully articulated armor suit painted in gray-white for winter warfare, with over 25 points of articulation, movable hatch, front and arms armor to reproduce the pilot boarding system. It has an LED light-up control panel and search light, a retractable satcom antenna, and a rotatable machine gun; the fingers on the hands are flexible and movable. The ammo feed chute is detachable, and it has a UV light-up effect and an MP7 PDW store room.
The female pilot action figure has over 20 points of articulation, with three pairs of interchangeable hands (fists, weapon-holding hands, relaxed hands), plus a pilot helmet and an MP7 PDW.
The spec-ops soldier action figure has over 25 points of articulation, with an Integrated Visual Augmentation helmet system, shoulder mount aiming laser, an MK16 5.56 rifle with an EGLM 40mm grenade launcher, and a G17 9mm pistol with a light.
The spec-ops SGT officer action figure also has over 25 points of articulation, with a heads-up display helmet with a tactical gas mask, a shoulder-mounted mini four-tube launcher, a B36 5.56 assault rifle with tactical accessories, and a P226R 9mm pistol with an extended magazine.
Order yours today!
", "hlj_kit_type_code": "FigFigAFg", "hlj_item_type": "Action Figures", "ean_code": "4571690520469"}}; // Create a new variable allProductInfo = {}; // Add all the information together: Product info and quantity Object.assign(allProductInfo, infoItem.product, qty); window.dataLayer = window.dataLayer || []; window.dataLayer.push({ ecommerce: null }); window.dataLayer.push({ event: 'addToCart', ecommerce: { currencyCode: "JPY", add: { actionField: {list: "Product Page"}, products: [ allProductInfo ] } } }); });