mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
added styling and table rows for 'Not Paid' order confirmation'
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
= t :order_total_price
|
||||
%td.text-right.total
|
||||
%h5#order_total= order.display_total.to_html
|
||||
%tr.total
|
||||
%td.text-right{colspan: "3"}
|
||||
%h5.not-paid
|
||||
= t :order_balance_due
|
||||
%td.text-right.total.not-paid
|
||||
%h5#order_balance
|
||||
|
||||
|
||||
- if order.total_tax > 0
|
||||
#tax
|
||||
|
||||
@@ -108,3 +108,8 @@ checkout {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.not-paid {
|
||||
color: #f40f0f;
|
||||
font-weight: 700;
|
||||
}
|
||||
Reference in New Issue
Block a user