jesse-dev/cart-component-bundle

Symfony Bundle containing CartComponent library

dev-master 2012-09-04 23:50 UTC

This package is not auto-updated.

Last update: 2025-07-13 07:19:58 UTC


README

Symfony2 bundle containing CartComponent library

Simple and effective objects for handling common shopping cart operations. This library is intended to be 'wrapped' by a larger system. Generally, the cart will be stored as an object in the session and/or a json string in the db.

Items and Shipments can be discountable or taxable.

Discounts are robust. Functionality is included for validating discount conditions.