Skip to content

Instantly share code, notes, and snippets.

@fabiensebban
Created June 3, 2025 16:52
Show Gist options
  • Save fabiensebban/6ed9cf45b28d44f7a5e3eb9b4a6336c2 to your computer and use it in GitHub Desktop.
Save fabiensebban/6ed9cf45b28d44f7a5e3eb9b4a6336c2 to your computer and use it in GitHub Desktop.
Wishlist Power on Impact - header icon with count bubble
(...)
<a href="/pages/wishlist" class="tap-area sm:block">
<span class="sr-only">{{ 'header.general.open_wishlist' | t }}</span>
{%- render 'icon' with 'heart', class: 'picto__star picto__star--empty' -%}
<div class="header__cart-count">
<wishlist-count class="count-bubble opacity-0" aria-hidden="true">
<div id="ooo-wishlist-bubble">0</div>
</wishlist-count>
</div>
</a>
<a href="{{ routes.cart_url }}" data-no-instant class="relative tap-area" {% if settings.cart_type != 'page' and request.page_type != 'cart' %}aria-controls="cart-drawer"{% endif %}>
(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment