Clarify wording about complimentary products
This commit is contained in:
parent
362ed28be2
commit
b0de856255
1 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
<h3 class="label-success">Discounts and Complimentary Items</h3>
|
||||
<div class="vertical-small"></div>
|
||||
|
||||
<blockquote>The following discounts and complimentary items are available to you. If you wish to take advantage of this offer, you must choose your items below. This discounts will be applied automatically when you check out.</blockquote>
|
||||
{% regroup discounts by discount.description as discounts_grouped %}
|
||||
{% for discount_type in discounts_grouped %}
|
||||
<h4>{{ discount_type.grouper }}</h4>
|
||||
|
@ -12,10 +13,6 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
<blockquote>
|
||||
<small>Note that you must choose your items below, even if they are complimentary.</small>
|
||||
<small>Any applicable discounts will be applied automatically when you check out.</small>
|
||||
</blockquote>
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue