This commit is contained in:
Oliver
2025-11-21 10:44:49 -03:00
parent 02f4529bb9
commit d4482e753f
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ function openModal(productHref) {
form.querySelector('input[name="category"]').value = category || ""; form.querySelector('input[name="category"]').value = category || "";
form.querySelector('input[name="product"]').value = product || "Unknown"; form.querySelector('input[name="product"]').value = product || "Unknown";
form.dataset.webhook = config.webhook || ""; form.dataset.webhook = config.webhook || "";
modal.querySelector("#productText").textContent = `You will buy ${product} for $${price}. We have send an Email with the payment details.`; modal.querySelector("#productText").textContent = `We have send you the payment details for your order ${product} $${price} via mail.`;
addUtmFields(form); // Read from cookie or defaults addUtmFields(form); // Read from cookie or defaults
} }

File diff suppressed because one or more lines are too long