芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/lugarcollectibles.com/admin/view/template/extension/shipping/auspost.twig
{{ header }}{{ column_left }}
{{ heading_title }}
{% for breadcrumb in breadcrumbs %}
{{ breadcrumb.text }}
{% endfor %}
{% if error_warning %}
{{ error_warning }}
×
{% endif %}
{{ text_edit }}
{{ entry_api }}
{% if error_api %}
{{ error_api }}
{% endif %}
{{ entry_postcode }}
{% if error_postcode %}
{{ error_postcode }}
{% endif %}
{{ entry_weight_class }}
{% for weight_class in weight_classes %} {% if weight_class.weight_class_id == shipping_auspost_weight_class_id %}
{{ weight_class.title }}
{% else %}
{{ weight_class.title }}
{% endif %} {% endfor %}
{{ entry_tax_class }}
{{ text_none }}
{% for tax_class in tax_classes %} {% if tax_class.tax_class_id == shipping_auspost_tax_class_id %}
{{ tax_class.title }}
{% else %}
{{ tax_class.title }}
{% endif %} {% endfor %}
{{ entry_geo_zone }}
{{ text_all_zones }}
{% for geo_zone in geo_zones %} {% if geo_zone.geo_zone_id == shipping_auspost_geo_zone_id %}
{{ geo_zone.name }}
{% else %}
{{ geo_zone.name }}
{% endif %} {% endfor %}
{{ entry_status }}
{% if shipping_auspost_status %}
{{ text_enabled }}
{{ text_disabled }}
{% else %}
{{ text_enabled }}
{{ text_disabled }}
{% endif %}
{{ entry_sort_order }}
{{ footer }}