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.