QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK (2024)

× 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 //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://johnpyeauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f237386484%2fQTY-OF-ITEMS-TO-INCLUDE-SWAROVSKI-TENNIS-DELUXE-BRACELET-ROUND-CUT-CRYSTALS-WHITE-ROSEGOLD-TONE-PLATED-LOCATION-C-RACK'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=JohnPye&template=ask_listing_question&listingID=237386485&returnUrl=%2FEvent%2FLotDetails%2F237386484%2FQTY-OF-ITEMS-TO-INCLUDE-SWAROVSKI-TENNIS-DELUXE-BRACELET-ROUND-CUT-CRYSTALS-WHITE-ROSEGOLD-TONE-PLATED-LOCATION-C-RACK'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=237386485&Receiver=JohnPye' .replace("REPLACELINEITEMID", data.LineItemID); 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 ($.inArray(data.ListingID, interestingListings) < 0) return; 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://johnpyeauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f237386484%2fQTY-OF-ITEMS-TO-INCLUDE-SWAROVSKI-TENNIS-DELUXE-BRACELET-ROUND-CUT-CRYSTALS-WHITE-ROSEGOLD-TONE-PLATED-LOCATION-C-RACK'; 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 (false && $("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=JohnPye&template=ask_listing_question&listingID=237386485&returnUrl=%2FEvent%2FLotDetails%2F237386484%2FQTY-OF-ITEMS-TO-INCLUDE-SWAROVSKI-TENNIS-DELUXE-BRACELET-ROUND-CUT-CRYSTALS-WHITE-ROSEGOLD-TONE-PLATED-LOCATION-C-RACK'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=237386485&Receiver=JohnPye' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

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

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 228; var lastLotOrder = 699; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 234046697, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 228; var lastLotOrder = 699; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 234046697, 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) { if ($.inArray(data.ListingID, interestingListings) < 0) return; 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://johnpyeauctions.co.uk/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f237386484%2fQTY-OF-ITEMS-TO-INCLUDE-SWAROVSKI-TENNIS-DELUXE-BRACELET-ROUND-CUT-CRYSTALS-WHITE-ROSEGOLD-TONE-PLATED-LOCATION-C-RACK'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=JohnPye&template=ask_listing_question&listingID=237386485&returnUrl=%2FEvent%2FLotDetails%2F237386484%2FQTY-OF-ITEMS-TO-INCLUDE-SWAROVSKI-TENNIS-DELUXE-BRACELET-ROUND-CUT-CRYSTALS-WHITE-ROSEGOLD-TONE-PLATED-LOCATION-C-RACK'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=237386485&Receiver=JohnPye' .replace("REPLACELINEITEMID", data.LineItemID); 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); }); } }); });

Back To Catalog

Saleroom Location

Edinburgh SR34-1453- Parcel Delivery Only

John Pye Auctions,Bridgeness Rd Carriden Bo’ness West Lothian EH51 9SF Nr Edin

VIEWING MONDAY 27TH MAY 20249AM - 12PM

PAYMENT DEADLINE - THURSDAY 30THMAY 2024- 4PM

25% Buyers Premium + 20% VAT

This Auction Uses Online Bidding.

Lot # 229

QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK (1)

  • QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK (2)

  • QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK (3)

  • QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK (4)

Hammer Price: £61.00 (Approx (€69.54))


Edinburgh SR34 - Delivery Only - QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK (5)


Parcel Delivery (DPD) £9.99 (£1.99 as additional lot)

Shipping Info

Edinburgh SR34-1453- Parcel Delivery Only

John Pye Auctions,Bridgeness Rd Carriden Bo’ness West Lothian EH51 9SF Nr Edin

VIEWING MONDAY 27TH MAY 20249AM - 12PM

PAYMENT DEADLINE - THURSDAY 30THMAY 2024- 4PM

Description

QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK

John Pye Auctions will bid incrementally for you up to your maximum bid. Your maximum bid is kept a secret from other users.

Your bid is a contract between you and the listing creator. If you have the highest bid you will enter into a legally binding purchase contract.


QTY OF ITEMS TO INCLUDE SWAROVSKI TENNIS DELUXE BRACELET, ROUND CUT CRYSTALS, WHITE, ROSE-GOLD TONE PLATED: LOCATION - C RACK (2024)

FAQs

How much is a Swarovski bracelet? ›

The Latest Price for Swarovski Women Bracelets & Bangles | June 2024
Product NamePrice
Idyllia Bracelet Mixed Cuts Clover Green Gold-Tone PlatedPhp 9,500.00
Mesmera Bracelet Mixed Cuts White Rhodium PlatedPhp 19,500.00
Matrix Tennis Bracelet Mixed Cuts Pink Rhodium PlatedPhp 23,500.00
7 more rows

Can I wear my Swarovski tennis bracelet in the shower? ›

Always remove your jewelry before washing your hands, swimming, or applying body care products such as perfume, hairspray, soaps, and lotions. These products can damage the metal and reduce the lifetime of the plating, as well as cause discoloration and loss of brilliance.

Why are tennis bracelets called tennis bracelets? ›

In 1978, as she was competing to hold her three-year streak in the U.S. Open, game play suddenly stopped. Her bracelet had slipped off and she was wandering the court searching for it. From that moment on, a single line bracelet was known as a “tennis bracelet.”

Does Swarovski tarnish? ›

However, just like any other stone or metal, Swarovski crystals can become tarnished over time, so regular cleaning is essential for keeping your crystals looking their best.

Are Swarovski crystals worth money? ›

These crystals do not hold a high value for its inherent material but are priced higher due to their brand name, quality, work process, and unique artwork. Brands like Tiffany & Co. and Pandora, however, deal with natural diamonds and gemstones.

Are Swarovski crystals cheaper than diamonds? ›

Swarovski crystals are a more affordable option compared to diamonds, making them an attractive choice for those on a budget. The price of a diamond engagement ring can vary greatly depending on factors such as carat weight, cut, clarity, and color.

Which wrist do you wear a tennis bracelet on? ›

Typically a tennis bracelet is worn on the left wrist, as most people are right-handed and therefore find it more comfortable to wear on their less dominant hand. Of course, if you are left-handed, you may find it more practical to wear your tennis bracelet on your right wrist.

Should a tennis bracelet be worn alone? ›

Wear Them by Themselves

They don't need to be worn in conjunction with other jewelry, even for fancier events. They provide just the right amount of sparkle, sophistication, and style as a stand-alone piece, and they exude elegance and beauty when paired with any variety of clothing.

Should you wear a tennis bracelet all the time? ›

Yes, you can wear your tennis bracelet all the time! It is made to be flexible and durable so it can handle everyday wear.

What's better, Pandora or Swarovski? ›

Each company has its own specialty. If you want something crystal or sharp, you should go for Swarovski since they develop Crystal Jewelry most of the time. You should choose Pandora if you are looking for Assurance and Overall High-Quality Jewelry.

Why did Swarovski stop selling crystals? ›

Back in October 2021, Swarovski made the decision to limit who would be allowed to purchase, sell and use their crystal components. Since then, suppliers of Swarovski components, which include flatback crystals, pearls, beads, fancy stones etc, have been selling what they had left, unable to re-stock.

Is Swarovski high end? ›

Swarovski crystals are renowned for their exceptional quality and brilliance, often being associated with luxury and exclusivity.

Are Swarovski beads expensive? ›

Swarovski crystals are known for their beautiful refracting properties, their durability, as well as their affordability when compared to “real” diamonds in the jewellery market.

Is Swarovski bracelet good quality? ›

On a basic level, the quality to price ratio with Swarovski is exceptional. You get quality imitation crystals, made by experts in the field. If the jewelry holds its value on the second-hand market is unknown. They do not contain precious metals like gold, silver, or palladium so these market prices do not impact it.

Does Swarovski jewelry have value? ›

Limited edition Swarovski pieces will hold its value better, but still, it depends on the market and the demand. In order to value a figurine or decorative element, you have to make sure it is an original Swarovski piece.

What is Swarovski so expensive? ›

The primary factor contributing to the cost of Swarovski crystals is the precision cutting technique developed by Daniel Swarovski in 1892. This patented cutting machine allowed for a level of accuracy that was unprecedented at the time, creating crystals that closely resemble diamonds.

References

Top Articles
Latest Posts
Article information

Author: Patricia Veum II

Last Updated:

Views: 5573

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Patricia Veum II

Birthday: 1994-12-16

Address: 2064 Little Summit, Goldieton, MS 97651-0862

Phone: +6873952696715

Job: Principal Officer

Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.