芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/lugarcollectibles.com/admin/view/template/extension/payment/laybuy.twig
{{ header }}{{ column_left }}
{{ heading_title }}
{% for breadcrumb in breadcrumbs %}
{{ breadcrumb.text }}
{% endfor %}
{% if error_warning %}
{{ error_warning }}
×
{% endif %} {% if success %}
{{ success }}
×
{% endif %}
{{ text_edit }}
{{ tab_settings }}
{{ tab_reports }}
{{ entry_membership_id }}
{% if error_laybuys_membership_id %}
{{ error_laybuys_membership_id }}
{% endif %}
{{ entry_token }}
{% if error_laybuy_token %}
{{ error_laybuy_token }}
{% endif %}
{{ entry_minimum }}
10%
20%
30%
40%
50%
{% if error_laybuy_min_deposit %}
{{ error_laybuy_min_deposit }}
{% endif %}
{{ entry_maximum }}
10%
20%
30%
40%
50%
{{ entry_max_months }}
1
2
3
4
5
6
{{ entry_category }}
{% for category in categories %}
{{ category.name }}
{% endfor %}
{{ entry_product_ids }}
{{ entry_customer_group }}
{% for customer_group in customer_groups %}
{{ customer_group.name }}
{% endfor %}
{{ entry_logging }}
{% if payment_laybuy_logging %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_total }}
{{ entry_order_status_pending }}
{% for order_status in order_statuses %} {% if order_status.order_status_id == payment_laybuy_order_status_id_pending %}
{{ order_status.name }}
{% else %}
{{ order_status.name }}
{% endif %} {% endfor %}
{{ entry_order_status_canceled }}
{% for order_status in order_statuses %} {% if order_status.order_status_id == payment_laybuy_order_status_id_canceled %}
{{ order_status.name }}
{% else %}
{{ order_status.name }}
{% endif %} {% endfor %}
{{ entry_order_status_processing }}
{% for order_status in order_statuses %} {% if order_status.order_status_id == payment_laybuy_order_status_id_processing %}
{{ order_status.name }}
{% else %}
{{ order_status.name }}
{% endif %} {% endfor %}
{{ entry_gateway_url }}
{{ entry_api_url }}
{{ entry_geo_zone }}
{{ text_all_zones }}
{% for geo_zone in geo_zones %} {% if geo_zone.geo_zone_id == payment_laybuy_geo_zone_id %}
{{ geo_zone.name }}
{% else %}
{{ geo_zone.name }}
{% endif %} {% endfor %}
{{ entry_status }}
{% if payment_laybuy_status %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_sort_order }}
{{ entry_cron_url }}
{{ entry_cron_time }}
{{ entry_order_id }}
{{ entry_months }}
{{ entry_customer }}
{{ entry_status }}
{% for transaction_status in transaction_statuses %} {% if transaction_status.status_id == filter_status %}
{{ transaction_status.status_name }}
{% else %}
{{ transaction_status.status_name }}
{% endif %} {% endfor %}
{{ entry_dp_percent }}
{{ entry_date_added }}
{{ button_filter }}
{% if sort == 'lt.order_id' %}
{{ column_order_id }}
{% else %}
{{ column_order_id }}
{% endif %}
{% if sort == 'customer' %}
{{ column_customer }}
{% else %}
{{ column_customer }}
{% endif %}
{% if sort == 'lt.amount' %}
{{ column_amount }}
{% else %}
{{ column_amount }}
{% endif %}
{% if sort == 'lt.downpayment' %}
{{ column_dp_percent }}
{% else %}
{{ column_dp_percent }}
{% endif %}
{% if sort == 'lt.months' %}
{{ column_months }}
{% else %}
{{ column_months }}
{% endif %}
{% if sort == 'lt.downpayment_amount' %}
{{ column_dp_amount }}
{% else %}
{{ column_dp_amount }}
{% endif %}
{% if sort == 'lt.first_payment_due' %}
{{ column_first_payment }}
{% else %}
{{ column_first_payment }}
{% endif %}
{% if sort == 'lt.last_payment_due' %}
{{ column_last_payment }}
{% else %}
{{ column_last_payment }}
{% endif %}
{% if sort == 'lt.status' %}
{{ column_status }}
{% else %}
{{ column_status }}
{% endif %}
{% if sort == 'lt.date_added' %}
{{ column_date_added }}
{% else %}
{{ column_date_added }}
{% endif %}
{{ column_action }}
{% if reports %} {% for report in reports %}
{% if report.id in selected %}
{% else %}
{% endif %}
{{ report.order_id }}
{% if report.customer_url %}
{{ report.customer_name }}
{% else %}
{{ report.customer_name }}
{% endif %}
{{ report.amount }}
{{ report.dp_percent ~ '%' }}
{{ report.months }}
{{ report.dp_amount }}
{{ report.first_payment }}
{{ report.last_payment }}
{{ report.status }}
{{ report.date_added }}
{% endfor %} {% else %}
{{ text_no_results }}
{% endif %}
{{ pagination }}
{{ results }}
{{ footer }}