Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -159,7 +159,7 @@
|
|
159 |
{% if reward_points >= 500 %}
|
160 |
<div class="reward-points-checkbox">
|
161 |
<label>
|
162 |
-
|
163 |
Apply Reward Points ({{ reward_points }} points available)
|
164 |
</label>
|
165 |
</div>
|
|
|
159 |
{% if reward_points >= 500 %}
|
160 |
<div class="reward-points-checkbox">
|
161 |
<label>
|
162 |
+
<input type="checkbox" id="rewardCheckbox" value="500" onchange="calculateDiscount()">
|
163 |
Apply Reward Points ({{ reward_points }} points available)
|
164 |
</label>
|
165 |
</div>
|