"); var desc = $("#product_description").html().substr(0,ind) ; if ( ind != -1 ) desc = $("#product_description").html().substr(0,ind) ; var json_title = JSON.stringify($("span[itemprop='name']").html());var json_desc = JSON.stringify(desc); var image = $('.vCSS_img_product_photo_small').attr('src'); if ( typeof $('.vCSS_img_product_photo_small').attr('src') == 'undefined' ) image = ' '; var structuredData = ' '+' '+' "@context": " ", '+' "@type": "Product", '+' "additionalType":"Book", '+' "name": '+json_title +', '+' "image":"'+image +'", '+' "description": '+json_desc +', '+' "productID":"isbn:'+global_Current_ProductCode +'", '+' "offers": '+' "@type":"Offer", '+' "itemCondition":"'+cond+'", '+' "sku":"'+global_Current_ProductCode +'", '+' "priceValidUntil":"'+sd_date +'", '+' "priceCurrency":"USD", '+' "price":'+price+', '+' "availability":"'+stock+'" '+' ';$('#structuredData').html(structuredData);try window.dataLayer.push('total_order_value': price );window.dataLayer.push('view_item': 'TRUE' );let items = [] items.push( "item_id": global_Current_ProductCode , );window.dataLayer.push('items': items); catch(e)}function showBuybox() $(".vol-option-items").attr('style', 'display: block !important'); $(".vol-option-items").show(); $(".vol-option-items").fadeIn(); createMicrodata();$('a[href^="/Email_Me_When_Back_In_Stock.asp"]').attr("rel","nofollow");$('#v65-product-wishlist-button').attr("rel","nofollow");//called from buybox.aspfunction hideButtons()$("#btn_addtocart").attr('style', 'display: none !important');$("#btn_addAndCheckout").attr('style', 'display: none !important');$(".vol-cartqty__wrap").attr('style', 'display: none !important');$(".vol-cartqty__text").attr('style', 'display: none !important');$(".vCSS_input_addtocart").attr('style', 'display: none !important');function add_hover()$("#btn_addtocart").css("background-color", "orange");function remove_hover()$("#btn_addtocart").css("background-color", "#fc3");function showButtons() $(".vCSS_input_addtocart").is(':visible') == false ) setTimeout(showButtons,200);$("#btn_addtocart").attr('style', 'display: block !important');$("#btn_addAndCheckout").attr('style', 'display: block !important');$(".vol-cartqty__wrap").attr('style', 'display: block !important');$(".vol-cartqty__text").attr('style', 'display: block !important');$(".vCSS_input_addtocart").attr('style', 'display: block !important'); $('.vol-cartqty__toggle').click(function() checkSelectedProductConditionAndQuantity(); ); var pub_date = $('#product_description').html().substr($('#product_description').html().indexOf('Publication Date')+35,10); var mydate = new Date(pub_date); //console.log("mydate = " + mydate.toDateString()); if ( mydate > new Date() && pub_date != '9999-01-01' ) $('#btn_addtocart').live( 'mouseover', function() add_hover(); , false ); $('#btn_addtocart').live( 'mouseout', function() remove_hover(); , false ); $("#btn_addtocart").css("background-color", "#fc3"); $("#btn_addtocart").css("color", "black"); $("#btn_addtocart").css("font-weight", "bold"); $("#btn_addtocart").css("border-color", "lightslategray"); $("#btn_addtocart").css("margin", "0px !important"); $("#btn_addtocart").val("Pre-Order Now"); var release_date =$('#product_description').html().substr($('#product_description').html().indexOf('Publication Date')+35,10); $("#btn_addtocart").after("This book will be shipped once the release date ("+release_date +") arrives."); $("#btn_addtocart").css("height", "44.5px"); $("#btn_addAndCheckout").hide(); //$('#options_table').html($('#options_table').html().replace("Available In Stock:","Pre-Order")) $(".vol-option-heading").html($(".vol-option-heading").html().replace("Available In Stock", "Pre-Order") ); //console.log("did the work! " ); function checkSelectedProductConditionAndQuantity()var desired_qty = $(".v65-productdetail-cartqty.form-control").val(); var acceptable_count = $('.acceptable_count').html(); var good_count= $('.good_count').html(); var verygood_count= $('.verygood_count').html(); var likenew_count= $('.likenew_count').html(); // need to see if it's checked AND the QTY value exceeds what we have in stock - prevent this from happeningif($("input[value='186']").is(':checked') && $("input[value='186']").is(':visible') && desired_qty*1 > acceptable_count*1 && acceptable_count != null ) var msg = "Only "+acceptable_count+" acceptable copies of this book are available. We are resetting the selected quantity.";if (acceptable_count*1 == 1)msg = "Only "+acceptable_count+" acceptable copy of this book is available. We are resetting the selected quantity.";alert( msg);$(".v65-productdetail-cartqty.form-control").val(acceptable_count); if($("input[value='185']").is(':checked') && $("input[value='185']").is(':visible') && desired_qty*1 > good_count*1 && good_count != null ) var msg = "Only "+good_count+" good copies of this book are available. We are resetting the selected quantity.";if (good_count*1 == 1)msg = "Only "+good_count+" good copy of this book is available. We are resetting the selected quantity.";alert( msg);$(".v65-productdetail-cartqty.form-control").val(good_count); if($("input[value='184']").is(':checked') && $("input[value='184']").is(':visible') && desired_qty*1 > verygood_count*1 && verygood_count != null ) var msg = "Only "+verygood_count+" very good copies of this book are available. We are resetting the selected quantity.";if (verygood_count*1 == 1)msg = "Only "+verygood_count+" very good copy of this book is available. We are resetting the selected quantity.";alert( msg);$(".v65-productdetail-cartqty.form-control").val(verygood_count); if($("input[value='183']").is(':checked') && $("input[value='183']").is(':visible') && desired_qty*1 > likenew_count*1 && likenew_count != null ) var msg = "Only "+likenew_count+" like new copies of this book are available. We are resetting the selected quantity.";if (likenew_count*1 == 1)msg = "Only "+likenew_count+" like new copy of this book is available. We are resetting the selected quantity.";alert( msg);$(".v65-productdetail-cartqty.form-control").val(likenew_count); var num_add_to_carts = 0;function addMeToCart( productcode )document.body.style.cursor = 'wait'; //first we add the book to the cart using ajax (behind the scenes$.ajax(url : '/ShoppingCart.asp?ProductCode='+productcode ,success : function(data) //if the user has added 3+ times, reload full page or we see slowness issuesif ( num_add_to_carts >= 3 )localStorage['showcart'] = 1;window.location.reload();return; //then we reload this script which updtes the cart 100%var script = document.createElement('script');script.src = '/v/vspfiles/templates/260/js/min/template.min.js';document.getElementsByTagName('head')[0].appendChild(script);// last, show the slide out cart ?should we?$(".cart").click();num_add_to_carts++;document.body.style.cursor = 'default'; , error: function (xhr, ajaxOptions, thrownError) document.body.style.cursor = 'default';//alert("error status="+xhr.status+ " thrownError="+thrownError););function showMyCart() if ( $(".push-cart-open").length == 0 ) $(".cart").click(); setTimeout(showMyCart,1000); else localStorage['showcart'] = 0; function checkCart() if ( PageName() == "shoppingcart.asp" && $('a[href*="/ProductDetails.asp?ProductCode=0767902521"]').length > 0 && $('a[href*="/ProductDetails.asp?ProductCode=0767902521%2D"]').length == 0 && $('a[href*="/ProductDetails.asp?ProductCode=0767902521-"]').length == 0 ) //console.log("bogus order found start"); $("body").after(""); $("#bogus").load("/v/vspfiles/schema/Generic/bogus_order.asp");//console.log("bogus order found end"); else if ( PageName() == "shoppingcart.asp" ) setTimeout(checkCart, 500); function checkMobileHomePageSlides() var myWidth = 0; if(typeof(window.innerWidth) == 'number') // Non-IE myWidth = window.innerWidth; else if(document.documentElement && (document.documentElement.clientWidth $(document).ready(function() ( !localStorage['app_show_banner_date'] == undefined ); var SearchParams = 'searching=Y&sort=5&cat=2373&show=48&page=1'; Home > Shop Categories > Games & Strategy Guides .v-product-gridfont-size: calc(16px + .1vw); Gaming Strategy BooksGaming how-to guides walk you through the basic storyline and levels of a game on your favorite gaming console or PC. Our gaming guides for popular games like World of Warcraft, Madden, Second Life, and more help you make the most of your gameplay experiences. But our selection of the best books about gaming goes beyond video game strategy guidebooks. Sharpen your critical thinking skills with PC game strategy guides for games like online poker and theories about games. At Discover Books, we also carry books about game design and development so you can learn more about what goes into making your favorite games (and maybe even get started on developing the next great game).
Starcraft Primas Official Strategy Guide Download Pdf
2ff7e9595c
Comments