diff --git a/upload/admin/view/template/extension/module/recurring_button.twig b/upload/admin/view/template/extension/module/recurring_button.twig deleted file mode 100644 index e14d75340..000000000 --- a/upload/admin/view/template/extension/module/recurring_button.twig +++ /dev/null @@ -1,7 +0,0 @@ -
-
- {% for button in buttons %} - {{ button.text }} - {% endfor %} -
-
\ No newline at end of file diff --git a/upload/admin/view/template/extension/module/recurring_history.twig b/upload/admin/view/template/extension/module/recurring_history.twig deleted file mode 100644 index c064bf2bf..000000000 --- a/upload/admin/view/template/extension/module/recurring_history.twig +++ /dev/null @@ -1,32 +0,0 @@ -
- - - - - - - - - - - {% if histories %} - {% for history in histories %} - - - - - - - {% endfor %} - {% else %} - - - - {% endif %} - -
{{ column_date_added }}{{ column_comment }}{{ column_status }}{{ column_notify }}
{{ history.date_added }}{{ history.comment }}{{ history.status }}{{ history.notify }}
{{ text_no_results }}
-
-
-
{{ pagination }}
-
{{ results }}
-
\ No newline at end of file diff --git a/upload/admin/view/template/extension/module/recurring_info.twig b/upload/admin/view/template/extension/module/recurring_info.twig deleted file mode 100644 index ce7fbb666..000000000 --- a/upload/admin/view/template/extension/module/recurring_info.twig +++ /dev/null @@ -1,144 +0,0 @@ -{{ header }}{{ column_left }} -
- -
-
-
-
-
-

{{ 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_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_product_detail }}

-
-
- - - - - - - - - - - - - -
{{ text_product }}{{ text_quantity }}
{{ product }}{{ quantity }}
-
-
-
-
-

{{ text_transaction }}

-
-
{{ buttons }} -
- - - - - - - - - - {% if transactions %} - {% for transaction in transactions %} - - - - - - {% endfor %} - {% else %} - - - - {% endif %} - -
{{ column_date_added }}{{ column_amount }}{{ column_type }}
{{ transaction.date_added }}{{ transaction.amount }}{{ transaction.type }}
{{ text_no_results }}
-
-
-
-
-
-{{ footer }} diff --git a/upload/admin/view/template/extension/module/recurring_list.twig b/upload/admin/view/template/extension/module/recurring_list.twig deleted file mode 100644 index d6494d8ab..000000000 --- a/upload/admin/view/template/extension/module/recurring_list.twig +++ /dev/null @@ -1,203 +0,0 @@ -{{ header }}{{ column_left }} -
- -
- {% if error_warning %} -
{{ error_warning }} - -
- {% endif %} - {% if success %} -
{{ success }} - -
- {% endif %} -
- -
-
-
-

{{ text_edit }}

-
-
-
-
- - - - - - - - - - - - - - {% if recurrings %} - {% for recurring in recurrings %} - - - - - - - - - - {% endfor %} - {% else %} - - - - {% endif %} - -
{% if sort == 'or.order_recurring_id' %} {{ column_order_recurring_id }} {% else %} {{ column_order_recurring_id }} {% endif %}{% if sort == 'or.order_id' %} {{ column_order_id }} {% else %} {{ column_order_id }} {% endif %}{% if sort == 'or.reference' %} {{ column_reference }} {% else %} {{ column_reference }} {% endif %}{% if sort == 'customer' %} {{ column_customer }} {% else %} {{ column_customer }} {% endif %}{% if sort == 'or.status' %} {{ column_status }} {% else %} {{ column_status }} {% endif %}{% if sort == 'or.date_added' %} {{ column_date_added }} {% else %} {{ column_date_added }} {% endif %}{{ column_action }}
{{ recurring.order_recurring_id }}{{ recurring.order_id }}{{ recurring.reference }}{{ recurring.customer }}{{ recurring.status }}{{ recurring.date_added }}
{{ text_no_results }}
-
-
-
-
{{ pagination }}
-
{{ results }}
-
-
-
-
-
-
- - -
-{{ footer }} diff --git a/upload/admin/view/template/extension/module/recurring_report.twig b/upload/admin/view/template/extension/module/recurring_report.twig deleted file mode 100644 index 3184f15fb..000000000 --- a/upload/admin/view/template/extension/module/recurring_report.twig +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {{ title }} - - - - - - - - -
- {% set i = 0 %} - {% for recurring in recurrings %} - {% set i = i + 1 %} -
-

{{ text_report }}: {{ i }}

- - - - - - - - - - - - -
{{ text_recurring_detail }}
-
- {{ recurring.store_name }} -
-
{{ recurring.recurring }}
-
- {% endfor %} -
- - diff --git a/upload/admin/view/template/extension/module/recurring_transaction.twig b/upload/admin/view/template/extension/module/recurring_transaction.twig deleted file mode 100644 index 20b799605..000000000 --- a/upload/admin/view/template/extension/module/recurring_transaction.twig +++ /dev/null @@ -1,30 +0,0 @@ -
- - - - - - - - - - {% if transactions %} - {% for transaction in transactions %} - - - - - - {% endfor %} - {% else %} - - - - {% endif %} - -
{{ column_date_added }}{{ column_amount }}{{ column_type }}
{{ transaction.date_added }}{{ transaction.amount }}{{ transaction.type }}
{{ text_no_results }}
-
-
-
{{ pagination }}
-
{{ results }}
-
\ No newline at end of file