芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/lugarcollectibles.com/admin/view/template/extension/payment/divido.twig
{{ header }} {{ column_left }}
{{ heading_title }}
{% for breadcrumb in breadcrumbs %}
{{ breadcrumb.text }}
{% endfor %}
{% if error_warning %}
{{ error_warning }}
×
{% endif %}
{{ text_edit }}
{{ entry_api_key }}
{{ entry_status }}
{% if payment_divido_status %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_order_status }}
{% for order_status in order_statuses %} {% if order_status.order_status_id == payment_divido_order_status_id %}
{{ order_status.name }}
{% else %}
{{ order_status.name }}
{% endif %} {% endfor %}
{{ entry_title }}
{{ entry_planselection }}
{% for option, text in entry_plans_options %} {% if option == payment_divido_planselection %}
{{ text }}
{% else %}
{{ text }}
{% endif %} {% endfor %}
{{ entry_planlist }}
{% for plan in divido_plans %} {% if plan.id in payment_divido_plans_selected %}
{{ plan.text }} {{ plan.interest_rate }}% APR
{% else %}
{{ plan.text }} {{ plan.interest_rate }}% APR
{% endif %} {% endfor %}
{{ entry_productselection }}
{% for option, text in entry_products_options %} {% if option == payment_divido_productselection %}
{{ text }}
{% else %}
{{ text }}
{% endif %} {% endfor %}
{{ entry_price_threshold }}
{{ entry_cart_threshold }}
{{ entry_sort_order }}
{{ entry_category }}
{% for category in categories %}
{{ category.name }}
{% endfor %}
{{ footer }}