> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firepitcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Shopping cart

> Description about the shopping cart in Firepit CMS

Firepit CMS shopping cart is based on the [LaraCart Package](https://laracart.lukepolo.com/master/getting-started).

```php theme={null}
$item = LaraCart::add('identifier', 'My product', 1, '10.00', [
    // extra meta attributes
]);
```
