let attempts = 0; const maxAttempts = 50; console.log("Begin TryPushFunc"); setTimeout(function(){ function tryPushOrder() { attempts++; console.log("Attempting to fetch Zeffy payment data, attempt #" + attempts); fetch("/wp-json/zeffy/v1/latest-payment") .then((payment) => { console.log("Raw payment response:", payment); if (!payment) return; console.log("Fetched payment data:", payment); if (payment.error || !payment.order_id) { if (attempts < maxAttempts) { setTimeout(tryPushOrder, 1000); } else { console.error( "Zeffy payment data never arrived after " + maxAttempts + " attempts" ); } return; } function uuidToInt(uuid) { let hash = 0; const str = uuid.replace(/-/g, ""); // remove hyphens for (let i = 0; i < str.length; i++) { hash = (Math.imul(31, hash) + str.charCodeAt(i)) | 0; } return Math.abs(hash); } const orderId = uuidToInt(payment.order_id); console.log("Converted order ID:", orderId); try { _upf.push([ "order", { order_id: orderId, order_name: "#" + payment.order_id, amount: payment.amount, currency: payment.currency, items: [ { name: payment.description, amount: payment.amount, currency: payment.currency, }, ], customer: { email: payment.email, first_name: payment.first_name, last_name: payment.last_name, }, }, ]); } catch (error) { console.error("Error pushing order:", error); } }) .catch((err) => { console.error("Fetch error:", err); if (attempts < maxAttempts) setTimeout(tryPushOrder, 3000); }); window.addEventListener("load", tryPushOrder); } }, 7000);

Front Exterior

  • Charming waterfront home with a spacious lot, extended driveway, and dedicated storage area for an RV or boat. Located in the desirable Shore Acres community, offering both curb appeal and functionality.
  • Approx. 1,500–2,000 sqft (yard + driveway portion of 7,876 sqft lot)
 
  • Spacious frontage with room for parking, landscaping, and additional storage.

Living Room

Bright, open-concept living space filled with natural light from expansive windows showcasing serene water views. Features a cozy fireplace, creating a warm and inviting atmosphere perfect for relaxing or entertaining.

Approx. 180–220 sqft
Comfortable open-concept space with enough room for seating, entertainment setup, and a fireplace focal point.

Bedroom

  • Comfortable and well-lit bedrooms designed for rest and relaxation, enhanced by natural light and a peaceful ambiance perfect for unwinding after a long day.

 

  • Approx. 130–160 sqft

 

  • Well-sized to accommodate a queen or king bed, with space for side tables and storage.

Kitchen

Beautifully designed custom kitchen with granite countertops, rich hardwood cabinetry, and brand-new appliances. Seamlessly connects to the living area, ideal for hosting and everyday convenience.

Approx. 120–150 sqft. Efficiently designed with ample counter space, cabinetry, and room for movement or a small dining area.

Backyard

  • Private outdoor oasis featuring a stunning saltwater pool with elegant blue travertine finish. Fully fenced yard with ample space for entertaining, plus a storage shed for added convenience.

 

  • Approx. 3,000–4,000 sqft (usable outdoor space)

 

  • Generous outdoor area with pool, lounging space, and room for entertaining or gardening.

“More than just a home, it’s a lifestyle where modern elegance meets peaceful waterfront living, and every space is crafted for comfort, connection, and unforgettable moments.

Leave a Reply

Your email address will not be published. Required fields are marked *