Hi all!
I would like to know how can a change the “ver carrito” whichs means “view cart”

my code is
<a
href=“{{ routes.cart_url }}”
id=“cart-notification-button”
class=“button button–secondary button–full-width”
Thanks!
A user seeks help converting an <a> (anchor) tag labeled “ver carrito” (view cart) into a <button> element in their HTML code.
Current Implementation:
href attribute pointing to the cart URL routeResponse:
Status: The question remains open, awaiting a complete technical solution for the HTML tag conversion.
Hi all!
I would like to know how can a change the “ver carrito” whichs means “view cart”

my code is
<a
href=“{{ routes.cart_url }}”
id=“cart-notification-button”
class=“button button–secondary button–full-width”
Thanks!
Try this