Raining Cats and Dogs | German Shepherd Women's Lounge Shorts (2024)

'GetTag('RelatedInfo').innerHTML += Related;

  • Copyright © 2020Raining Cats and Dogs. All rights reserved.
')//$("#COMSearchSpanTN").parent().addClass("ui-autocomplete-loading2");},response: function (event, ui) {//$("#loading-spinnerTN").remove();if(! $.isEmptyObject(ui.content)) {//console.log($(ui.content))//$("#COMSearchSpanTN").css("position", "relative");//$(".ui-widgetTN").append('

Loading results...

')//setTimeout(function($("#loading-spinnerTN").remove()), 1000);setTimeout(function() {$("#loading-spinnerTN").remove()}, 200);}},close: function( event, ui ) {$("#loading-spinnerTN").remove();},//delay: 0, //200msselect: function( event, ui ) {if(event.keyCode){$(".topNavSearchInput").val(ui.item.value);ValidateSearch2();}else{location.href = ui.item.target;}},source: function(request, response) {//$('#ui-id-1').hide();//if we are on search page, there will be two ui-id's. we hide both. //$("#ui-id-2").hide();var $this = $(this);var $element = $(this.element);var previous_request = $element.data( "jqXHR" );if( previous_request ) {// a previous request has been made.// though we don't know if it's concluded// we can try and kill it in case it hasn'tprevious_request.abort();} $element.data( "jqXHR", $.ajax({url: '../../Content/ASP/2014_CommerceSearch.asp?IsAjax=Search&ID=&CategoryID=0&DSN=VortalLogic&SortOrder=4&PriceMult=1&isFiltering=True&FilterString=' + request.term + '&PriceRange=&LookChild=1',dataType: 'json',error: function(v, g) {//we will remove loading spinner is error is thrown or if previous ajax request is aborted$("#loading-spinnerTN").remove();},success: function (v, g) {$("#loading-spinnerTN").remove();response($.map( v, function( item ) {if(item.ProdCatID === undefined) {item.ProdCatID = 0;} return { //label: 'Raining Cats and Dogs | German Shepherd Women's Lounge Shorts (1)' + item.ProductName + '', // var prodpage = (item.ProdPageID==0)?47:item.ProdPageID; label: '

Raining Cats and Dogs | German Shepherd Women's Lounge Shorts (2)

' + item.PartNo + '

' + item.ProductName + '

', value: item.PartNo, target: '/Prod-' + item.ProdPageID + '-1-' + item.ProductID + '-' + item.ProdCatID + '/' + item.COM_LinkVal + '.htm' }}))$("ul#ui-id-1").append(''); $("ul#ui-id-2").append(''); }}))}}).data("ui-autocomplete")._renderItem = function (ul, item) { return $("
  • ") .data("item.autocomplete", item) .append("" + item.label + "") .appendTo(ul); }; })'); html.push('

    '); html.push('

    ' + item.Name + '

    ');html.push('

    Item# ' + item.ItemCode + '

    '); html.push('

    Price: ');html.push(formatCurrency(item.Price,2) + '

    ');html.push('

    ');}for(var j=0; j

    0){itemModPrice += parseFloat((itemMod.Price * qtyJustAdded).toFixed(2));currentMarkUp = formatCurrency(parseFloat(itemMod.Price),2) + ' ea.';}else{itemModPrice += parseFloat((itemMod.Price * qty).toFixed(2));currentMarkUp = formatCurrency(parseFloat(itemMod.Price),2) + ' ea.';}}if(currentMarkUp.length > 0 && parseFloat(itemMod.Price) > 0){if(drawProd)html.push('' + itemMod.TypeName + ': ' + itemMod.Name + ' (+' + currentMarkUp + ')
    ');}else{if(drawProd)html.push('' + itemMod.TypeName + ': ' + itemMod.Name + '
    ');}}if(drawProd && session.length > 0){var recentaddedSubT = (parseFloat((item.Price * qtyJustAdded)) + itemModPrice).toFixed(2);}subtItem = (parseFloat((item.Price * qty)) + itemModPrice).toFixed(2);if(drawProd){html.push('

    ');html.push('

    Quantity: ');if(session.length == 0){html.push(item.Quantity + '

    ');html.push('' + formatCurrency(subtItem,2) + '

    ' )}else{html.push(qtyJustAdded + '

    Item Total: ');html.push('' + formatCurrency(recentaddedSubT,2) + '

    ' )}html.push('');}totalItmPrice += parseFloat(subtItem);_totalQtyInlineCart += parseInt(qty, 10);}$("#subtotaldiv").html(formatCurrency(totalItmPrice,2)); if(totaladded == 1) { //$("#qtyitemsjustadded").html(totaladded + ' item'); }else { //$("#qtyitemsjustadded").html(totaladded + ' items'); } totaladded = 0;$("#totalQtyInlineCart").html(_totalQtyInlineCart);$("#countItemsInCartInline").html(_totalQtyInlineCart);$("#inlinecartbody").html(html.join(''));var isItems = (_totalQtyInlineCart==1)?'item':'items';$("#isItems").html(isItems) //var isItemsHeading = (_totalQtyInlineCart==1)?'Item':'Items'; //$("#isItemsHeading").html(isItemsHeading)if(ret.Items.length==0){$("#inlinecartbody").html('

    Your cart is currently empty

    ');}})}function getCurrentCart(getSingleCartItem){$("#inlinecartbody").html("");$.ajax({ type: "GET", url: "../../Content/ASP/2015_CommerceCartPopup.asp?IsAjax=CartJS&getSingleCartItem=" + getSingleCartItem, async: true, crossDomain: true, dataType: 'jsonp', success: callbackJS });//$.getJSON("../../Content/ASP/2015_CommerceCartPopup.asp", {IsAjax:"CartJS"},callbackJS);}var oCartInlineRet = '';var _totalQtyInlineCart = '';var callbackJS = function(ret){oCartInlineRet = ret;getLastItemsAdded();}function countItemsInCart(){try{_totalQtyInlineCart = 0;for(i=0; i 0) && (typeof(oCartConfig) != 'undefined')){ switch (oCartConfig.Enforce) { case ENFORCE_SKU: prodID = 'for this SKU('+String(sItemCode)+')'; break; case ENFORCE_PARTNO: prodID = 'for this PartNo('+String(oProd.ID)+')'; break; } if (((iAmountInCart + iQty) > oConfig[CONFIG_MAX]) && (oConfig[CONFIG_MAX] > 0)) { alert('Your qty amount '+prodID+' is '+String(iAmountInCart + iQty)+' and does not satisfy the maximum order amount of ' + oConfig[CONFIG_MAX] + '.\n\nPlease adjust this before adding it to your cart.'); QtyFld.focus(); return false; } if ((iAmountInCart + iQty) < oConfig[CONFIG_MIN]) { alert('Your qty amount '+prodID+'is '+String(iAmountInCart + iQty)+'does not satisfy the minimum order amount of ' + oConfig[CONFIG_MIN] + '.\n\nPlease adjust this before adding it to your cart.'); QtyFld.focus(); return false; }}else{ if(iQty < minimum) { alert('Your qty amount does not satisfy the minimum order amount of ' + minimum + '.\n\nPlease adjust this before adding it to your cart.'); QtyFld.focus(); return false; } if(maximum >0 && iQty > maximum) { alert('Your qty amount does not satisfy the maximum order amount of ' + maximum + '.\n\nPlease adjust this before adding it to your cart.'); QtyFld.focus(); return false; }}if((iQty - minimum) % increment != 0){var high, low, rem;rem = iQty - minimum;low = iQty - (rem % increment);high = low + increment;alert('Your qty amount is not a valid ordering amount.\n\nPlease adjust this before adding it to your cart.\n\nTry ordering ' + low + ' or ' + high + '.');QtyFld.focus();return false;}var Inv = GetInventoryEntry(ItemData1, 16182);if((Inv == null) && (Inv != 'undefined')){Inv = OnlyInv;}if(Inv != null && !Inv.Active) { alert('This selection is currently unavailable. Please select a different item.'); return false;}if(Inv == null || Inv.isAvailable(iQty, 'German Shepherd Women\'s Lounge Shorts')){//calculate final base discountvar FinalBase = 24.95;var QtyReqif(document.commerce.ProductQuantity == null){QtyReq = 1;}else{QtyReq = parseInt(document.commerce.ProductQuantity.value, 10);}var cBreak = PriceBreaks.getBreak(QtyReq);if(cBreak){FinalBase = stRound(cBreak.getDiscountedPrice(FinalBase),2);if(cBreak.IsPercent){var Sels = GetTags('ProductProp16182')for(var i=0;i 0) {var tCartImage = aModImages['IC'+ModIDCombo].Cart;var idx = tCartImage.indexOf('ct1_');if(idx != -1)CartIMG = 'AttributeImages/' + tCartImage.substr(idx);}if(Inv != null && Inv.Image.length > 0)CartIMG = 'ItemImages/' + Inv.Image;}document.commerce.ProductImage.value = CartIMG;document.commerce.ProductID.value = '16182';document.commerce.ProductTypeID.value = '2';document.commerce.ProductName.value = 'German Shepherd Women\'s Lounge Shorts';document.commerce.ProductWeight.value = '1';document.commerce.ProductDescription.value = '

    German ShepherdWomen's lounge/sleep shortsare the ultimate in cozy comfort. German Shepherddesign is screen printed and will not fade after multiple washings. These classic cotton blend Shepherdprint lounge shortsalso make the perfect gift for anyone owned by a Shepherdlover. BackgroundColor May Vary.


    • 60% Cotton and 40% Polyester

    • Lounge shorts have an elasticized waist and drawstring tie, two side pockets

    • Machine washable, cold, tumble dry low

    • Available in Small, Medium, Large and X-Large


    ';document.commerce.PartNO.value = '450-75';document.commerce.ItemNo.value = (Inv==null)? '450-75' : Inv.ItemCode;document.commerce.ProductUpload.value = (Inv==null)? 'False' : Inv.HasUpload;document.commerce.ProductBasePrice.value = FinalBase;document.commerce.PageDisplay.value = 'PublicDisplayCartCOM';document.commerce.AddToCart.value = 'TRUE';var noSubmit = true;var serializeInputs = new Array();var parameters = {}; //declare the object$("input").each(function(i,elem){try{parameters[$(this).attr('name')] = (ie && version == '8')?$(this).val():($(this).attr('name').toLowerCase().indexOf('adddesc')!=-1)?$(this).val():$(this).attr("value");//$(this).attr('value'); //set some value}catch(e){}})$("textarea").each(function(i,elem){parameters[$(this).attr('name')] = (ie && version == '8')?$(this).val():($(this).attr('name').toLowerCase().indexOf('adddesc')!=-1)?$(this).val():$(this).attr("value");//$(this).attr('value'); //set some value})$("select").each(function(i,elem){if(parameters[$(this).attr('name')] != undefined){parameters[$(this).attr('name')] = parameters[$(this).attr('name')] + ", " + $(this)[0].options[$(this)[0].selectedIndex].value; //set some value}else{//parameters[$(this).attr('name')] = $(this).attr('value'); //set some valueparameters[$(this).attr('name')] = $(this)[0].options[$(this)[0].selectedIndex].value}})parameters["IsAjax"] = "AddToCartInline";parameters["getSingleCartItem"] = "1";if(GetTag('ProductQuantity').options){parameters["ProductQuantity"] = GetTag('ProductQuantity').options[GetTag('ProductQuantity').selectedIndex].value;}else{parameters["ProductQuantity"] = GetTag('ProductQuantity').value;}parameters["isGrid"] = 0;$.post("../../Content/ASP/2015_CommerceCartPopup.asp", parameters,function(ret){closedButton = false;hiddenOntime = true; toggleCart(true, "Added to your cart"); $("#cartContainerInline").modal({ onOpen: function (dialog) { dialog.data.show(); dialog.container.fadeIn('slow'); dialog.overlay.fadeIn('fast'); } }); setTimeout(function(){ $("#inlinecartscrollbar").tinyscrollbar(); }, 2500); /* $("#InlinecartRelatedItems").bxSlider({ minSlides: 1, maxSlides: 4, slideWidth: 155, slideMargin: 10, infiniteLoop: false, hideControlOnEnd: true });*/})if(typeof(getRecomendedProds) != 'undefined')getRecomendedProds(parameters);return false;}else{return false;}}//$ = null;var hiddenOntime = true;var inter = 0;var closedButton = false;var leftpos = '500px';document.onclick = function(){};window.onfocus = function(){}function toggleCart(display, header,getSingleCartItem){try{if(closedButton){hide = true;return false;}var fromPos = (hide)?hiddenpos:displayPos;var gotoPos = (!hide)?hiddenpos:displayPos;try{if ($('#inlinecart').is(':hover')) {display = true;}}catch(e){}if(display){var fromPos = hiddenpos;var gotoPos = displayPos;}else{var hideOnFinish = "none";}hide = !hide;if(display)getCurrentCart(getSingleCartItem);//$("#cartHeaderInline").html(header);if(!hide){}else{ window.clearTimeout(inter);}}catch(e){}}$(document).ready(function(){document.getElementById('cartInline').innerHTML = '';//BuildJSCart('testjs','30%');$("#cartInline").click(function(){ document.location = '../../content/48.htm';});getCurrentCart();})var iId = '';var cpx = '';function slideOn(obj,from, to){cpx = parseInt(from , 10);iId = setInterval(function(){slideOnMove(obj,from,to)},1/100)}function slideOnMove(obj,from, to){if(cpx==to){clearInterval(iId)}cpx = cpx + 1;obj.style.top = cpx;}

    Item(s) added to your cart

    Your Cart: items

    Cart Subtotal:

    German Shepherd Comfies Dog Print Slippers

    281-75

    Price: $15.95

    '; Related += '

    German Shepherd Serengeti Insulated Water Bottle

    420-75

    Price: $29.95

    '; Related += '

    German Shepherd Dog House is Not a Home Garden Flag- click for breed colors

    HNFL-German Shepherd

    Price: $22.95

    '; Related += ''; GetTag('receommendCarousel').innerHTML += Related; $("#InlineCartRelatedInfo").show();}
  • Raining Cats and Dogs | German Shepherd Women's Lounge Shorts (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Fredrick Kertzmann

    Last Updated:

    Views: 6128

    Rating: 4.6 / 5 (66 voted)

    Reviews: 89% of readers found this page helpful

    Author information

    Name: Fredrick Kertzmann

    Birthday: 2000-04-29

    Address: Apt. 203 613 Huels Gateway, Ralphtown, LA 40204

    Phone: +2135150832870

    Job: Regional Design Producer

    Hobby: Nordic skating, Lacemaking, Mountain biking, Rowing, Gardening, Water sports, role-playing games

    Introduction: My name is Fredrick Kertzmann, I am a gleaming, encouraging, inexpensive, thankful, tender, quaint, precious person who loves writing and wants to share my knowledge and understanding with you.