# 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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sygnal.gitbook.io/sygnal-webflow-components/cc/sygnal-ecommerce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
