Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +2 -2
templates/cart.html
CHANGED
@@ -159,9 +159,9 @@
|
|
159 |
$<span class="base-price">{{ item.Price__c }}</span>
|
160 |
</div>
|
161 |
<!-- <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button> -->
|
162 |
-
<button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">
|
163 |
<i class="fas fa-trash-alt"></i> <!-- Font Awesome delete icon -->
|
164 |
-
</button>
|
165 |
</div>
|
166 |
</div>
|
167 |
{% else %}
|
|
|
159 |
$<span class="base-price">{{ item.Price__c }}</span>
|
160 |
</div>
|
161 |
<!-- <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button> -->
|
162 |
+
<!-- <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">
|
163 |
<i class="fas fa-trash-alt"></i> <!-- Font Awesome delete icon -->
|
164 |
+
</button> -->
|
165 |
</div>
|
166 |
</div>
|
167 |
{% else %}
|