billing: Clarify minimum purchase license numbers.

This commit is contained in:
Karl Stolley 2023-12-15 11:29:03 -06:00 committed by Tim Abbott
parent b377673190
commit 356d775d31
2 changed files with 10 additions and 8 deletions

View File

@ -216,12 +216,13 @@
{%- else %}
{{ "1 month" if billing_frequency == "Monthly" else "12 months" }}
{%- endif -%})
{% if using_min_licenses_for_plan %}
(<i>minimum purchase</i>)
{% endif %}
{% if discount_percent %}
<br />
<i class="billing-page-discount">Includes {{ discount_percent }}% discount.</i>
<i class="billing-page-discount">Includes: {{ discount_percent }}% discount</i>
{% endif %}
{% if using_min_licenses_for_plan %}
<br />
<i>Minimum purchase for this plan: 10 licenses</i>
{% endif %}
{% endif %}
{% endif %}

View File

@ -134,12 +134,13 @@
{{ 'user' if seat_count == 1 else 'users' }}
</span> x
<span class="due-today-duration"></span>
{% if not manual_license_management and using_min_licenses_for_plan %}
<i>(minimum purchase)</i>
{% endif %}
{% if discount_percent %}
<br/>
<i class="billing-page-discount">Includes {{ discount_percent }}% discount.</i>
<i class="billing-page-discount">Includes: {{ discount_percent }}% discount</i>
{% endif %}
{% if not manual_license_management and using_min_licenses_for_plan %}
<br />
<i>Minimum purchase for this plan: 10 licenses</i>
{% endif %}
<h1>$<span class="due-today-price"></span></h1>
{% if free_trial_days %}