芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/lugarcollectibles.com/admin/view/template/extension/payment/alipay.twig
{{ header }}{{ column_left }}
{{ heading_title }}
{% for breadcrumb in breadcrumbs %}
{{ breadcrumb.text }}
{% endfor %}
{% if error_warning %}
{{ error_warning }}
×
{% endif %}
{{ text_edit }}
{{ entry_app_id }}
{% if error_app_id %}
{{ error_app_id }}
{% endif %}
{{ entry_merchant_private_key }}
{{ payment_alipay_merchant_private_key }}</textarea> {% if error_merchant_private_key %}
{{ error_merchant_private_key }}
{% endif %}
{{ entry_alipay_public_key }}
{{ payment_alipay_alipay_public_key }}</textarea> {% if error_alipay_public_key %}
{{ error_alipay_public_key }}
{% endif %}
{{ entry_total }}
{{ entry_order_status }}
{% for order_status in order_statuses %} {% if order_status.order_status_id == payment_alipay_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_alipay_geo_zone_id %}
{{ geo_zone.name }}
{% else %}
{{ geo_zone.name }}
{% endif %} {% endfor %}
{{ entry_test }}
{% if payment_alipay_test == 'sandbox' %}
{{ text_sandbox }}
{% else %}
{{ text_sandbox }}
{% endif %} {% if payment_alipay_test == 'live' %}
{{ text_live }}
{% else %}
{{ text_live }}
{% endif %}
{{ entry_status }}
{% if payment_alipay_status %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_sort_order }}
{{ help_alipay_setup }}
{{ footer }}