GeneralMagicio / GM-swag-shop

0 stars 0 forks source link

Notify user that the item was added to the cart #20

Open tomislavmamic opened 2 years ago

tomislavmamic commented 2 years ago

https://images.zenhubusercontent.com/525742961/6fad00ec-7495-4210-9a3f-9e3c429ecadc/cleanshot_2022_08_22_at_12_33_07.mp4

kkatusic commented 2 years ago

We have a little link under "view cart" we change it to "added to cart"?

rodricastillo9013 commented 2 years ago

I think we should create a small notification on the cart icon in the nav Captura de Pantalla 2022-08-22 a la(s) 16 52 58 ?

kkatusic commented 2 years ago

I response on this in other issue #19

tomislavmamic commented 2 years ago

I am not really happy with this notification/link below the "Add to cart" button. I wonder if it is better to always ask user to go to cart, hoping that this will increase the conversion rate. If user browses too much, she has time to change her mind.

This one webshop opens a popup that asks you to choose if you want to go to cart or continue shopping. CleanShot 2022-08-24 at 17.35.36.png

This is how Zalando does it: https://images.zenhubusercontent.com/525742961/66946019-22c3-4612-b612-519d67291ee2/cleanshot_2022_08_24_at_17_43_12.mp4

Maybe we don't need to nag about this too much now. But can we at least change the current version in a way that the button changes text to "Item added to a cart" whenever it is pressed, keeps that state for a few seconds and then changes back to active state "Add to cart"? Do you think that is better, @rodricastillo9013?

rodricastillo9013 commented 2 years ago

this modal is a good choice! I like it. I don't know technically how much of a problem it is for @kkatusic I think the option to change the text after a few seconds will also be a bit tricky to build. don't know

kkatusic commented 2 years ago

It will take time, you two decide.

In WooCommerce administration you have a choice what will happen if someone add an product in the cart when product is listed:

Screenshot 2022-08-24 at 23 32 17

I then have to intercept that function and make the change.