{{ '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') }} | {{ 'ProductType'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Name'|get_lang }} | {{ 'UserName'|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 }} | {{ sale.payment_type }} | {{ sale.currency ~ ' ' ~ sale.price }} | {{ sale.product_type }} | {{ sale.product_name }} | {{ sale.complete_user_name }} | {% if invoicing_enable %}
{% if sale.invoice == 1 %}
{{ sale.num_invoice }} {% endif %} |
{% endif %}
{% if sale.status == sale_status_pending %} {{ 'SubscribeUser'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'DeleteOrder'|get_plugin_lang('BuyCoursesPlugin') }} {% endif %} |