(function () {
"use strict";
// --- helpers ---
var raf = window.requestAnimationFrame || function (cb) { return setTimeout(cb, 16); };
var debounceTimer;
function debounce(fn, wait) {
return function () {
clearTimeout(debounceTimer);
debounceTimer = setTimeout(fn, wait);
};
}
function transform(text) {
if (!text) return null;
var t = String(text).replace(/\u2013|–/g, "–").replace(/\s+/g, " ").trim();
if (/^Showing the single result$/i.test(t)) return "Found 1 Home Plan!";
var mAll = t.match(/^Showing all ([\d,]+) results$/i);
if (mAll) return "Found all " + mAll[1] + " Home Plans!";
var mRange = t.match(/^Showing ([\d,]+)\s*[–-]\s*([\d,]+) of ([\d,]+) results$/i);
if (mRange) return "Found " + mRange[1] + "–" + mRange[2] + " of " + mRange[3] + " Home Plans!";
return null;
}
function rewriteOnce(root) {
var el = (root || document).querySelector(".woocommerce-result-count");
if (!el) return;
// avoid thrash loops
if (el.dataset && el.dataset.mhfpCountDone === "1") return;
var src = (el.textContent || el.innerText || "").trim();
var next = transform(src);
if (next && next !== src) {
el.textContent = next;
if (el.dataset) el.dataset.mhfpCountDone = "1";
}
}
var rewriteAll = debounce(function () {
var nodes = document.querySelectorAll(".woocommerce-result-count");
if (!nodes.length) return;
nodes.forEach(function (n) { if (n.dataset) n.dataset.mhfpCountDone = ""; });
raf(function () { rewriteOnce(document); });
}, 25);
// initial runs
document.addEventListener("DOMContentLoaded", function () { rewriteOnce(document); });
window.addEventListener("load", rewriteAll);
// MutationObserver (starts when body exists)
function startObserver() {
if (!document.body) return;
var mo = new MutationObserver(function (list) {
for (var i = 0; i < list.length; i++) {
var m = list[i];
if (!m.addedNodes || !m.addedNodes.length) continue;
for (var j = 0; j < m.addedNodes.length; j++) {
var node = m.addedNodes[j];
if (node.nodeType !== 1) continue;
if (
(node.matches && node.matches(".woocommerce-result-count, .products, .wbwpf-filter-area, .et_pb_shop")) ||
(node.querySelector && node.querySelector(".woocommerce-result-count"))
) {
rewriteAll();
return;
}
}
}
});
mo.observe(document.body, { childList: true, subtree: true });
}
if (document.body) startObserver(); else document.addEventListener("DOMContentLoaded", startObserver);
// --- events we must listen to ---
// WooCommerce archive refresh (sorting, pagination, etc.)
document.addEventListener("updated_wc_div", rewriteAll);
// WBW Product Filter PRO (old & new names)
window.addEventListener("wpf_ajax_success", rewriteAll);
window.addEventListener("wbwpf_ajax_success", rewriteAll);
document.addEventListener("wbwpf_after_ajax_products", rewriteAll);
// Divi shop module AJAX
document.addEventListener("et_ajax_complete", rewriteAll);
// Generic jQuery ajaxComplete safety net
if (window.jQuery) {
jQuery(document).ajaxComplete(function (_e, _xhr, settings) {
if (!settings || !settings.url) return;
if (/wbwpf|product-filter|wc-ajax|et_pb_shop|orderby|paged=/i.test(settings.url)) rewriteAll();
});
}
})();
3 Archives - Page 5 of 66 - My Home Floor Plans
Home / Product Bedrooms / 3 / Page 5
Showing 65–80 of 1045 resultsSorted by average rating
Template Override Active
15-1936 HOUSE PLAN – Craftsman House Plan with CAD Architectural Designs – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 95'-0"
Depth: 54'-4"
Htd SF: 3,588
Unhtd SF: 112
Template Override Active
15-1854 HOUSE PLAN – Spacious 2-Story House Plan with 3 Bedrooms and 3-Car Garage – House plan details Rated 5.00 out of 5
$ 2,070.56 Original price was: $2,070.56. $ 1,134.99Current price is: $1,134.99.
SALE! $ 1,134.99
Width: 96'-6"
Depth: 72'-0"
Htd SF: 3,739
Unhtd SF: 1,797
Template Override Active
15-1634 HOUSE PLAN – Modern House Blueprint with 1.5 Floors and CAD Designs – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 71'-0"
Depth: 78'-8"
Htd SF: 2,738
Unhtd SF: 1,824
Template Override Active
15-1476 HOUSE PLAN – Spacious Craftsman House Plan with CAD Floor Designs – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 88'-4"
Depth: 57'-4"
Htd SF: 2,901
Unhtd SF: 1,175
Template Override Active
15-1254 HOUSE PLAN – 2-Story Colonial House Plan: 3-4 BR, 2344 Sq Ft, CAD – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 34'-8"
Depth: 63'-0"
Htd SF: 2,344
Unhtd SF: 2,510
Template Override Active
14-2104 HOUSE PLAN – Coastal House Floor Plan: 3-Bed, 2374 Sq Ft, CAD Blueprint – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 51'-11"
Depth: 52'-6"
Htd SF: 2,374
Unhtd SF: 2,009
Template Override Active
14-1937 HOUSE PLAN – 3-Story Beach House: 3-Bed, 3-Bath, CAD Blueprint, 36’x28′ – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 36'-8"
Depth: 28'-4"
Htd SF: 2,811
Unhtd SF: 1,418
Template Override Active
14-1921 HOUSE PLAN – Custom House Floor Plan – Ranch Design with CAD Blueprint – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 98'-0"
Depth: 51'-2"
Htd SF: 2,449
Unhtd SF: 638
Template Override Active
14-1665 HOUSE PLAN – Customized House Plan with CAD Designs & 3, 800+ Sqft Plan – House plan details Rated 5.00 out of 5
$ 2,070.56 Original price was: $2,070.56. $ 1,134.99Current price is: $1,134.99.
SALE! $ 1,134.99
Width: 80'-10"
Depth: 56'-4"
Htd SF: 3,838
Unhtd SF: 1,720
Template Override Active
14-1497 HOUSE PLAN – Craftsman House Plan with Stunning Floor Plans & CAD Designs – House plan details Rated 5.00 out of 5
$ 2,070.56 Original price was: $2,070.56. $ 1,134.99Current price is: $1,134.99.
SALE! $ 1,134.99
Width: 56'-0"
Depth: 55'-0"
Htd SF: 1,504
Unhtd SF: 816
Template Override Active
14-1467 HOUSE PLAN – Stunning House Plan Blueprint with Floor Designs and CAD – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 73'-0"
Depth: 68'-10"
Htd SF: 2,514
Unhtd SF: 618
Template Override Active
14-1224 HOUSE PLAN – Coastal 3-Story House Plan: 3 Bed, 3 Bath, Elevator, CAD – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 42'-0"
Depth: 65'-8"
Htd SF: 2,324
Unhtd SF: 1,528
Template Override Active
14-1048B HOUSE PLAN – Craftsman House Plan: Detailed CAD Blueprint and Floor Design – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 60'-3"
Depth: 77'-8"
Htd SF: 2,413
Unhtd SF: 747
Template Override Active
13-1647 HOUSE PLAN – Detailed House Floor Plan Blueprint with CAD Designs – House plan details Rated 5.00 out of 5
$ 2,470.56 Original price was: $2,470.56. $ 1,254.99Current price is: $1,254.99.
SALE! $ 1,254.99
Width: 50'-0"
Depth: 61'-4"
Htd SF: 2,730
Unhtd SF: 490
Template Override Active
13-1366 HOUSE PLAN – Charming House Plan with Spacious Floor Plan and CAD Design – House plan details Rated 5.00 out of 5
$ 3,370.56 Original price was: $3,370.56. $ 1,754.99Current price is: $1,754.99.
SALE! $ 1,754.99
Width: 68'-4"
Depth: 73'-10"
Htd SF: 2,557
Unhtd SF: 1,509
Template Override Active
12-2874 HOUSE PLAN – Custom House Plan with 2-Story Design | Floor Plan & Blueprint CAD – House plan details Rated 5.00 out of 5
$ 2,070.56 Original price was: $2,070.56. $ 1,134.99Current price is: $1,134.99.
SALE! $ 1,134.99
Width: 42'-0"
Depth: 64'-4"
Htd SF: 1,627
Unhtd SF: 827