I'm trying to use slate's _hideCartPopup
and _showCartPopup
to respond to onclick on the cart's anchor tag. I'm using the latest debut
theme.
tried with this but I'm having error..
var siteheadercar = document.querySelector('.site-header__cart');
siteheadercar.addEventListener('click', function() {
theme.Product._showCartPopup();
});
Uncaught TypeError: theme.Product._showCartPopup is not a function