{"product_id":"the-aussie-flip-formula-book","title":"The Aussie Flip Formula Book","description":"\u003c!-- ─────────────────────────────────────────────────────────────────────────\n     THE AUSSIE FLIP FORMULA — Shopify product description\n     Self-contained HTML + scoped CSS + minimal vanilla JS.\n     Paste into the Shopify product description \"Code\" view.\n     All styles scoped under .aff- prefix to avoid theme conflicts.\n   ───────────────────────────────────────────────────────────────────────── --\u003e\n\n\u003cdiv class=\"aff-wrap\"\u003e\n\u003cstyle\u003e\n  \/* Scoped reset only inside .aff-wrap so we don't break Horizon *\/\n  .aff-wrap, .aff-wrap * { box-sizing: border-box; }\n  .aff-wrap {\n    --aff-navy: #1E2440;\n    --aff-gold: #C9A84C;\n    --aff-cream: #F0E8C8;\n    --aff-text: #1A1A1A;\n    --aff-muted: #555;\n    --aff-soft: #FAF7F2;\n    --aff-line: #E5DFD3;\n    --aff-red: #8B2C2C;\n    --aff-green: #2D5A3D;\n    --aff-font-display: Georgia, 'Times New Roman', serif;\n    --aff-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;\n    font-family: var(--aff-font-body);\n    color: var(--aff-text);\n    line-height: 1.65;\n    max-width: 760px;\n    margin: 0 auto;\n    background: var(--aff-soft);\n    padding: 0;\n  }\n  .aff-wrap h1, .aff-wrap h2, .aff-wrap h3, .aff-wrap h4, .aff-wrap p, .aff-wrap ul, .aff-wrap li {\n    margin: 0; padding: 0; font-weight: normal;\n  }\n  .aff-wrap p { margin-bottom: 1em; }\n  .aff-wrap strong { font-weight: 700; }\n  .aff-wrap em { font-style: italic; }\n\n  \/* HERO *\/\n  .aff-hero {\n    background: var(--aff-navy);\n    color: #fff;\n    padding: 40px 28px 36px;\n    text-align: center;\n    border-top: 4px solid var(--aff-gold);\n  }\n  .aff-eyebrow {\n    font-size: 11px; font-weight: 700; letter-spacing: 0.22em;\n    color: var(--aff-gold); margin-bottom: 14px; text-transform: uppercase;\n  }\n  .aff-hero h1 {\n    font-family: var(--aff-font-display);\n    font-size: 42px; line-height: 1.1; font-weight: normal;\n    margin: 0 0 12px;\n  }\n  .aff-hero h1 .gold { color: var(--aff-gold); display: block; font-size: 48px; margin-top: 4px; }\n  .aff-hero p.tagline {\n    font-style: italic; font-size: 17px; color: rgba(255,255,255,0.85);\n    max-width: 500px; margin: 0 auto 24px;\n  }\n  .aff-rule {\n    width: 60px; height: 2px; background: var(--aff-gold);\n    margin: 0 auto 24px;\n  }\n  .aff-byline {\n    font-size: 13px; letter-spacing: 0.08em; color: rgba(255,255,255,0.65);\n  }\n  .aff-byline strong { color: #fff; }\n\n  \/* PRICE BADGE *\/\n  .aff-price-strip {\n    background: var(--aff-cream);\n    border-top: 1px solid var(--aff-gold);\n    border-bottom: 1px solid var(--aff-gold);\n    padding: 16px 24px;\n    text-align: center;\n    display: flex;\n    justify-content: center;\n    align-items: baseline;\n    gap: 16px;\n    flex-wrap: wrap;\n  }\n  .aff-price-strip .strike {\n    text-decoration: line-through; color: var(--aff-muted); font-size: 16px;\n  }\n  .aff-price-strip .price {\n    font-family: var(--aff-font-display); font-size: 32px; color: var(--aff-navy); font-weight: 700;\n  }\n  .aff-price-strip .save {\n    background: var(--aff-navy); color: var(--aff-gold);\n    padding: 4px 12px; border-radius: 4px; font-size: 12px;\n    letter-spacing: 0.1em; font-weight: 700;\n  }\n\n  \/* SECTIONS *\/\n  .aff-section {\n    padding: 36px 28px;\n    border-bottom: 1px solid var(--aff-line);\n  }\n  .aff-section h2 {\n    font-family: var(--aff-font-display);\n    font-size: 28px; line-height: 1.2; color: var(--aff-navy);\n    margin-bottom: 16px;\n  }\n  .aff-section h3 {\n    font-family: var(--aff-font-display);\n    font-size: 22px; color: var(--aff-navy);\n    margin-top: 24px; margin-bottom: 10px;\n  }\n  .aff-section p { font-size: 16px; color: var(--aff-text); margin-bottom: 14px; }\n  .aff-section ul { list-style: none; padding: 0; margin: 16px 0; }\n  .aff-section li {\n    padding: 8px 0 8px 28px;\n    position: relative;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n  .aff-section li::before {\n    content: \"■\";\n    position: absolute;\n    left: 4px;\n    top: 8px;\n    color: var(--aff-gold);\n    font-size: 11px;\n  }\n\n  \/* PULL QUOTE *\/\n  .aff-quote {\n    margin: 28px 0;\n    padding: 20px 24px;\n    border-top: 2px solid var(--aff-gold);\n    border-bottom: 2px solid var(--aff-gold);\n    text-align: center;\n    font-family: var(--aff-font-display);\n    font-style: italic;\n    font-size: 20px;\n    line-height: 1.4;\n    color: var(--aff-navy);\n  }\n\n  \/* CASE STUDY BOX *\/\n  .aff-case {\n    background: #fff;\n    border-left: 4px solid var(--aff-gold);\n    padding: 24px 26px;\n    margin: 24px 0;\n    border-radius: 0 6px 6px 0;\n  }\n  .aff-case .case-header {\n    font-size: 11px; letter-spacing: 0.18em; color: var(--aff-gold);\n    font-weight: 700; margin-bottom: 10px;\n  }\n  .aff-case h3 { margin-top: 0; }\n  .aff-case .case-numbers {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin: 20px 0 8px;\n    padding: 16px;\n    background: var(--aff-soft);\n    border-radius: 6px;\n  }\n  .aff-case .num-block {\n    text-align: center;\n  }\n  .aff-case .num-label {\n    font-size: 10px; letter-spacing: 0.1em; color: var(--aff-muted);\n    font-weight: 700; margin-bottom: 4px;\n  }\n  .aff-case .num-value {\n    font-family: var(--aff-font-display);\n    font-size: 22px; color: var(--aff-navy); font-weight: 700;\n  }\n  .aff-case .num-value.profit { color: var(--aff-green); }\n\n  \/* THE 4 PHASES *\/\n  .aff-phases {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin: 20px 0;\n  }\n  .aff-phase {\n    background: #fff;\n    border: 1px solid var(--aff-line);\n    border-top: 3px solid var(--aff-gold);\n    padding: 18px 18px 16px;\n    border-radius: 4px;\n  }\n  .aff-phase .ph-eyebrow {\n    font-size: 10px; letter-spacing: 0.18em;\n    color: var(--aff-gold); font-weight: 700; margin-bottom: 4px;\n  }\n  .aff-phase h4 {\n    font-family: var(--aff-font-display);\n    font-size: 18px; color: var(--aff-navy); margin-bottom: 8px; font-weight: 700;\n  }\n  .aff-phase p { font-size: 13px; color: var(--aff-muted); margin: 0; line-height: 1.5; }\n\n  \/* CHAPTER ACCORDION *\/\n  .aff-chapter {\n    background: #fff;\n    border: 1px solid var(--aff-line);\n    border-radius: 6px;\n    margin-bottom: 8px;\n    overflow: hidden;\n  }\n  .aff-chapter summary {\n    padding: 14px 18px;\n    cursor: pointer;\n    font-size: 14px;\n    color: var(--aff-text);\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    list-style: none;\n    user-select: none;\n  }\n  .aff-chapter summary::-webkit-details-marker { display: none; }\n  .aff-chapter summary::after {\n    content: \"+\";\n    margin-left: auto;\n    color: var(--aff-gold);\n    font-size: 20px;\n    font-weight: 300;\n    transition: transform 0.2s;\n  }\n  .aff-chapter[open] summary::after { content: \"−\"; }\n  .aff-chapter[open] summary { background: var(--aff-cream); }\n  .aff-chapter .ch-num {\n    font-family: var(--aff-font-display);\n    color: var(--aff-gold); font-weight: 700; min-width: 28px;\n  }\n  .aff-chapter .ch-title { font-weight: 600; color: var(--aff-navy); }\n  .aff-chapter .ch-body {\n    padding: 14px 18px 18px 60px;\n    font-size: 14px;\n    color: var(--aff-muted);\n    line-height: 1.6;\n    border-top: 1px solid var(--aff-line);\n  }\n\n  \/* WHO IT'S FOR \/ NOT FOR *\/\n  .aff-twocol {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 20px 0;\n  }\n  .aff-fits, .aff-notfor {\n    padding: 20px;\n    border-radius: 6px;\n  }\n  .aff-fits { background: #EFF5EE; border-left: 3px solid var(--aff-green); }\n  .aff-notfor { background: #FAF0F0; border-left: 3px solid var(--aff-red); }\n  .aff-fits h4, .aff-notfor h4 {\n    font-size: 11px; letter-spacing: 0.15em; margin-bottom: 12px;\n    font-weight: 700; font-family: var(--aff-font-body);\n  }\n  .aff-fits h4 { color: var(--aff-green); }\n  .aff-notfor h4 { color: var(--aff-red); }\n  .aff-fits ul, .aff-notfor ul { margin: 0; }\n  .aff-fits li, .aff-notfor li {\n    padding: 5px 0 5px 22px; font-size: 14px;\n  }\n  .aff-fits li::before { content: \"✓\"; color: var(--aff-green); top: 6px; left: 0; font-weight: 700; }\n  .aff-notfor li::before { content: \"✗\"; color: var(--aff-red); top: 6px; left: 0; font-weight: 700; }\n\n  \/* JIMMI SIGNATURE BLOCK *\/\n  .aff-jimmi {\n    background: var(--aff-navy);\n    color: #fff;\n    padding: 32px 28px;\n    text-align: center;\n  }\n  .aff-jimmi h3 {\n    font-family: var(--aff-font-display);\n    color: #fff; font-size: 24px; margin-bottom: 10px;\n  }\n  .aff-jimmi p {\n    color: rgba(255,255,255,0.85);\n    font-size: 15px;\n    max-width: 480px;\n    margin: 0 auto 16px;\n    font-style: italic;\n  }\n  .aff-jimmi .sig {\n    font-family: var(--aff-font-display);\n    font-style: italic;\n    font-size: 24px;\n    color: var(--aff-gold);\n    margin-top: 18px;\n  }\n  .aff-jimmi .loc { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 2px; }\n\n  \/* FINAL CTA *\/\n  .aff-cta {\n    background: var(--aff-cream);\n    padding: 36px 28px;\n    text-align: center;\n  }\n  .aff-cta h2 {\n    font-family: var(--aff-font-display);\n    font-size: 28px;\n    color: var(--aff-navy);\n    margin-bottom: 8px;\n  }\n  .aff-cta .cta-sub {\n    font-size: 15px;\n    color: var(--aff-text);\n    margin-bottom: 18px;\n    max-width: 480px;\n    margin-left: auto; margin-right: auto;\n  }\n  .aff-cta .cta-price-row {\n    display: inline-flex;\n    align-items: baseline;\n    gap: 12px;\n    background: #fff;\n    border: 2px solid var(--aff-gold);\n    padding: 14px 24px;\n    border-radius: 6px;\n    margin-bottom: 14px;\n  }\n  .aff-cta .strike { text-decoration: line-through; color: var(--aff-muted); font-size: 18px; }\n  .aff-cta .price-big {\n    font-family: var(--aff-font-display);\n    font-size: 38px; color: var(--aff-navy); font-weight: 700;\n  }\n  .aff-cta .scroll-hint {\n    font-size: 12px; color: var(--aff-muted); margin-top: 16px;\n    font-style: italic;\n  }\n  .aff-cta .arrow-up {\n    font-size: 20px; color: var(--aff-gold); display: block; margin-top: 6px;\n    animation: aff-bounce 1.6s infinite;\n  }\n  @keyframes aff-bounce {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-6px); }\n  }\n\n  \/* GUARANTEE *\/\n  .aff-guarantee {\n    border: 1.5px dashed var(--aff-gold);\n    padding: 18px 22px;\n    margin: 20px auto;\n    max-width: 540px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 6px;\n    text-align: center;\n  }\n  .aff-guarantee .g-label {\n    font-size: 10px; letter-spacing: 0.18em; color: var(--aff-gold);\n    font-weight: 700; margin-bottom: 6px;\n  }\n  .aff-guarantee p { font-size: 14px; margin: 0; color: var(--aff-text); }\n\n  \/* MOBILE *\/\n  @media (max-width: 600px) {\n    .aff-hero { padding: 32px 20px 28px; }\n    .aff-hero h1 { font-size: 32px; }\n    .aff-hero h1 .gold { font-size: 38px; }\n    .aff-section { padding: 28px 20px; }\n    .aff-section h2 { font-size: 23px; }\n    .aff-twocol { grid-template-columns: 1fr; }\n    .aff-phases { grid-template-columns: 1fr; }\n    .aff-case .case-numbers { grid-template-columns: 1fr; }\n    .aff-case .num-value { font-size: 26px; }\n    .aff-cta .price-big { font-size: 32px; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"aff-hero\"\u003e\n  \u003cdiv class=\"aff-eyebrow\"\u003eFlipping Aussies · Tripwire Edition\u003c\/div\u003e\n  \u003ch1\u003eThe Aussie\u003cspan class=\"gold\"\u003eFlip Formula\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"tagline\"\u003eThe 12-step blueprint to find, fund, flip and profit from Aussie property — even if you've never swung a hammer.\u003c\/p\u003e\n  \u003cdiv class=\"aff-rule\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"aff-byline\"\u003eBy \u003cstrong\u003eJAMES SCHLEUSENER\u003c\/strong\u003e · 21 years of Aussie property flipping\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PRICE STRIP --\u003e\n\u003cdiv class=\"aff-price-strip\"\u003e\n  \u003cspan class=\"strike\"\u003e$37\u003c\/span\u003e\n  \u003cspan class=\"price\"\u003e$4.95\u003c\/span\u003e\n  \u003cspan class=\"save\"\u003e87% OFF — TODAY ONLY\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- HOOK --\u003e\n\u003cdiv class=\"aff-section\"\u003e\n  \u003ch2\u003eMost people lose money in property before they ever buy.\u003c\/h2\u003e\n  \u003cp\u003eThey fall in love with a suburb because their mate told them it was hot. They chase a headline that said the town was booming. They follow a tip from some bloke at a barbecue who flipped one house in 2019 and now reckons he's Warren Buffett.\u003c\/p\u003e\n  \u003cp\u003eI've been flipping Aussie houses for 21 years. The single biggest mistake I see new flippers make — the one that costs them the most money before they've even swung a hammer — is buying with their heart instead of with a calculator.\u003c\/p\u003e\n\n  \u003cdiv class=\"aff-quote\"\u003e\n    \"You don't make money renovating houses. You don't make money selling houses. You make money \u003cem\u003ebuying\u003c\/em\u003e houses.\"\n  \u003c\/div\u003e\n\n  \u003cp\u003eThe moment you sign that contract, you've already made the money. Or you've already lost it. The renovation can't save a bad deal. The market can't save a bad deal. Hope sure as hell can't save a bad deal.\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eThis book is the framework I use every time I buy.\u003c\/strong\u003e Twelve chapters. Read it in a weekend. Use it for the rest of your flipping career.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- CASE STUDY --\u003e\n\u003cdiv class=\"aff-section\" style=\"background: #fff;\"\u003e\n  \u003cdiv class=\"aff-case\"\u003e\n    \u003cdiv class=\"case-header\"\u003eA REAL DEAL FROM THE BOOK\u003c\/div\u003e\n    \u003ch3\u003eThe Worst House I've Ever Walked Into\u003c\/h3\u003e\n    \u003cp\u003eFour years ago. Scrolling realestate.com.au for the cheapest house anywhere between Brisbane and the Gold Coast. Found one in Eagleby. Listed at $350,000. Cheapest in the whole corridor.\u003c\/p\u003e\n    \u003cp\u003eMate. It was the worst house I've ever walked into. It smelt like dog poo and cat urine. The carpet had given up. The kitchen cabinetry was literally chipboard turned to dust.\u003c\/p\u003e\n    \u003cp\u003eMost buyers would have walked straight back out. I stood there and I smiled. Because \u003cstrong\u003ethe worse it looks, the less competition I have.\u003c\/strong\u003e That smell was making me money.\u003c\/p\u003e\n    \u003cdiv class=\"case-numbers\"\u003e\n      \u003cdiv class=\"num-block\"\u003e\n        \u003cdiv class=\"num-label\"\u003eBOUGHT FOR\u003c\/div\u003e\n        \u003cdiv class=\"num-value\"\u003e$350k\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"num-block\"\u003e\n        \u003cdiv class=\"num-label\"\u003eRENO SPEND\u003c\/div\u003e\n        \u003cdiv class=\"num-value\"\u003e$90k\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"num-block\"\u003e\n        \u003cdiv class=\"num-label\"\u003ePROFIT\u003c\/div\u003e\n        \u003cdiv class=\"num-value profit\"\u003e$270k\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-style: italic; color: var(--aff-muted); font-size: 14px; margin-top: 16px; margin-bottom: 0;\"\u003eSold for $710,000. Eagleby, QLD. The full breakdown is in Chapter 1.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- THE 4 PHASES --\u003e\n\u003cdiv class=\"aff-section\"\u003e\n  \u003ch2\u003eThe Formula Has Four Phases\u003c\/h2\u003e\n  \u003cp\u003eEach one builds on the last. Skip a phase and the whole thing collapses. Twelve chapters, organised into four phases that map exactly to how I flip every property.\u003c\/p\u003e\n\n  \u003cdiv class=\"aff-phases\"\u003e\n    \u003cdiv class=\"aff-phase\"\u003e\n      \u003cdiv class=\"ph-eyebrow\"\u003ePHASE 1\u003c\/div\u003e\n      \u003ch4\u003eFind\u003c\/h4\u003e\n      \u003cp\u003eSource the right property in the right market. Off-market deals. The negotiation process.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"aff-phase\"\u003e\n      \u003cdiv class=\"ph-eyebrow\"\u003ePHASE 2\u003c\/div\u003e\n      \u003ch4\u003eFund\u003c\/h4\u003e\n      \u003cp\u003eCreative finance. No-money-down structures. Joint venturing with homeowners.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"aff-phase\"\u003e\n      \u003cdiv class=\"ph-eyebrow\"\u003ePHASE 3\u003c\/div\u003e\n      \u003ch4\u003eFlip\u003c\/h4\u003e\n      \u003cp\u003eBooking trades. Locking the timeline. The deal stack that pressure-tests every buy.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"aff-phase\"\u003e\n      \u003cdiv class=\"ph-eyebrow\"\u003ePHASE 4\u003c\/div\u003e\n      \u003ch4\u003eFinish\u003c\/h4\u003e\n      \u003cp\u003eTax, structure, scaling. Remote flipping. Buy-reno-hold for the long game.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CHAPTER LIST (accordion) --\u003e\n\u003cdiv class=\"aff-section\" style=\"background: #fff;\"\u003e\n  \u003ch2\u003eWhat's Inside\u003c\/h2\u003e\n  \u003cp\u003eTwelve chapters. Each chapter ends with a one-page \"Your Action This Week\" — five things you do in the next seven days. Tap any chapter to see what's inside.\u003c\/p\u003e\n\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e01\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eHow to Source the Right Property in the Right Markets\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eThe four numbers you need before walking into any open home. Suburbs 10–25km from a CBD. The four search keywords that find motivated sellers. Why no deal beats the wrong deal.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e02\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eHow to Find Off-Market Deals (And Win The Ones You Lose)\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eThe agents you call. The letters that work. The follow-up cadence. How to position yourself as the first call when a seller wants to move quietly.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e03\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eThe Step-by-Step Negotiation Process\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eWhen to make your first offer. How much under asking. The scripts I use with agents. Walking away as a negotiation tactic.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e04\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eCreative Finance \u0026amp; Money Partner Strategies\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eThe structures that let you flip without bank finance. Money partner agreements. How to split profits. The conversation that turns mates into investors.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e05\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eNo-Money-Down Deals (Using Other People's Money)\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eVendor finance. Delayed settlement. Option contracts. The three legitimate ways to control property without ever putting your own deposit down.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e06\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eJoint Venturing With Homeowners\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eThe pitch. The agreement structure. How to find owners who'd rather have a renovated house and a profit share than a fire sale.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e07\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eBooking Trades and Locking the Timeline\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eThe order trades go in. The text-message system that prevents 80% of no-shows. Day rates by trade. Paying them, firing them, keeping the good ones.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e08\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eThe Deal Stack — Pressure Testing Before You Buy\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eThe exact spreadsheet I run on every property before I sign. Holding costs, selling costs, tax, contingency. The 15% buffer rule.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e09\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eTax, Structure \u0026amp; Keeping What You Earn\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eSole trader, company, trust. CGT vs revenue. The structure question every new flipper gets wrong. Always check with your local tax accountant — but here's the framework.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e10\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eScaling Your Property Flipping Business\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eFrom one a year to four a year. Systems, teams, repeat trades. When to bring on a project manager. The bottlenecks that stop most flippers from growing.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e11\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eFlipping Remotely Without Going to Site\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eFaceTime walkthroughs. Trades you can trust remotely. The two-visit rule. How I flip houses in markets I've never lived in.\u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"aff-chapter\"\u003e\n    \u003csummary\u003e\u003cspan class=\"ch-num\"\u003e12\u003c\/span\u003e\u003cspan class=\"ch-title\"\u003eBuy, Reno, Hold\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"ch-body\"\u003eThe long-game strategy. When holding makes more sense than flipping. The tax position. The portfolio play.\u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHO IT'S FOR \/ NOT FOR --\u003e\n\u003cdiv class=\"aff-section\"\u003e\n  \u003ch2\u003eThis Book Is For You If...\u003c\/h2\u003e\n  \u003cp\u003eThe framework is for one specific type of person. Let me save you the read if you're not them.\u003c\/p\u003e\n\n  \u003cdiv class=\"aff-twocol\"\u003e\n    \u003cdiv class=\"aff-fits\"\u003e\n      \u003ch4\u003eTHIS IS FOR YOU\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eYou've driven past tired houses thinking \"I reckon I could do something with that\"\u003c\/li\u003e\n        \u003cli\u003eYou're a tradie ready to renovate for your own profit\u003c\/li\u003e\n        \u003cli\u003eYou want a wealth-building skill, not a property \"guru\" course\u003c\/li\u003e\n        \u003cli\u003eYou want to flip even ONE house and walk away with $50k–$200k profit\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"aff-notfor\"\u003e\n      \u003ch4\u003eNOT FOR YOU IF\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eYou want to get rich without doing the work\u003c\/li\u003e\n        \u003cli\u003eYou think property is a guaranteed path to wealth\u003c\/li\u003e\n        \u003cli\u003eYou won't open a spreadsheet or walk through a tired house\u003c\/li\u003e\n        \u003cli\u003eYou're looking for \"passive income\" — this is active\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- JIMMI --\u003e\n\u003cdiv class=\"aff-jimmi\"\u003e\n  \u003ch3\u003eA note from Jimmi\u003c\/h3\u003e\n  \u003cp\u003e\"Look — I'm a bloke who's been flipping houses in Australia for 21 years. Everything in this book is what I do, what I've learned the hard way, and what I've seen work for the flippers around me. The framework gives you the mindset. The chapters give you the actions. By the last page, you'll know whether flipping is genuinely for you. That's the promise.\"\u003c\/p\u003e\n  \u003cdiv class=\"sig\"\u003e— Jimmi\u003c\/div\u003e\n  \u003cdiv class=\"loc\"\u003eGold Coast, Australia\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT YOU GET --\u003e\n\u003cdiv class=\"aff-section\"\u003e\n  \u003ch2\u003eWhat You Get\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eThe complete 73-page book\u003c\/strong\u003e (PDF) — read on phone, tablet, laptop, or print it\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e12 chapters across 4 phases\u003c\/strong\u003e — Find, Fund, Flip, Finish\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e12 \"Your Action This Week\" workbooks\u003c\/strong\u003e — the exact 5 actions to take after each chapter\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eThe Eagleby case study\u003c\/strong\u003e — $350k → $710k in full detail\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eThe 4-number framework\u003c\/strong\u003e — to pressure-test any deal in under 10 minutes\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eThe \"Inside Flip Club\" callouts\u003c\/strong\u003e — showing what's in the deeper community-supported version\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eInstant download\u003c\/strong\u003e — delivered as a PDF the moment you check out\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"aff-section\" style=\"background: var(--aff-soft);\"\u003e\n  \u003cdiv class=\"aff-guarantee\"\u003e\n    \u003cdiv class=\"g-label\"\u003eYOUR GUARANTEE\u003c\/div\u003e\n    \u003cp\u003eIf you read the book and don't think it's worth ten times the $4.95 you paid — email us at \u003cstrong\u003esupport@flippingaussies.com\u003c\/strong\u003e and we'll refund every cent. No questions, no forms, no \"let me speak to my manager.\" We'd rather you keep the framework anyway.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"aff-cta\"\u003e\n  \u003ch2\u003eGet the Aussie Flip Formula\u003c\/h2\u003e\n  \u003cp class=\"cta-sub\"\u003e73 pages. 12 chapters. The exact 21-year-tested framework. Less than the price of a coffee.\u003c\/p\u003e\n  \u003cdiv class=\"cta-price-row\"\u003e\n    \u003cspan class=\"strike\"\u003e$37\u003c\/span\u003e\n    \u003cspan class=\"price-big\"\u003e$4.95\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"cta-sub\" style=\"font-size: 13px; margin-top: 6px;\"\u003eOne-time payment. Instant PDF download. 100% refund guarantee.\u003c\/p\u003e\n  \u003cp class=\"scroll-hint\"\u003eScroll up to add to cart\u003cspan class=\"arrow-up\"\u003e▲\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ───────────────────────────────────────────────────────────────────────── --\u003e","brand":"Flipping Aussies","offers":[{"title":"Default Title","offer_id":46039772201194,"sku":null,"price":4.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/1839\/8442\/files\/aussieflipformula.png?v=1778808895","url":"https:\/\/www.flippingaussies.com\/products\/the-aussie-flip-formula-book","provider":"Flipping Aussies","version":"1.0","type":"link"}