FANCY PRESSED GLASS JELLY JAR on Raised Feet (2024)

  • Home
  • October 2024 Auction - View PICTURES-ONLY Preview Now
  • Fruit Jars
  • FANCY PRESSED GLASS JELLY JAR on Raised Feet(3704625)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'https://auction.gregspurgeon.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f3704625%2fFANCY-PRESSED-GLASS-JELLY-JAR-on-Raised-Feet'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=North%20American%20Glass&template=ask_listing_question&listingID=3704626&returnUrl=%2FEvent%2FLotDetails%2F3704625%2FFANCY-PRESSED-GLASS-JELLY-JAR-on-Raised-Feet'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=3704626&Receiver=North%20American%20Glass'; var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://auction.gregspurgeon.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f3704625%2fFANCY-PRESSED-GLASS-JELLY-JAR-on-Raised-Feet'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=North%20American%20Glass&template=ask_listing_question&listingID=3704626&returnUrl=%2FEvent%2FLotDetails%2F3704625%2FFANCY-PRESSED-GLASS-JELLY-JAR-on-Raised-Feet'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=3704626&Receiver=North%20American%20Glass'; var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 236; var lastLotOrder = 443; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 3654967, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 236; var lastLotOrder = 443; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 3654967, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://auction.gregspurgeon.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f3704625%2fFANCY-PRESSED-GLASS-JELLY-JAR-on-Raised-Feet'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=North%20American%20Glass&template=ask_listing_question&listingID=3704626&returnUrl=%2FEvent%2FLotDetails%2F3704625%2FFANCY-PRESSED-GLASS-JELLY-JAR-on-Raised-Feet'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=3704626&Receiver=North%20American%20Glass'; var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

13.50% Buyer's Premium

This Auction Uses Proxy Bidding.

Preview

FANCY PRESSED GLASS JELLY JAR on Raised Feet FANCY PRESSED GLASS JELLY JAR on Raised Feet (1)

Lot # 237

FANCY PRESSED GLASS JELLY JAR on Raised Feet (2)

  • FANCY PRESSED GLASS JELLY JAR on Raised Feet (3)

  • FANCY PRESSED GLASS JELLY JAR on Raised Feet (4)

  • FANCY PRESSED GLASS JELLY JAR on Raised Feet (5)

Current Price $20.00 ( )

Add to Watch List

North American Glass

Ask Seller a Question

Payment Options
Seller Accepts PayPal

Details

  • Lot # 237
  • System ID # 3704625
  • End Date
  • Start Date

Description

Size:

Color:

Closure:

Appearance:

Condition:

Embossing:

Base: ""

Age:

Availability:

Please read the Terms and Conditions page linked below before placing your bid. Thanks!!!

Payment Details: Check, MO, Paypal & Credit Card accepted. USA shipping is $12.50 + insurance. We ship worldwide, cost varies by location. Invoice sent by email within 24 hrs of auction end. Buyer's premium is 13.5%.

FANCY PRESSED GLASS JELLY JAR on Raised Feet (2024)
Top Articles
Is Tony Dokoupil On Vacation
Burn Boot Camp Seattle
Craigslist Pets Longview Tx
Unitedhealthcare Hwp
Math Playground Protractor
Ati Capstone Orientation Video Quiz
Uc Santa Cruz Events
South Bend Tribune Online
Seafood Bucket Cajun Style Seafood Restaurant in South Salt Lake - Restaurant menu and reviews
Craigslist Pets Southern Md
Washington, D.C. - Capital, Founding, Monumental
Xxn Abbreviation List 2023
Craigslist In Flagstaff
Equibase | International Results
Saatva Memory Foam Hybrid mattress review 2024
Effingham Bookings Florence Sc
Bjerrum difference plots - Big Chemical Encyclopedia
Pearson Correlation Coefficient
Suspiciouswetspot
Foodsmart Jonesboro Ar Weekly Ad
Ardie From Something Was Wrong Podcast
Jailfunds Send Message
Criglist Miami
What is Software Defined Networking (SDN)? - GeeksforGeeks
How to Use Craigslist (with Pictures) - wikiHow
Darktide Terrifying Barrage
Taktube Irani
Ofw Pinoy Channel Su
Otis Offender Michigan
Aladtec Login Denver Health
Powerball lottery winning numbers for Saturday, September 7. $112 million jackpot
Where Do They Sell Menudo Near Me
Rocketpult Infinite Fuel
Roto-Rooter Plumbing and Drain Service hiring General Manager in Cincinnati Metropolitan Area | LinkedIn
Radical Red Doc
Craigslist Pets Huntsville Alabama
Ursula Creed Datasheet
Final Jeopardy July 25 2023
Prior Authorization Requirements for Health Insurance Marketplace
Unblocked Games Gun Games
Avance Primary Care Morrisville
Dontrell Nelson - 2016 - Football - University of Memphis Athletics
Wzzm Weather Forecast
Canonnier Beachcomber Golf Resort & Spa (Pointe aux Canonniers): Alle Infos zum Hotel
Automatic Vehicle Accident Detection and Messageing System – IJERT
Guy Ritchie's The Covenant Showtimes Near Look Cinemas Redlands
116 Cubic Inches To Cc
Santa Ana Immigration Court Webex
Wera13X
Assignation en paiement ou injonction de payer ?
Craigslist Com Brooklyn
Saw X (2023) | Film, Trailer, Kritik
Latest Posts
Article information

Author: Msgr. Benton Quitzon

Last Updated:

Views: 6268

Rating: 4.2 / 5 (63 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Msgr. Benton Quitzon

Birthday: 2001-08-13

Address: 96487 Kris Cliff, Teresiafurt, WI 95201

Phone: +9418513585781

Job: Senior Designer

Hobby: Calligraphy, Rowing, Vacation, Geocaching, Web surfing, Electronics, Electronics

Introduction: My name is Msgr. Benton Quitzon, I am a comfortable, charming, thankful, happy, adventurous, handsome, precious person who loves writing and wants to share my knowledge and understanding with you.