Black Zadar Fig Tree (9" Tree Pot) (2024)

  • Home
  • Browse
  • Fig Trees
  • Black Zadar Fig Tree (9" Tree Pot)(55099147)

× 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://figbid.com/Home/Checkout'; 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 && showMessageToSeller) { var contactSellerUrl = '/Account/SendListingMessage?receiver=The1FigMan&template=ask_listing_question&listingID=55099147&returnUrl=%2FListing%2FDetails%2F55099147%2FBlack-Zadar-Fig-Tree-9-Tree-Pot'; var contactSellerHtml = '

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

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

'; var feedbackHtmlList = '

  • ' + 'Submit Feedback' + ' #' + data.LineItemID + '
  • '; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } 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 checkout button if the listing ends successfully and the winner is viewing $(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 == "") { var checkoutUrl = 'https://figbid.com/Home/Checkout'; 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.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0 && showMessageToSeller) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=The1FigMan&template=ask_listing_question&listingID=55099147&returnUrl=%2FListing%2FDetails%2F55099147%2FBlack-Zadar-Fig-Tree-9-Tree-Pot'; var contactSellerHtml = '

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

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

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

    '; var feedbackHtmlList = '

  • ' + 'Submit Feedback' + ' #' + data.LineItemID + '
  • '; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(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://figbid.com/Home/Checkout'; 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 ///change Invoice text to Checkout 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 && showMessageToSeller) { var contactSellerUrl = '/Account/SendListingMessage?receiver=The1FigMan&template=ask_listing_question&listingID=55099147&returnUrl=%2FListing%2FDetails%2F55099147%2FBlack-Zadar-Fig-Tree-9-Tree-Pot'; var contactSellerHtml = '

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

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

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

    '; var feedbackHtmlList = '

  • ' + 'Submit Feedback' + ' #' + data.LineItemID + '
  • '; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } 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); }); } }); $('.seller_return_policy').click(function (event) { event.preventDefault(); $('html, body').animate({ scrollTop: $(".details_return_policy").offset().top }, 2000); }); });

    ×" + 'There are only 1 items available. Please select a lower quantity to purchase.' + "

    ×" + 'There are only 1 items available. Please select a lower quantity to purchase.' + "

    Black Zadar Fig Tree (9" Tree Pot) (2024)

    FAQs

    What does black zadar fig taste like? ›

    A perfectly ripened fruit offers a complex taste, blending of strawberry, honey and melon. A well rounded fig for your collection. Depending on climate and conditions, the Black Zadar can be a vigorous, fast grower. Amazingly flat shaped, hefty fruits offer a semi thick skin, yet are easy to bite into.

    Can a fig tree survive winter in a pot? ›

    If your harsh winter weather doesn't allow for in-ground fig planting, you can grow them in a pot! Growing a fig tree in a pot allows you to move that pot to spot where the temperatures are more favorable. You can move the pot inside during the winter and move it back outside once temperatures warm in the spring.

    What is the best fig variety to grow in a pot? ›

    Growing figs in containers is actually quite easy especially if you choose a dwarf variety like the Little Miss Figgy or a small fig tree like the Celeste. But even the larger figs like Brown Turkey or Chicago Hardy can be grown in reasonably sized container with some extra pruning.

    How often do you water a fig tree in a pot? ›

    Container grown plants dry out faster than plants in garden beds, so you should check your fig tree regularly to make sure it isn't too dry. Water your tree when the top 1 to 2 inches of soil feels dry to the touch, making sure to keep adding water until it drains out the bottom of the pot.

    Which fig is healthiest? ›

    Calimyrna figs are not only delicious but also nutritious. They are rich in vitamins, calcium, phosphorus, and iron, providing ample energy. Additionally, they are easy to digest and a good source of natural fibre.

    Are fig trees toxic to dogs? ›

    While figs are perfectly safe for humans, the fruit, leaves and sap of figs and fig trees is toxic to your pet, causing painful symptoms of gastrointestinal and skin irritations. Signs that your pet may have been after your fig tree can include heavy drooling, vomiting, and diarrhea.

    Will a potted fig tree bear fruit? ›

    For example, did you know that a fig tree growing in a 5-gallon-sized pot (12x12 inches in size) can produce 75 figs each growing season? And if you choose a larger pot, your fig tree can produce even more figs.

    What is the best fertilizer for fig trees in pots? ›

    Trees kept in containers need fertilizer more often than trees planted in the ground. To fertilize your fig trees, give them a slow release fertilizer that's well-balanced, like formula 10-10-10 or 8-8-8, once in the spring and once in the fall.

    What is the easiest fig tree to grow? ›

    Description: Almost anyone can grow figs with Chicago Hardy Fig trees! This heavy producer is heat and cold tolerant as well as pest and disease resistant. The Chicago Hardy is a firm fig that is sweet and tasty.

    What is the hardiest fig tree? ›

    About Chicago Hardy Fig Trees

    This plant is also known as the Bensonhurst Purple fig or the Hardy Chicago. It is productive and easy to grow, exhibiting drought-tolerance once established. The Chicago Hardy may die back in colder climates and resume growth in the spring. It bears fruit early on the new growth.

    Do fig trees prefer morning or afternoon sun? ›

    For good fruit crops, and vigorous growth, plant in full sunlight. Cold injury will be further reduced if the fig does not receive direct sunlight early in the morning or late in the evening during the winter months. However, the site should receive a minimum of eight hours of sunlight daily during the growing season.

    Should I prune my potted fig tree? ›

    The best time for pruning fig trees is after fruit has ripened, usually in midsummer. This allows time to harden off the fresh growth that is stimulated by cutting. Young trees respond well to light pruning that creates an even scaffold of strong branches.

    Do potted fig trees need full sun? ›

    Full sun is essential for an abundant harvest and the sweetest fruit. Ideally, you should plant fig trees in an area that receives six to eight hours of direct, daily sunlight. Less sunlight will prevent trees from producing as many figs compared to those planted with adequate light.

    What do black figs taste like? ›

    Figs taste like a mix of dried fruits, melons, berries, and sugar flavors.

    Are black figs sweeter than green figs? ›

    Black figs

    These are the sweetest variety and widely grown throughout California with a molasses-caramel and assertive figgy flavor. Also the most commonly dried fig.

    Which fig is the sweetest? ›

    If you prefer sweet, choose Bursa figs. It is one of the sweetest fig varieties available. The skin is dark purple and powderless with red to purple flesh on the inside.

    How do you eat black figs? ›

    The best way to enjoy figs is raw, with the skin and seeds intact. You can also remove the peels and scoop out the seeds, if you like, or cook figs by baking, broiling or grilling them. But, the quickest and easiest way to enjoy these gems is by removing the stem and taking a bite right out of the raw fig.

    Top Articles
    Latest Posts
    Article information

    Author: Aron Pacocha

    Last Updated:

    Views: 6231

    Rating: 4.8 / 5 (68 voted)

    Reviews: 83% of readers found this page helpful

    Author information

    Name: Aron Pacocha

    Birthday: 1999-08-12

    Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

    Phone: +393457723392

    Job: Retail Consultant

    Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

    Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.