nagasurendra commited on
Commit
a138d7e
·
verified ·
1 Parent(s): ddb0e12

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. 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
- <input type="checkbox" id="rewardCheckbox" value="500">
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>