> For the complete documentation index, see [llms.txt](https://docs.cooltix.com/cooltix-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cooltix.com/cooltix-support/developers/widget/product-list-widget.md).

# Product list widget

## Event product list

**Widget (integration module) path:** `cooltix.com/widget/event-products/{eventId}?referralUrl={referralUrl}&theme=dark&primaryColorHex=ffffff`

## Checkout

```html
cooltix.com/widget/checkout/{basketId}
```

```
cooltix.com/widget/checkout/completed?basketId={basketId}
```

```
cooltix.com/widget/checkout/canceled?basketId={basketId}
```

```
cooltix.com/widget/checkout/processing?basketId={basketId}
```

## Themeing

| Query String Parameter | Value                                                                           |
| ---------------------- | ------------------------------------------------------------------------------- |
| `theme`                | `default`, `dark`                                                               |
| `primaryColorHex`      | custom color HEX representation without the starting '#', for example: `5433FF` |
