📗Sygnal ECommerce

Goals

  • Simple ECom

    • Cart-based

    • Buy-now based

  • Easy to capture and store data

    • User Account ID for later retrieval, loyalty programs, etc.

  • Card-on-file support? Stripe, plus 2FA login

  • Payment support

    • Stripe

    • Paypal

Design Notes

Cart component

  • Clean, drop-in cart

    • Simple styling

    • Ability to capture additional information as part of the order

      • Form data

      • User identifier, esp if logged in via Memberstack, Outseta, Google OAuth

        • Link with Sygnal User Accounts

  • Buy now button

  • Add to cart button

    • Quantity option, with range constraints

      • Callback for JS-based bundling rules?

Last updated