vespolina / vespolina-sandbox

The purpose of this project is to create an expandable PHP based ecommerce platform, built on interchangeable libraries that can be used independently of Vespolina, all managed by configurable processes and whenever possible, using established standards.
http://www.vespolina.org
MIT License
179 stars 24 forks source link

Increase quantity instead of adding a second product to the cart. #64

Closed madc closed 12 years ago

madc commented 12 years ago

When adding the same Product twice to the cart, the quantity should be increase. At the moment, a second position is added to the cart. Also the user has to be redirected to the cart after adding, otherwise a reload of the page adds another position to the cart.

iampersistent commented 12 years ago

Thanks, I'm working this and I'll have a fix in the CartBundle in a couple of days

iampersistent commented 12 years ago

Fixed with PR #66