onde estamos

document.addEventListener('DOMContentLoaded', function() { // Seleciona o botão pelo seletor específico (classe do botão no caso) var botao = document.querySelector('a.woocommerce-Button.wc-forward.button'); // Verifica se o botão existe if (botao) { // Altera o link do botão botao.href = 'https://novo-link.com'; // Substitua pelo novo link } });
0
    0
    Carrinho
    Carrinho vazio