芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/lugarcollectibles.com/admin/view/template/extension/payment/cardconnect.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_order_status }}
{{ entry_merchant_id }}
{% if error_payment_cardconnect_merchant_id %}
{{ error_payment_cardconnect_merchant_id }}
{% endif %}
{{ entry_api_username }}
{% if error_cardconnect_api_username %}
{{ error_cardconnect_api_username }}
{% endif %}
{{ entry_api_password }}
{% if error_cardconnect_api_password %}
{{ error_cardconnect_api_password }}
{% endif %}
{{ entry_token }}
{% if error_cardconnect_token %}
{{ error_cardconnect_token }}
{% endif %}
{{ entry_transaction }}
{% if cardconnect_transaction == 'payment' %}
{{ text_payment }}
{% else %}
{{ text_payment }}
{% endif %} {% if cardconnect_transaction == 'authorize' %}
{{ text_authorize }}
{% else %}
{{ text_authorize }}
{% endif %}
{{ entry_site }}
{% if error_cardconnect_site %}
{{ error_cardconnect_site }}
{% endif %}
{{ entry_environment }}
{% if cardconnect_environment == 'live' %}
{{ text_live }}
{% else %}
{{ text_live }}
{% endif %} {% if cardconnect_environment == 'test' %}
{{ text_test }}
{% else %}
{{ text_test }}
{% endif %}
{{ entry_store_cards }}
{% if cardconnect_store_cards %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_echeck }}
{% if cardconnect_echeck %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_total }}
{{ entry_geo_zone }}
{{ text_all_zones }}
{% for geo_zone in geo_zones %} {% if geo_zone.geo_zone_id == cardconnect_geo_zone %}
{{ geo_zone.name }}
{% else %}
{{ geo_zone.name }}
{% endif %} {% endfor %}
{{ entry_status }}
{% if cardconnect_status %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_logging }}
{% if cardconnect_logging %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_sort_order }}
{{ entry_cron_url }}
{{ entry_cron_time }}
{{ entry_order_status_pending }}
{% for order_status in order_statuses %} {% if order_status.order_status_id == cardconnect_order_status_id_pending %}
{{ 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 == cardconnect_order_status_id_processing %}
{{ order_status.name }}
{% else %}
{{ order_status.name }}
{% endif %} {% endfor %}
{{ footer }}