Customers could not buy without creating an account
Conversion
Evidence
With two items in the cart, the checkout URL returned 302 to the account page, then to a login screen. The redirect parameter sent the customer to the homepage after signing in — not to the checkout they were trying to reach. Verified twice: once with a scripted session, once in a real browser.
Why it matters
Forced registration is among the largest single causes of checkout abandonment, and here it was compounded three ways: the interruption arrived with no explanation, it required an SMS one-time password, and completing it did not return the customer to the purchase. A first-time buyer of one bag had to create an account, wait for an SMS, then find their cart again.
Fix: Enable guest checkout, offer the account after the order, and fix the redirect. Hours of work, not days.
