nagasurendra commited on
Commit
d79d6f9
·
verified ·
1 Parent(s): cd51d91

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -1
templates/cart.html CHANGED
@@ -143,7 +143,7 @@
143
  <div class="cart-item-actions">
144
  <div class="text-primary">
145
  $<span class="base-price">{{ item.Price__c }}</span> +
146
- //$<span class="addons-price">{{ item.Add_Ons_Price__c }}</span>
147
  </div>
148
 
149
  <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>
 
143
  <div class="cart-item-actions">
144
  <div class="text-primary">
145
  $<span class="base-price">{{ item.Price__c }}</span> +
146
+
147
  </div>
148
 
149
  <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>