mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
updated order partials and locales
This commit is contained in:
@@ -23,12 +23,20 @@
|
||||
= t :order_total_price
|
||||
%td.text-right.total
|
||||
%h5#order_total= order.display_total.to_html
|
||||
%tr.total
|
||||
%td.text-right{colspan: "3"}
|
||||
%h5
|
||||
= t :order_amount_paid
|
||||
%td.text-right.total
|
||||
%h5
|
||||
= order.payment_total
|
||||
%tr.total
|
||||
%td.text-right{colspan: "3"}
|
||||
%h5.not-paid
|
||||
= t :order_balance_due
|
||||
%td.text-right.total.not-paid
|
||||
%h5#order_balance
|
||||
%h5.not-paid#balance_due
|
||||
= order.display_outstanding_balance.to_html
|
||||
|
||||
|
||||
- if order.total_tax > 0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.row
|
||||
.columns.large-6
|
||||
.order-summary.text-small
|
||||
.right
|
||||
.right.not-paid
|
||||
- if order.paid?
|
||||
= t :order_paid
|
||||
- else
|
||||
|
||||
@@ -2125,7 +2125,9 @@ en:
|
||||
order_pickup_time: Ready for collection
|
||||
order_pickup_instructions: Collection Instructions
|
||||
order_produce: Produce
|
||||
order_amount_paid: Amount Paid
|
||||
order_total_price: Total
|
||||
order_balance_due: Balance Due
|
||||
order_includes_tax: (includes tax)
|
||||
order_payment_paypal_successful: Your payment via PayPal has been processed successfully.
|
||||
order_hub_info: Hub Info
|
||||
|
||||
Reference in New Issue
Block a user