Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +4 -1
templates/order.html
CHANGED
@@ -120,12 +120,15 @@
|
|
120 |
.totsl_bill{
|
121 |
max-width: 768px;
|
122 |
}
|
|
|
|
|
|
|
123 |
</style>
|
124 |
</head>
|
125 |
<body>
|
126 |
<div class="container">
|
127 |
<div class="order-container">
|
128 |
-
<
|
129 |
|
130 |
{% if order %}
|
131 |
{% for line in order.Order_Details__c.split('\n') %}
|
|
|
120 |
.totsl_bill{
|
121 |
max-width: 768px;
|
122 |
}
|
123 |
+
.yourorder{
|
124 |
+
font-style:
|
125 |
+
}
|
126 |
</style>
|
127 |
</head>
|
128 |
<body>
|
129 |
<div class="container">
|
130 |
<div class="order-container">
|
131 |
+
<h3 class="mb-4 text-center">Your Order Summary</h3>
|
132 |
|
133 |
{% if order %}
|
134 |
{% for line in order.Order_Details__c.split('\n') %}
|