Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
about author
admin
comments
A WordPress Commentersays:
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
document.addEventListener("DOMContentLoaded", function () {
function updateButtonText() {
const selectedMaterialElement = document.querySelector('.variable-items-wrapper[data-attribute_name="attribute_material-piece"] .variable-item.selected');
const selectElement = document.querySelector('select[name="attribute_material-piece"]');
const addToCartButton = document.querySelector('.single_add_to_cart_button');
if (!addToCartButton) {
console.error("Add to Cart button not found.");
return;
}
let selectedMaterial = "";
// Check the selected visible button first
if (selectedMaterialElement) {
selectedMaterial = selectedMaterialElement.dataset.value;
}
// If no button is selected, check the
A WordPress Commenter says:
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.