I needed to edit the "My Cart" link in the Global Header. When you click on the link it displays the mini-basket as expected. But when you add a product from the PROD page it goes to the BASK screen instead of triggering the model. I'm thinking maybe I missed an ID or something. I've checked and if I did I'm not sure which one it may have been. I can't post a link to the site because it's behind a password protected directory.
This is the View Cart link code
It will display the mini-basket
I do have the Global mini-basket item assigned to the PROD page. What else should I look for?
This is the View Cart link code
Code:
<li class="level-1"><span><a href="&mvte:urls:BASK:auto;" rel="nofollow" id="js-mini-basket" class="mini-basket">View Cart (&mvte:global_minibasket:basket_count;)</a></span></li>
I do have the Global mini-basket item assigned to the PROD page. What else should I look for?
Comment