Using javascript
Fountain at it’s core is intended to be easy to use. Hence, it’s built with form
and posting to a specific page. But it also supports javascript when adding and removing from the cart.
Add to cart with javascript
Using X-Requested-With
and fountain
Adding a product
{
licensee: "",
subtotal: "",
cart: {
items: [
{
uuid: "",
licenses: [],
addons: [],
}
],
}