Dynamic pricing note: monthly shows 'Perfect for trial, termination any time', yearly shows 'Save money, less administration'
This commit is contained in:
+1
-1
@@ -601,7 +601,7 @@
|
|||||||
<div class="pcard-foot">Instant setup, satisfied or reimbursed.</div>
|
<div class="pcard-foot">Instant setup, satisfied or reimbursed.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="pricing-cta-note">🔒 Secure Stripe checkout · Cancel anytime · <strong>Satisfied or reimbursed</strong></p>
|
<p class="pricing-cta-note" id="pricingCtaNote">🔒 Secure Stripe checkout · Cancel anytime · <strong>Satisfied or reimbursed</strong></p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -225,6 +225,12 @@ var si = 0,
|
|||||||
s.textContent = s.getAttribute("data-monthly-text");
|
s.textContent = s.getAttribute("data-monthly-text");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
var ctaNote = document.getElementById("pricingCtaNote");
|
||||||
|
if (ctaNote) {
|
||||||
|
ctaNote.innerHTML = yearly
|
||||||
|
? "Save money, less administration"
|
||||||
|
: "Perfect for trial, termination any time";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function setBilling(yearly) {
|
function setBilling(yearly) {
|
||||||
|
|||||||
Reference in New Issue
Block a user