Ir al contenido
document.addEventListener('DOMContentLoaded', function() {
var botones = document.querySelectorAll(
'.single_add_to_cart_button, form.cart, .add_to_cart_button, .button.product_type_simple, .product .button, .add_to_cart_button, .single_add_to_cart_button, form.cart, .ast-shop-product .button, .button, .add_to_cart_button'
);
botones.forEach(function(btn) {
btn.style.display = 'none';
});
});