From 8cdfd9770308e2c24f7aabcfc6e600faa7491855 Mon Sep 17 00:00:00 2001 From: Tony Volpe Date: Mon, 2 Dec 2024 14:27:31 -0500 Subject: [PATCH] Fix Fee-Text Values --- wp/wp-content/themes/medicalalert/tpl/single_product.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp/wp-content/themes/medicalalert/tpl/single_product.tpl b/wp/wp-content/themes/medicalalert/tpl/single_product.tpl index bc1fc9b1..26f20d29 100644 --- a/wp/wp-content/themes/medicalalert/tpl/single_product.tpl +++ b/wp/wp-content/themes/medicalalert/tpl/single_product.tpl @@ -166,11 +166,11 @@ for (i = 0; i < l; i++) { if (s.options[k].innerHTML == this.innerHTML) { s.selectedIndex = k; h.innerHTML = this.innerHTML; - if (this.innerHTML === "Annually | $34.95" || this.innerHTML === "Annually | $27.95" || this.innerHTML === "Annually | $44.95" || this.innerHTML === "Annually | $39.95") { + if (this.innerHTML === "Annually | $19.95" || this.innerHTML === "Annually | $29.95" || this.innerHTML === "Annually | $34.95" || this.innerHTML === "Annually | $39.95") { document.getElementById("selected-text").innerHTML = "Includes free shipping and lockbox! "; - } else if (this.innerHTML === "Semi-Annually | $49.95" || this.innerHTML === "Semi-Annually | $39.95" || this.innerHTML === "Semi-Annually | $29.95" || this.innerHTML === "Semi-Annually | $44.95" || this.innerHTML === "Semi-Annually | $37.95") { + } else if (this.innerHTML === "Semi-Annually | $24.95" || this.innerHTML === "Semi-Annually | $34.95" || this.innerHTML === "Semi-Annually | $44.95" || this.innerHTML === "Semi-Annually | $37.95" || this.innerHTML === "Semi-Annually | $37.95") { document.getElementById("selected-text").innerHTML = "Includes free shipping!"; - } else if (this.innerHTML === "Monthly | $49.95" || this.innerHTML === "Monthly | $39.95" || this.innerHTML === "Monthly | $29.95" || this.innerHTML === "Monthly | $44.95") { + } else if (this.innerHTML === "Monthly | $27.95" || this.innerHTML === "Monthly | $37.95" || this.innerHTML === "Monthly | $39.95" || this.innerHTML === "Monthly | $47.95" || this.innerHTML === "Monthly | $34.95" ) { document.getElementById("selected-text").innerHTML = ""; }