merkatsu / website

3 stars 0 forks source link

Open preview of cart when "add to cart" is clicked #111

Closed mariacovasgrilo closed 9 years ago

mariacovasgrilo commented 9 years ago

Having the cart preview briefly opening would be a clear sign that the item was added to the cart (like on this site: http://www.zara.com/pt/pt/mulher/jeans/ver-tudo/cal%C3%A7as-de-ganga-boyfriend-com-rasg%C3%B5es-c719019p2638061.html )

In which case this message would be redundant screen shot 2015-04-26 at 22 27 07

The layout for this element of the page is on issue #37

esperancaJS commented 9 years ago

I implemented a solution (feel free to try it) that solves this lack of communication and also allows for adding the same item multiple times with different item options.

after clicking on item name (in cart) or opening an item that is already in cart in a list: image

after clicking edit (in cart or here in the item popup): image

mariacovasgrilo commented 9 years ago

I think for now it's working good, I would just put the list of the items in the cart under the "add more", and I would also add the other items that I already have in the cart to the list, even if they are not the same item.