Revamp Guest Checkout Flow

Заказчик: AI | Опубликовано: 22.10.2025

My Node.js storefront currently forces every visitor into a demo account, which breaks the real checkout experience. I need that auto-login removed and replaced with a two-path flow: When a shopper clicks “Buy Now” or “Add to Cart” they must see two options: 1. Register normally 2. Continue as Guest If they choose Guest Checkout: - The form should request email, password, and phone number. - This data, together with the order, must be stored in the Laravel admin panel. Deliverables: • Remove demo auto-login logic • Add Guest Checkout option with email, password, and phone capture • Ensure guest data + order record is saved in Laravel admin • Full test to confirm smooth checkout flow Tech Stack: - Node.js (Frontend) - Laravel (Backend) Need this fixed ASAP.