updated order partials and locales

This commit is contained in:
lauriejefferson
2023-06-23 12:06:45 -04:00
parent d3dba87ca1
commit 3039ef5535
3 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
.row
.columns.large-6
.order-summary.text-small
.right
.right.not-paid
- if order.paid?
= t :order_paid
- else

View File

@@ -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