Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -142,7 +142,7 @@
|
|
142 |
</div>
|
143 |
<div class="cart-item-actions">
|
144 |
<div class="text-primary">
|
145 |
-
$<span class="base-price">{{ item.Price__c }}</span>
|
146 |
|
147 |
</div>
|
148 |
|
|
|
142 |
</div>
|
143 |
<div class="cart-item-actions">
|
144 |
<div class="text-primary">
|
145 |
+
$<span class="base-price">{{ item.Price__c }}</span>
|
146 |
|
147 |
</div>
|
148 |
|