Kent Automotive · Webview Shop PDP · Item #1969

Description fix — the line under the brand text

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.”

Before title shown twice

Before: description block repeats the product title
Under “Kent Automotive”: the title again — “Open End Rivet, Dome Head, Aluminum, 5/32" Diameter…”.

After real description

After: description block shows the real product description
Under “Kent Automotive”: the real description — “Dome Head • Head diameter is twice the body diameter, providing adequate bearing for nearly all applications”.

See it live & scrollable

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.

Open live PDP →
Full-page before / after
Full PDP before
Before — full page
Full PDP after
After — full page

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.