Poppy

https://goldenprairiekennels.com/web/image/product.template/16/image_1920?unique=680a65b

REDUCED PRICE!!!
Traditional black and tan Female
Age: 1 year
NOT spade
Weight: 6 Lbs.
NO AKC PAPERS INCLUDED WITH PURCHASE.

Parents are:
Dam: Skipper's Sugar Bear
Sire: Skipper's Chocolate Chip

800.00 800.0 USD 800.00

800.00

$0.00-----SOLD----

    This combination does not exist.

    Terms and Conditions
    - $300 Deposit To Reserve
    - Remainder Due At Delivery
    - Must Call To Confirm Order

    Please call us to schedule pickup:

    (806) 228-0686

    ask to talk to Nancy!
    black rotary dial phone on white surface
    // Wait for the document to be fully loaded // Initialize a Mutation Observer const observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { // Check if the element exists and its text is "Not Available For Sale" const spanElement = document.querySelector('span[data-oe-field="prevent_zero_price_sale_text"]'); if (spanElement && spanElement.textContent === "Not Available For Sale") { // Change the text to "This Puppy Found a Home" spanElement.textContent = "This Puppy Found a Home"; } }); }); // Configuration of the observer const config = { attributes: true, childList: true, characterData: true, subtree: true }; // Pass in the target node (document.body), as well as the observer options observer.observe(document.body, config);