Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- 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 |
-
|
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>
|