| {{ 'OrderReference'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'OrderStatus'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'OrderDate'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'PaymentMethod'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'CouponDiscount'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Coupon'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'ProductType'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Name'|get_lang }} | {{ 'UserName'|get_lang }} | {{ 'Email'|get_lang }} | {% if invoicing_enable %}{{ 'Invoice'|get_plugin_lang('BuyCoursesPlugin') }} | {% endif %}{{ 'Options'|get_lang }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ sale.reference }} | {% if sale.status == sale_status_canceled %} {{ 'SaleStatusCanceled'|get_plugin_lang('BuyCoursesPlugin') }} {% elseif sale.status == sale_status_pending %} {{ 'SaleStatusPending'|get_plugin_lang('BuyCoursesPlugin') }} {% elseif sale.status == sale_status_completed %} {{ 'SaleStatusCompleted'|get_plugin_lang('BuyCoursesPlugin') }} {% endif %} | {{ sale.date | api_get_local_time }} | {{ sale.payment_type }} | {{ sale.total_price }} | {{ sale.total_discount }} | {{ sale.coupon_code }} | {{ sale.product_type }} | {{ sale.product_name }} | {{ sale.complete_user_name }} | {{ sale.email }} | {% if invoicing_enable %}
{% if sale.invoice == 1 %}
{{ sale.num_invoice }} {% endif %} |
{% endif %}
{% if sale.status == sale_status_pending %} {% endif %} |