Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (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://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f734986882%2fOhuhu-Alcohol-Markers-Brush-Tip-Double-Tipped-Art-Marker-Set-for-Artist-A-SR'; 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=Sardis-Rd&template=ask_listing_question&listingID=734986883&returnUrl=%2FEvent%2FLotDetails%2F734986882%2FOhuhu-Alcohol-Markers-Brush-Tip-Double-Tipped-Art-Marker-Set-for-Artist-A-SR'; 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=734986883&Receiver=Sardis-Rd' .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://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f734986882%2fOhuhu-Alcohol-Markers-Brush-Tip-Double-Tipped-Art-Marker-Set-for-Artist-A-SR'; 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=Sardis-Rd&template=ask_listing_question&listingID=734986883&returnUrl=%2FEvent%2FLotDetails%2F734986882%2FOhuhu-Alcohol-Markers-Brush-Tip-Double-Tipped-Art-Marker-Set-for-Artist-A-SR'; 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=734986883&Receiver=Sardis-Rd' .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 = 905; var lastLotOrder = 1499; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 734336406, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 905; var lastLotOrder = 1499; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 734336406, 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://vistaauction.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f734986882%2fOhuhu-Alcohol-Markers-Brush-Tip-Double-Tipped-Art-Marker-Set-for-Artist-A-SR'; 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=Sardis-Rd&template=ask_listing_question&listingID=734986883&returnUrl=%2FEvent%2FLotDetails%2F734986882%2FOhuhu-Alcohol-Markers-Brush-Tip-Double-Tipped-Art-Marker-Set-for-Artist-A-SR'; 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=734986883&Receiver=Sardis-Rd' .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

WARRANTY & CONDITION
Most of these items are either new in the box or some are online returns. Some of the items may have been previously opened, used, or have been damaged. The photos used are stock photos and are representative of the merchandise. Each item is listed per their individual UPC label. Please pay close attention to the item's description, as our staff flags item(s) that are incomplete and/or damaged. These items will contain additional details about their condition. ALL SALES ARE FINAL. Items are sold as-is with no warranty. No refunds will be made.

15.00% Buyer's Premium

$2.00 Per Lot Fee

This Auction Uses Proxy Bidding.

Ended

Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (1)

MSRP: $69.98 - New

Item # 906

Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (2)

  • Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (3)

  • Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (4)

  • Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (5)

  • Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (6)

  • SoldWinning Bid: $24.00
  • 18 Bid(s) View Bid History

Sardis-Rd

Payment Options Seller Accepts Credit Cards

Details

Item # 906

Listing ID 734986883

End Date

Start Date

Description

Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist Adults Coloring Illustration- 72 Colors- Alcohol-based Refillable Ink - Fine & Brush Dual Tips - Honolulu B of Ohuhu Markers

New

Product Link*

Retail Price: $ 69.98

https://www.amazon.com/dp/B088CZKD2T*

*For Reference Only. Please read the condition comment and look at the pictures of the actual product

gloriai

VALPN-01409700

Ohuhu Alcohol Markers Brush Tip - Double Tipped Art Marker Set for Artist A (SR) (2024)
Top Articles
Amex Personal Loans Login
Lander Wyoming: Uncover Adventure In The Wild West
Dannys U Pull - Self-Service Automotive Recycling
Patreon, reimagined — a better future for creators and fans
Danielle Moodie-Mills Net Worth
What is Mercantilism?
Kaydengodly
Flights to Miami (MIA)
ds. J.C. van Trigt - Lukas 23:42-43 - Preekaantekeningen
Chase Claypool Pfr
Mivf Mdcalc
biBERK Business Insurance Provides Essential Insights on Liquor Store Risk Management and Insurance Considerations
Erskine Plus Portal
Employeeres Ual
Space Engineers Projector Orientation
Nier Automata Chapter Select Unlock
Keniakoop
Belly Dump Trailers For Sale On Craigslist
Conan Exiles Colored Crystal
Highland Park, Los Angeles, Neighborhood Guide
Tamilrockers Movies 2023 Download
Uky Linkblue Login
Toy Story 3 Animation Screencaps
Walmart stores in 6 states no longer provide single-use bags at checkout: Which states are next?
Craigslist Southern Oregon Coast
My Homework Lesson 11 Volume Of Composite Figures Answer Key
If you bought Canned or Pouched Tuna between June 1, 2011 and July 1, 2015, you may qualify to get cash from class action settlements totaling $152.2 million
Geometry Review Quiz 5 Answer Key
EASYfelt Plafondeiland
Bekijk ons gevarieerde aanbod occasions in Oss.
Talkstreamlive
Ceramic tiles vs vitrified tiles: Which one should you choose? - Building And Interiors
F45 Training O'fallon Il Photos
Makemv Splunk
Die 8 Rollen einer Führungskraft
Enduring Word John 15
Remnants of Filth: Yuwu (Novel) Vol. 4
Kiddie Jungle Parma
After Transmigrating, The Fat Wife Made A Comeback! Chapter 2209 – Chapter 2209: Love at First Sight - Novel Cool
The Best Carry-On Suitcases 2024, Tested and Reviewed by Travel Editors | SmarterTravel
Tyler Sis 360 Boonville Mo
CARLY Thank You Notes
New York Rangers Hfboards
Final Fantasy 7 Remake Nexus
Barstool Sports Gif
All Obituaries | Sneath Strilchuk Funeral Services | Funeral Home Roblin Dauphin Ste Rose McCreary MB
11 Best Hotels in Cologne (Köln), Germany in 2024 - My Germany Vacation
Lady Nagant Funko Pop
Scythe Banned Combos
Vci Classified Paducah
Gummy Bear Hoco Proposal
Deshuesadero El Pulpo
Latest Posts
Article information

Author: Carmelo Roob

Last Updated:

Views: 5915

Rating: 4.4 / 5 (65 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Carmelo Roob

Birthday: 1995-01-09

Address: Apt. 915 481 Sipes Cliff, New Gonzalobury, CO 80176

Phone: +6773780339780

Job: Sales Executive

Hobby: Gaming, Jogging, Rugby, Video gaming, Handball, Ice skating, Web surfing

Introduction: My name is Carmelo Roob, I am a modern, handsome, delightful, comfortable, attractive, vast, good person who loves writing and wants to share my knowledge and understanding with you.