diff --git a/upload/admin/view/template/extension/module/recurring_info.twig b/upload/admin/view/template/extension/module/recurring_info.twig index b66e211d8..2cc99f347 100644 --- a/upload/admin/view/template/extension/module/recurring_info.twig +++ b/upload/admin/view/template/extension/module/recurring_info.twig @@ -19,32 +19,34 @@

{{ text_recurring_detail }}

- - - - - - - - - - - - - - - - - - - - - - - - - -
{{ text_order_recurring_id }}{{ order_recurring_id }}
{{ text_reference }}{{ reference }}
{{ text_recurring_name }}{{ recurring_name }}
{{ text_recurring_description }}{{ recurring_description }}
{{ text_recurring_status }}{{ recurring_status }}
{{ text_payment_method }}{{ payment_method }}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
{{ text_order_recurring_id }}{{ order_recurring_id }}
{{ text_reference }}{{ reference }}
{{ text_recurring_name }}{{ recurring_name }}
{{ text_recurring_description }}{{ recurring_description }}
{{ text_recurring_status }}{{ recurring_status }}
{{ text_payment_method }}{{ payment_method }}
+
@@ -54,33 +56,35 @@

{{ text_order_detail }}

- - - - - - - - - - - - - - - - - - - - - -
{{ text_order_id }}{{ order_id }}
{{ text_customer }} - {% if customer %} - {{ firstname }} {{ lastname }} - {% else %} - {{ firstname }} {{ lastname }} - {% endif %}
{{ text_email }}{{ email }}
{{ text_order_status }}{{ order_status }}
{{ text_date_added }}{{ date_added }}
+
+ + + + + + + + + + + + + + + + + + + + + +
{{ text_order_id }}{{ order_id }}
{{ text_customer }} + {% if customer %} + {{ firstname }} {{ lastname }} + {% else %} + {{ firstname }} {{ lastname }} + {% endif %}
{{ text_email }}{{ email }}
{{ text_order_status }}{{ order_status }}
{{ text_date_added }}{{ date_added }}
+
@@ -90,20 +94,22 @@

{{ text_product_detail }}

- - - - - - - - - - - - - -
{{ text_product }}{{ text_quantity }}
{{ product }}{{ quantity }}
+
+ + + + + + + + + + + + + +
{{ text_product }}{{ text_quantity }}
{{ product }}{{ quantity }}
+
@@ -111,30 +117,32 @@

{{ text_transaction }}

{{ buttons }} - - - - - - - - - - {% if transactions %} - {% for transaction in transactions %} +
+
{{ column_date_added }}{{ column_amount }}{{ column_type }}
+ - - - + + + - {% endfor %} - {% else %} - - - - {% endif %} - -
{{ transaction.date_added }}{{ transaction.amount }}{{ transaction.type }}{{ column_date_added }}{{ column_amount }}{{ column_type }}
{{ text_no_results }}
+ + + {% if transactions %} + {% for transaction in transactions %} + + {{ transaction.date_added }} + {{ transaction.amount }} + {{ transaction.type }} + + {% endfor %} + {% else %} + + {{ text_no_results }} + + {% endif %} + + +
diff --git a/upload/admin/view/template/extension/other/recurring_info.twig b/upload/admin/view/template/extension/other/recurring_info.twig index a31371dd4..5d2c98bd9 100644 --- a/upload/admin/view/template/extension/other/recurring_info.twig +++ b/upload/admin/view/template/extension/other/recurring_info.twig @@ -31,7 +31,7 @@
{{ text_product }} -
+
@@ -116,35 +116,33 @@

{{ text_order_detail }}

-
-
{{ text_order_recurring_id }}
- - - - - - - - - - - - - - - - - - - - -
{{ text_order_id }}{{ order_id }}
{{ text_customer }} - {% if customer %} - {{ firstname }} {{ lastname }} - {% else %} - {{ firstname }} {{ lastname }} - {% endif %}
{{ text_email }}{{ email }}
{{ text_order_status }}{{ order_status }}
{{ text_date_added }}{{ date_added }}
-
+ + + + + + + + + + + + + + + + + + + + + +
{{ text_order_id }}{{ order_id }}
{{ text_customer }} + {% if customer %} + {{ firstname }} {{ lastname }} + {% else %} + {{ firstname }} {{ lastname }} + {% endif %}
{{ text_email }}{{ email }}
{{ text_order_status }}{{ order_status }}
{{ text_date_added }}{{ date_added }}
@@ -175,7 +173,7 @@

{{ text_transaction }}

{{ buttons }} -
+
diff --git a/upload/admin/view/template/extension/payment/paypal/order.twig b/upload/admin/view/template/extension/payment/paypal/order.twig index 08601b0df..f33a18b67 100644 --- a/upload/admin/view/template/extension/payment/paypal/order.twig +++ b/upload/admin/view/template/extension/payment/paypal/order.twig @@ -1,140 +1,133 @@
-
-
- - - - - - - - - - - - - - - {% if ((transaction_status == 'created') or (transaction_status == 'completed') or (transaction_status == 'partially_captured') or (transaction_status == 'partially_refunded')) %} - - - - - - - - - {% endif %} - -
{{ text_payment_information }}
{{ text_transaction_id }} - {{ transaction_id }} - - -
{{ text_transaction_description }}{{ attribute(_context, 'text_transaction_' ~ transaction_status) }}
{{ text_transaction_comment }} - -
- -
-
{{ text_transaction_action }} - {% if ((transaction_status == 'created') or (transaction_status == 'partially_captured')) %} -
-
- -
-
- -
-
-
- -
-
-
-
-
- -
-
- -
-
-
-
- -
-
- {% endif %} - {% if ((transaction_status == 'completed') or (transaction_status == 'partially_refunded')) %} -
-
- -
-
- -
-
- {% endif %} -
-
- {% if (transaction_status == 'completed') %} -
- - - - - - - - - - - - - - - - {% if not tracking_number %} - - - - - {% endif %} - - - - - -
{{ text_tracker_information }}
{{ text_tracking_number }} - {% if tracking_number %} - {{ tracking_number }} - - {% else %} - - {% endif %} -
{{ text_carrier_name }} - {% if carrier_name %} - {{ carrier_name }} - - {% else %} - - {% endif %} -
{{ text_tracker_comment }} - -
- -
-
{{ text_tracker_action }} - {% if tracking_number %} - - {% else %} - - {% endif %} -
-
- {% endif %} +
+ + + + + + + + + + + + + + + + {% if ((transaction_status == 'created') or (transaction_status == 'completed') or (transaction_status == 'partially_captured') or (transaction_status == 'partially_refunded')) %} + + + + + + + + + {% endif %} + +
{{ text_payment_information }}
{{ text_transaction_id }} + {{ transaction_id }} + + +
{{ text_transaction_description }}{{ attribute(_context, 'text_transaction_' ~ transaction_status) }}
{{ text_transaction_comment }} + +
+ +
{{ text_transaction_action }} + {% if ((transaction_status == 'created') or (transaction_status == 'partially_captured')) %} +
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ {% endif %} + {% if ((transaction_status == 'completed') or (transaction_status == 'partially_refunded')) %} +
+
+ +
+
+ +
+
+ {% endif %}
+
+ {% if (transaction_status == 'completed') %} +
+ + + + + + + + + + + + + + + + {% if not tracking_number %} + + + + + {% endif %} + + + + + +
{{ text_tracker_information }}
{{ text_tracking_number }} + {% if tracking_number %} + {{ tracking_number }} + + {% else %} + + {% endif %}
{{ text_carrier_name }} + {% if carrier_name %} + {{ carrier_name }} + + {% else %} + + {% endif %}
{{ text_tracker_comment }} + +
+ +
{{ text_tracker_action }} + {% if tracking_number %} + + {% else %} + + {% endif %}
+
+ {% endif %}