added on local at 2026-07-01 13:48:03
| 1 | <div class="page-head"> | |
| 2 | <div> | |
| 3 | <span class="page-eyebrow"><span class="dot"></span> Help & resources</span> | |
| 4 | <h1 class="page-title">Where do I do that?</h1> | |
| 5 | <p class="page-subtitle">Quick pointers to the page that owns each thing in WebSTLs. Use the search box up top to jump straight to a model, order, or settings section.</p> | |
| 6 | </div> | |
| 7 | </div> | |
| 8 | ||
| 9 | <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px"> | |
| 10 | <div class="module"> | |
| 11 | <div class="module-head"><div class="left"><div class="module-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg></div><div><div class="module-title">Sell my first model</div></div></div></div> | |
| 12 | <div class="module-body"> | |
| 13 | <ol style="padding-left:18px;margin:0;line-height:1.7;font-size:13px;color:var(--col-text-2)"> | |
| 14 | <li><a href="/storefront.cgi" class="text-brand">Launch your storefront</a></li> | |
| 15 | <li><a href="/upload_model.cgi" class="text-brand">Upload files</a> (digital or physical)</li> | |
| 16 | <li><a href="/marketplaces.cgi" class="text-brand">Connect a marketplace</a> for cross-platform reach</li> | |
| 17 | <li><a href="/promotions.cgi" class="text-brand">Run a promo</a> to drive your first sales</li> | |
| 18 | </ol> | |
| 19 | </div> | |
| 20 | </div> | |
| 21 | ||
| 22 | <div class="module"> | |
| 23 | <div class="module-head"><div class="left"><div class="module-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="5" width="20" height="14" rx="2"/><line x1="2" y1="10" x2="22" y2="10"/></svg></div><div><div class="module-title">Billing & refunds</div></div></div></div> | |
| 24 | <div class="module-body"> | |
| 25 | <ul style="padding-left:18px;margin:0;line-height:1.7;font-size:13px;color:var(--col-text-2)"> | |
| 26 | <li><a href="/billing.cgi" class="text-brand">View invoices</a> + payment method</li> | |
| 27 | <li>Refunds are issued as <strong>account credit</strong> and auto-applied to your next bill</li> | |
| 28 | <li>See your <a href="/billing.cgi" class="text-brand">credit balance</a> + history on the Billing page</li> | |
| 29 | </ul> | |
| 30 | </div> | |
| 31 | </div> | |
| 32 | ||
| 33 | <div class="module"> | |
| 34 | <div class="module-head"><div class="left"><div class="module-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="7"/><path d="m21 21-4.3-4.3"/></svg></div><div><div class="module-title">Find more buyers</div></div></div></div> | |
| 35 | <div class="module-body"> | |
| 36 | <ul style="padding-left:18px;margin:0;line-height:1.7;font-size:13px;color:var(--col-text-2)"> | |
| 37 | <li><a href="/storefront_seo.cgi" class="text-brand">Tune your SEO</a> (meta tags, OG cards)</li> | |
| 38 | <li><a href="/optimization.cgi" class="text-brand">A/B test</a> your hero copy</li> | |
| 39 | <li><a href="/sales_reports.cgi" class="text-brand">Track conversion</a> across every channel</li> | |
| 40 | </ul> | |
| 41 | </div> | |
| 42 | </div> | |
| 43 | ||
| 44 | <div class="module"> | |
| 45 | <div class="module-head"><div class="left"><div class="module-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg></div><div><div class="module-title">Try Sample Data View</div></div></div></div> | |
| 46 | <div class="module-body"> | |
| 47 | <div style="font-size:13px;color:var(--col-text-2);line-height:1.65">Every main page has a <strong>Sample Data View</strong> button up top that fills the page with example data so you can see how it reads once you have activity. Look for it on Dashboard, Analytics, Billing, Promotions, Optimization, and Admin pages.</div> | |
| 48 | </div> | |
| 49 | </div> | |
| 50 | ||
| 51 | <style> | |
| 52 | /* Highlighted "Talk to a human" card -- this is the support | |
| 53 | lifeline for brand-new sellers, so it gets a blue accent | |
| 54 | border, a soft pulsing glow, and double width in the help | |
| 55 | grid so it's the first thing the eye lands on. */ | |
| 56 | .help-support-card { | |
| 57 | grid-column: span 2; | |
| 58 | position: relative; | |
| 59 | background: linear-gradient(135deg, rgba(59,130,246,0.10) 0%, rgba(99,102,241,0.06) 100%); | |
| 60 | border: 1px solid rgba(59,130,246,0.55) !important; | |
| 61 | box-shadow: 0 0 24px rgba(59,130,246,0.22); | |
| 62 | overflow: hidden; | |
| 63 | animation: help-support-pulse 3.2s ease-in-out infinite; | |
| 64 | } | |
| 65 | .help-support-card::before { | |
| 66 | content: ''; | |
| 67 | position: absolute; inset: 0; | |
| 68 | pointer-events: none; | |
| 69 | background: radial-gradient(ellipse 70% 60% at 0% 0%, rgba(59,130,246,0.18) 0%, transparent 60%); | |
| 70 | } | |
| 71 | .help-support-card .module-head { position: relative; } | |
| 72 | .help-support-card .module-icon { | |
| 73 | background: linear-gradient(135deg, #3b82f6, #6366f1) !important; | |
| 74 | color: #fff !important; | |
| 75 | box-shadow: 0 0 12px rgba(59,130,246,0.5); | |
| 76 | } | |
| 77 | .help-support-card .module-title { | |
| 78 | font-size: 17px !important; | |
| 79 | letter-spacing: 0.2px; | |
| 80 | } | |
| 81 | .help-support-card .help-eyebrow { | |
| 82 | display: inline-block; | |
| 83 | font-size: 10px; font-weight: 800; | |
| 84 | letter-spacing: 2px; text-transform: uppercase; | |
| 85 | color: #93c5fd; | |
| 86 | background: rgba(59,130,246,0.18); | |
| 87 | border: 1px solid rgba(59,130,246,0.45); | |
| 88 | border-radius: 999px; | |
| 89 | padding: 3px 10px; | |
| 90 | margin-bottom: 8px; | |
| 91 | } | |
| 92 | @keyframes help-support-pulse { | |
| 93 | 0%, 100% { box-shadow: 0 0 18px rgba(59,130,246,0.18); } | |
| 94 | 50% { box-shadow: 0 0 32px rgba(59,130,246,0.45); } | |
| 95 | } | |
| 96 | /* Stack on narrow viewports so the span-2 card doesn't push the | |
| 97 | grid past the viewport width. */ | |
| 98 | @media (max-width: 720px) { | |
| 99 | .help-support-card { grid-column: span 1; } | |
| 100 | } | |
| 101 | ||
| 102 | /* "Tutorials & walkthroughs" companion card -- same shape and span | |
| 103 | as the support card, themed in violet (the optimization / | |
| 104 | experiments accent color used elsewhere) so it sits as a clear | |
| 105 | second pillar next to support. */ | |
| 106 | .help-tutorials-card { | |
| 107 | grid-column: span 2; | |
| 108 | position: relative; | |
| 109 | background: linear-gradient(135deg, rgba(124,58,237,0.10) 0%, rgba(168,85,247,0.06) 100%); | |
| 110 | border: 1px solid rgba(124,58,237,0.55) !important; | |
| 111 | box-shadow: 0 0 24px rgba(124,58,237,0.22); | |
| 112 | overflow: hidden; | |
| 113 | animation: help-tutorials-pulse 3.2s ease-in-out infinite; | |
| 114 | } | |
| 115 | .help-tutorials-card::before { | |
| 116 | content: ''; | |
| 117 | position: absolute; inset: 0; | |
| 118 | pointer-events: none; | |
| 119 | background: radial-gradient(ellipse 70% 60% at 0% 0%, rgba(124,58,237,0.18) 0%, transparent 60%); | |
| 120 | } | |
| 121 | .help-tutorials-card .module-head { position: relative; } | |
| 122 | .help-tutorials-card .module-icon { | |
| 123 | background: linear-gradient(135deg, #7c3aed, #a855f7) !important; | |
| 124 | color: #fff !important; | |
| 125 | box-shadow: 0 0 12px rgba(124,58,237,0.5); | |
| 126 | } | |
| 127 | .help-tutorials-card .module-title { | |
| 128 | font-size: 17px !important; | |
| 129 | letter-spacing: 0.2px; | |
| 130 | } | |
| 131 | .help-tutorials-card .help-eyebrow { | |
| 132 | display: inline-block; | |
| 133 | font-size: 10px; font-weight: 800; | |
| 134 | letter-spacing: 2px; text-transform: uppercase; | |
| 135 | color: #c4b5fd; | |
| 136 | background: rgba(124,58,237,0.18); | |
| 137 | border: 1px solid rgba(124,58,237,0.45); | |
| 138 | border-radius: 999px; | |
| 139 | padding: 3px 10px; | |
| 140 | margin-bottom: 8px; | |
| 141 | } | |
| 142 | @keyframes help-tutorials-pulse { | |
| 143 | 0%, 100% { box-shadow: 0 0 18px rgba(124,58,237,0.18); } | |
| 144 | 50% { box-shadow: 0 0 32px rgba(124,58,237,0.45); } | |
| 145 | } | |
| 146 | @media (max-width: 720px) { | |
| 147 | .help-tutorials-card { grid-column: span 1; } | |
| 148 | } | |
| 149 | </style> | |
| 150 | ||
| 151 | <!-- Tutorials & walkthroughs -- parallel pillar to the support card. | |
| 152 | Surfaces /tutorials.cgi (full library), the A/B & MVT testing | |
| 153 | sub-section, and /tour.cgi (long-form product tour). --> | |
| 154 | <div class="module help-tutorials-card"> | |
| 155 | <div class="module-head"><div class="left"><div class="module-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg></div><div><span class="help-eyebrow">Learn the platform</span><div class="module-title">Tutorials & walkthroughs</div></div></div></div> | |
| 156 | <div class="module-body"> | |
| 157 | <div style="font-size:14px;color:var(--col-text-2);line-height:1.7;margin-bottom:16px;max-width:680px"> | |
| 158 | <strong style="color:var(--col-text)">Step-by-step guides for every feature</strong> — uploading your first model, setting up your storefront, cross-platform publishing, and the A/B + MVT testing engine. Each tutorial takes 3–5 minutes; viewed ones are marked so you can pick up where you left off. | |
| 159 | </div> | |
| 160 | <div style="display:flex;gap:10px;flex-wrap:wrap;align-items:center"> | |
| 161 | <a href="/tutorials.cgi" class="btn btn-primary" style="display:inline-flex;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:700;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;box-shadow:0 6px 18px rgba(124,58,237,0.45)"> | |
| 162 | <svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg> | |
| 163 | Browse tutorials | |
| 164 | </a> | |
| 165 | <a href="/tutorials.cgi#section-optimization" class="btn btn-ghost btn-sm">A/B & MVT tutorials</a> | |
| 166 | <a href="/tour.cgi" class="btn btn-ghost btn-sm">Product tour</a> | |
| 167 | </div> | |
| 168 | </div> | |
| 169 | </div> | |
| 170 | ||
| 171 | <div class="module help-support-card"> | |
| 172 | <div class="module-head"><div class="left"><div class="module-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg></div><div><span class="help-eyebrow">We've got you</span><div class="module-title">Talk to a human</div></div></div></div> | |
| 173 | <div class="module-body"> | |
| 174 | <div style="font-size:14px;color:var(--col-text-2);line-height:1.7;margin-bottom:16px;max-width:680px"> | |
| 175 | <strong style="color:var(--col-text)">The fastest way to reach us</strong> is the support inbox — open a thread, get replies in your account, and we can flip the conversation into a live chat when we're online together. New here? Don't hesitate to reach out — real people, fast answers. | |
| 176 | </div> | |
| 177 | <div style="display:flex;gap:10px;flex-wrap:wrap;align-items:center"> | |
| 178 | <a href="/support.cgi?new=1" class="btn btn-primary" style="display:inline-flex;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:700;box-shadow:0 6px 18px rgba(59,130,246,0.45)"> | |
| 179 | <svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg> | |
| 180 | Contact support | |
| 181 | </a> | |
| 182 | <a href="mailto:support\@affiliate.3dshawn.com" class="btn btn-ghost btn-sm">Email instead</a> | |
| 183 | </div> | |
| 184 | </div> | |
| 185 | </div> | |
| 186 | </div> | |
| 187 | ||
| 188 | <div class="adm-foot-spacer" data-end="help"> </div> |