I have created a fixed footer bar for mobile devices and I am trying to add cart icon that would open the sliding mini basket. The cart icon works in the header. But when I add the code below to the footer it just goes to the cart page instead of opening the mini basket. Below is my mark up
I have added the data-hook="open-mini-basket" that is not opening the sliding mini basket. What I am missing?
Thanks
HTML Code:
<a href="https://&mvt:global:domain:name;/BASK.html" data-hook="open-mini-basket" aria-label="Open Mini-Basket"> <span aria-hidden="true" class="pc-f-bag" data-hook="open-mini-basket"><i class="pc-cart-icon"></i><em class="pc-hide">Bag</em></span> <span class="pc-f-bag-count" data-hook="open-mini-basket mini-basket-count">(&mvte:global_minibasket:basket_count;)</span> </a>
Thanks
Comment