我正在尝试使用石板_hideCartPopup
并_showCartPopup
响应 onclick 购物车的锚标签。我正在使用最新的debut
主题。
试过这个,但我有错误..
var siteheadercar = document.querySelector('.site-header__cart');
siteheadercar.addEventListener('click', function() {
theme.Product._showCartPopup();
});
Uncaught TypeError: theme.Product._showCartPopup is not a function