芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/lugarcollectibles.com/admin/view/template/extension/payment/twocheckout.twig
{{ header }}{{ column_left }}
{{ heading_title }}
{% for breadcrumb in breadcrumbs %}
{{ breadcrumb.text }}
{% endfor %}
{% if error_warning %}
{{ error_warning }}
×
{% endif %}
{{ text_edit }}
{{ entry_account }}
{% if error_account %}
{{ error_account }}
{% endif %}
{{ entry_secret }}
{% if error_secret %}
{{ error_secret }}
{% endif %}
{{ entry_test }}
{% if payment_twocheckout_test %}
{{ text_yes }} {% else %}
{{ text_yes }} {% endif %}
{% if not payment_twocheckout_test %}
{{ text_no }} {% else %}
{{ text_no }} {% endif %}
{{ entry_display }}
{% if payment_twocheckout_display %}
{{ text_yes }} {% else %}
{{ text_yes }} {% endif %}
{% if not payment_twocheckout_display %}
{{ text_no }} {% else %}
{{ text_no }} {% endif %}
{{ entry_total }}
{{ entry_order_status }}
{% for order_status in order_statuses %} {% if order_status.order_status_id == payment_twocheckout_order_status_id %}
{{ order_status.name }}
{% else %}
{{ order_status.name }}
{% endif %} {% endfor %}
{{ entry_geo_zone }}
{{ text_all_zones }}
{% for geo_zone in geo_zones %} {% if geo_zone.geo_zone_id == payment_twocheckout_geo_zone_id %}
{{ geo_zone.name }}
{% else %}
{{ geo_zone.name }}
{% endif %} {% endfor %}
{{ entry_status }}
{% if payment_twocheckout_status %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_sort_order }}
{{ footer }}