You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
It would be nice to have a button "Go to cash desk" ("Zur Kasse gehen"), which redirects to the cart and is only visible if there is already something in the cart.
It is not obvious for everybody to click on the cart button to start the checkout process. I first thought about modifying the cart button, but didn't go that way because it is also visible if the cart is empty.
The text was updated successfully, but these errors were encountered:
@maxseeger would need to take over to see if we can develop this.
Otherwise I would suggest writing a simple js function to check the cart items array in localStorage and use that to hide a "Zur Kasse gehen" button or the cart component button.
Hallo @Markus-MfN
Vielen Dank für die Anregung. Wir nehmen die Idee gerne mit in die langfristige Weiterentwicklung auf. Für den Anfang müsstet ihr mit der von Douglas vorgeschlagenen Lösung arbeiten.
Related page: CartButtonComponent
It would be nice to have a button "Go to cash desk" ("Zur Kasse gehen"), which redirects to the cart and is only visible if there is already something in the cart.
It is not obvious for everybody to click on the cart button to start the checkout process. I first thought about modifying the cart button, but didn't go that way because it is also visible if the cart is empty.
The text was updated successfully, but these errors were encountered: