| Remove | Image | Title | Price | Quantity | Add To Cart |
|
|
document.addEventListener('DOMContentLoaded', function() {
var addToCartButtons = document.querySelectorAll('.add_to_cart_button');
addToCartButtons.forEach(function(button) {
button.textContent = 'Carrito';
});
});