```html
<button data-cart-add="12345678" data-cart-quantity="1">Add to Cart</button>
```

On a `click` event, add the variant given by `data-cart-add` to the cart.
You can specify a quantity to add with an optional `data-cart-quantity` attribute.
