Synthetic Shopify button-fix proof diagnostic path ready

A short, testable repair loop

Find the break.
Prove the fix.

Not a claim about a client store. This is the concise workflow I would use to isolate a button failure, repair the smallest responsible layer, and verify the live behavior.

button-route / synthetic storefrontREADY
โ—’
Example product

Studio Object

$64.00

Run the interaction check to inspect the expected route.

01 / Diagnostic sequence

01

Reproduce

Confirm the exact browser, URL, product state, and expected destination before changing code.

02

Trace

Check theme markup, event listeners, console errors, cart response, and app/theme conflicts.

03

Repair

Make the smallest scoped change; preserve the current design and document the affected component.

04

Verify

Re-test desktop and mobile paths, confirm cart/result state, then leave a plain-English handoff.

02 / Definition of done