> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/cc/sygnal-ecommerce.md).

# Sygnal ECommerce

{% hint style="warning" %}
**CONCEPTUAL** \
Working through some of the possibilities.  This section includes concept notes only.&#x20;
{% endhint %}

## Goals&#x20;

* Simple ECom&#x20;
  * Cart-based&#x20;
  * Buy-now based&#x20;
* Easy to capture and store data&#x20;
  * User Account ID for later retrieval, loyalty programs, etc.&#x20;
* Card-on-file support?  Stripe, plus 2FA login&#x20;
* Payment support&#x20;
  * Stripe&#x20;
  * Paypal&#x20;

## Design Notes&#x20;

Cart component

* Clean, drop-in cart
  * Simple styling&#x20;
  * Ability to capture additional information as part of the order
    * Form data&#x20;
    * User identifier, esp if logged in via Memberstack, Outseta, Google OAuth&#x20;
      * Link with Sygnal User Accounts&#x20;
* Buy now button&#x20;
* Add to cart button&#x20;
  * Quantity option, with range constraints&#x20;
    * Callback for JS-based bundling rules?&#x20;
