Spaces:
Sleeping
Sleeping
Update templates/order.html (#7)
Browse files- Update templates/order.html (96b87ddb0884b128fe4edfcdb5735fa4c0981dfa)
Co-authored-by: v l s r subrahmanyam <[email protected]>
- templates/order.html +3 -3
templates/order.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
font-size: 1.2rem;
|
63 |
font-weight: bold;
|
64 |
color: #2b9348; /* Green for the price */
|
65 |
-
|
66 |
|
67 |
}
|
68 |
.order-summary {
|
@@ -148,7 +148,7 @@
|
|
148 |
<div class="cart-item-actions m">
|
149 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
150 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
151 |
-
<span style="font-size: 16px; margin-
|
152 |
|
153 |
</div>
|
154 |
</div>
|
@@ -185,7 +185,7 @@
|
|
185 |
<p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Discount__c) }}</p>
|
186 |
</div>
|
187 |
<!-- Add dotted line here -->
|
188 |
-
<div style="border-bottom:
|
189 |
<div class="d-flex justify-content-between mb-3">
|
190 |
<p><strong>Total Bill:</strong></p>
|
191 |
<p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
|
|
|
62 |
font-size: 1.2rem;
|
63 |
font-weight: bold;
|
64 |
color: #2b9348; /* Green for the price */
|
65 |
+
|
66 |
|
67 |
}
|
68 |
.order-summary {
|
|
|
148 |
<div class="cart-item-actions m">
|
149 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
150 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
151 |
+
<span style="font-size: 16px; margin-right: 12px">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|
152 |
|
153 |
</div>
|
154 |
</div>
|
|
|
185 |
<p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Discount__c) }}</p>
|
186 |
</div>
|
187 |
<!-- Add dotted line here -->
|
188 |
+
<div style="border-bottom: 2px dotted #000; margin-bottom: 10px;"></div>
|
189 |
<div class="d-flex justify-content-between mb-3">
|
190 |
<p><strong>Total Bill:</strong></p>
|
191 |
<p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
|