Wall ownership ladder: positions 2 and 3 become the member's own at 2 / 5 qualifying buyers

- accounts.wall_offers (JSON, up to 2 offers: label, https link, banner) set from
  Profile > Your wall; upload supported; locks show the buyer threshold.
- /api/wall assembles: position 1 = own line banner; positions 2-3 = own offer
  when unlocked and set, else upline banners (only uplines with a live banner),
  else house ads. Response carries unlocked + buyerCount; wall labels show
  "this wall" / "their line" / "InstantAdPay".
- Chatbot canned answer + facts, follow-up email 7 mention the ladder.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-09 15:31:45 -05:00
parent 8b25361eef
commit 2ac6549171
21 changed files with 192 additions and 69 deletions
+33 -2
View File
@@ -5,7 +5,7 @@
<title>Member area | InstantAdPay</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
<link rel="icon" type="image/png" href="/logo-icon.png">
<link rel="stylesheet" href="/assets/site.css?v=20260909c">
<link rel="stylesheet" href="/assets/site.css?v=20260909d">
</head>
<body class="bo-body">
@@ -648,6 +648,37 @@
<p><button class="btn" id="lbSaveBtn">Save line banner</button></p>
<p class="muted small" id="lbCurrent"></p>
</div>
<div class="card" id="wallOffersCard">
<h3>Your wall: positions 2 and 3</h3>
<p class="muted small">Your public wall shows three ads. Position 1 is your line banner above. Positions 2 and 3
start out showing your upline (or InstantAdPay). <b>Two qualifying buyers</b> make position 2 yours,
<b>five</b> make position 3 yours: your own links, your own offers, nobody else's ad on your page.
An unlocked slot you leave empty keeps showing your upline until you fill it.</p>
<p class="small" id="woStatus" style="color:var(--mint)"></p>
<div class="grid c2">
<div class="wo-slot" id="woSlot0">
<div class="wo-head"><b>Position 2</b> <span class="chip flat" id="woLock0"></span></div>
<p><input id="woTitle0" maxlength="60" placeholder="Label shown under the ad (optional)" style="width:100%"></p>
<p><input id="woTarget0" placeholder="Link (https://…)" style="width:100%"></p>
<p><input id="woBanner0" placeholder="Banner image URL (optional, or upload)" style="width:100%"></p>
<p><input type="file" class="wo-file" data-slot="0" accept="image/png,image/jpeg,image/webp,image/gif" hidden>
<button class="btn small sec wo-upload" data-slot="0" type="button">Upload image</button>
<span class="small muted" id="woInfo0"></span></p>
<div id="woPrev0" hidden style="margin:6px 0"></div>
</div>
<div class="wo-slot" id="woSlot1">
<div class="wo-head"><b>Position 3</b> <span class="chip flat" id="woLock1"></span></div>
<p><input id="woTitle1" maxlength="60" placeholder="Label shown under the ad (optional)" style="width:100%"></p>
<p><input id="woTarget1" placeholder="Link (https://…)" style="width:100%"></p>
<p><input id="woBanner1" placeholder="Banner image URL (optional, or upload)" style="width:100%"></p>
<p><input type="file" class="wo-file" data-slot="1" accept="image/png,image/jpeg,image/webp,image/gif" hidden>
<button class="btn small sec wo-upload" data-slot="1" type="button">Upload image</button>
<span class="small muted" id="woInfo1"></span></p>
<div id="woPrev1" hidden style="margin:6px 0"></div>
</div>
</div>
<p><button class="btn" id="woSaveBtn">Save wall positions</button></p>
</div>
<div class="card">
<h3>Sponsor chat</h3>
<p class="muted small">Your line can message you one-to-one for help, and you can message anyone
@@ -739,7 +770,7 @@
<script src="/assets/common.js?v=20260909a"></script>
<script src="/assets/wallet.js?v=20260909c"></script>
<script src="/assets/promo.js?v=20260909b"></script>
<script src="/assets/my.js?v=20260909h"></script>
<script src="/assets/my.js?v=20260909i"></script>
<script src="/assets/chat.js?v=20260907l"></script>
</body>
</html>