awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.2k stars 1.04k forks source link

Button labels in add to cart widget #508

Open rfleschenberg opened 7 years ago

rfleschenberg commented 7 years ago

We have three buttons there at the moment:

Instead of "Show Cart", I suggest something like "Go to checkout".

"Cancel" is misleading. It just takes the user back to the product page. I'd expect it to cancel the add-to-cart oprtation, but that is not what it does. Do we need this button at all?

"Continue Shopping" redirects to the product's category. It seems less surprising to me to return the user to the product page instead.

surajaiswal13 commented 3 years ago

Hi @rfleschenberg , I can work on this Issue