Preview updated 2026-07-22 · Figma frame 1321:670 (Vp 6) layout
What you flagged: the text directly under the Kent Automotive brand line was the product title again, not a description.
Root cause: that block was wired to the scraped short_desc field, which was the title minus “(Pack of 100)” — effectively a second title. The real description lived in an unused long_desc field.
Fix: the block now renders the real long_desc (falls back to short_desc only if a product has no long description). Surgical — item #1969 sample PDP only.
“on this image what is the text underneath the brand text linked to? this should be a product description, not the product title.”
The full corrected PDP (real bundled data + live guest price $26.32), at 375 px device width — the exact page the app’s webview loads.


How these were captured: the corrected PDP HTML rendered in real Chrome at 375 px — the identical page the app’s PDP WebView loads, so what you see here is what the app renders. The change is committed to the app code; the next on-device iOS build (v1.2.6) will carry it — say the word and I’ll cut it to Firebase.