GX-Bug #65992
geschlossen[Malibu] The shopping cart is not displayed on mobile version
100%
Das Warenkorb-Icon des Malibu-Themes wird jetzt in der mobilen Ansicht zuverlässig korrekt dargestellt
Beschreibung
Open Malibu on mobile and the shopping cart icon is gone.
If we deactivate the option inside the variant Areas > Header (variant) > Standard > Small Shopping Cart > Hide cart then, on Desktop, it shows with a text (which should not be shown) -> See image3.png
Dateien
Checkliste 0/0
Von Marcus Goede vor mehr als 5 Jahren aktualisiert
The this commit. The class is used twice: On the one hand for the cart-icon inside the button bar next to category menu icon and search icon, on the other hand for the offcanvas shopping cart toggle icon. These are two different elements with one and the same classname .cart-icon.
See this fix: https://sources.gambio-server.net/gambio/gxdev/commit/c2cfb1ddb3e539ca36c532fd874d9708349cb82f
Solution: change the selector from .cart-icon to .navbar-header > .cart-icon